cancel
Showing results for 
Search instead for 
Did you mean: 

SSL peer shut down incorrectly during synchronization

Former Member
0 Kudos

Why during synchronization process, particularly when downloading the war file I get this message? Is there a timeout connection to set?

The entire app war is about 6mb. At downloading point, the interrupt occurs when the war file reaches 3 or 4 mb.

The downloading bit rate is about 30KBps.

I use a wireless connection for my device, but the behavior is the same using a wired connection.

An Exception (javax.net.ssl.SSLException) occurred while http-get: SSL peer shut down incorrectly

[20070327 14:14:45:994] D [MI/API/Sync ] SyncEventListener com.sap.ip.me.core.RegistryInboundProcessingLog$RegistryInboundProcessingLogSyncEventListener@78dc4c was registered for key com.sap.ip.me.core.RegistryInboundProcessingLog$RegistryInboundProcessingLogSyncEventListener/MI2853484152454429

[20070327 14:14:45:994] E [AppLog/MI/Deployment ] Exception while trying to install application DSA_MOBILE_CLIENT_0_9_26

com.sap.ip.me.core.InstallationException: Cannot download installation file

at com.sap.ip.me.core.JspApplicationType.downloadInstallationFile(JspApplicationType.java:387)

at com.sap.ip.me.core.JspApplicationType.install(JspApplicationType.java:56)

at com.sap.ip.me.core.ApplicationManager.installApplication(ApplicationManager.java:763)

at com.sapmarkets.web.liTS.util.reg.RegistrySyncInboundProcessing.installApplicationFromMSD(RegistrySyncInboundProcessing.java:898)

at com.sapmarkets.web.liTS.util.reg.RegistrySyncInboundProcessing.installMSDs(RegistrySyncInboundProcessing.java:868)

at com.sapmarkets.web.liTS.util.reg.RegistrySyncInboundProcessing.startApplicationInstallation(RegistrySyncInboundProcessing.java:836)

at com.sapmarkets.web.liTS.util.reg.RegistrySyncInboundProcessing.startInstallationViaMSD(RegistrySyncInboundProcessing.java:416)

at com.sapmarkets.web.liTS.util.reg.RegistrySyncInboundProcessing.process(RegistrySyncInboundProcessing.java:194)

at com.sap.ip.me.sync.SyncManagerImpl.processSingleContainer(SyncManagerImpl.java:175)

at com.sap.ip.me.sync.SyncManagerMerger.processInboundContainers(SyncManagerMerger.java:168)

at com.sap.ip.me.sync.SyncManagerImpl.processSyncCycle(SyncManagerImpl.java:898)

at com.sap.ip.me.sync.SyncManagerImpl.syncForUser(SyncManagerImpl.java:1340)

at com.sap.ip.me.sync.SyncManagerImpl.processSynchronization(SyncManagerImpl.java:971)

at com.sap.ip.me.sync.SyncManagerImpl.synchronizeWithBackend(SyncManagerImpl.java:463)

at com.sap.ip.me.sync.SyncManagerImpl.synchronizeWithBackend(SyncManagerImpl.java:319)

at com.sap.ip.me.api.sync.SyncManager.synchronizeWithBackend(SyncManager.java:79)

at com.sap.ip.me.apps.jsp.Home$SyncRunnable.run(Home.java:641)

at java.lang.Thread.run(Thread.java:534)

[20070327 14:14:45:994] E [MI/Deployment ] com.sap.ip.me.core.InstallationException: Cannot download installation file

com.sap.ip.me.core.InstallationException: Cannot download installation file

at com.sap.ip.me.core.JspApplicationType.downloadInstallationFile(JspApplicationType.java:387)

at com.sap.ip.me.core.JspApplicationType.install(JspApplicationType.java:56)

at com.sap.ip.me.core.ApplicationManager.installApplication(ApplicationManager.java:763)

at com.sapmarkets.web.liTS.util.reg.RegistrySyncInboundProcessing.installApplicationFromMSD(RegistrySyncInboundProcessing.java:898)

at com.sapmarkets.web.liTS.util.reg.RegistrySyncInboundProcessing.installMSDs(RegistrySyncInboundProcessing.java:868)

at com.sapmarkets.web.liTS.util.reg.RegistrySyncInboundProcessing.startApplicationInstallation(RegistrySyncInboundProcessing.java:836)

at com.sapmarkets.web.liTS.util.reg.RegistrySyncInboundProcessing.startInstallationViaMSD(RegistrySyncInboundProcessing.java:416)

at com.sapmarkets.web.liTS.util.reg.RegistrySyncInboundProcessing.process(RegistrySyncInboundProcessing.java:194)

at com.sap.ip.me.sync.SyncManagerImpl.processSingleContainer(SyncManagerImpl.java:175)

at com.sap.ip.me.sync.SyncManagerMerger.processInboundContainers(SyncManagerMerger.java:168)

at com.sap.ip.me.sync.SyncManagerImpl.processSyncCycle(SyncManagerImpl.java:898)

at com.sap.ip.me.sync.SyncManagerImpl.syncForUser(SyncManagerImpl.java:1340)

at com.sap.ip.me.sync.SyncManagerImpl.processSynchronization(SyncManagerImpl.java:971)

at com.sap.ip.me.sync.SyncManagerImpl.synchronizeWithBackend(SyncManagerImpl.java:463)

at com.sap.ip.me.sync.SyncManagerImpl.synchronizeWithBackend(SyncManagerImpl.java:319)

at com.sap.ip.me.api.sync.SyncManager.synchronizeWithBackend(SyncManager.java:79)

at com.sap.ip.me.apps.jsp.Home$SyncRunnable.run(Home.java:641)

at java.lang.Thread.run(Thread.java:534)

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi alex,

are you downloading the apps thru ssl? your ssl server might have a timeout...

you can check on your server settings for this. or you can try placing your app

in an http server. if you are using a proxy server, might need to check on the

timeout settings as well.

regards

jo