cancel
Showing results for 
Search instead for 
Did you mean: 

Error in opening zip file during deployement

Joseph_BERTHE
Active Contributor
0 Kudos

Hi,

I've got this error during my deployement :


=> deployment aborted : file:/C:/DOCUME~1/<>/LOCALS~1/Temp/temp60715com.desjoyaux~hoedoff.ear
Aborted: development component 'hoedoff'/'com.company'/'local'/'20070621103148'/'0':Caught exception during application deployment from SAP J2EE Engine's deploy service:java.rmi.RemoteException: Error while getting the internal libraries of application com.company/hoedoff in operation update.. Reason: error in opening zip file; nested exception is: 	java.util.zip.ZipException: error in opening zip file (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)

I'm using WAS 7.00 SP11 over HPUX

regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Joseph_BERTHE
Active Contributor
0 Kudos

So I found out the problem.

I've created a bug into my application. One view call itself in loop, then it made the server completly crazy with strange behaviours.

So I correct my bug and then restart the server and everything was goog after all.

regards