Hello, After I start ServiceMix in Linux, I copied the servicemix-jsr181-3.1.1-incubating-installer.zip file into the install directory and receive the error below. Any ideas? Thanks.
INFO - AutoDeploymentService - Directory: install: Archive changed: processing servicemix-jsr181-3.1.1-incubating-installer.zip ... WARN - AutoDeploymentService - Directory: install: Automatic install of /root/apache-servicemix-3.1.1-incubating/install/servicemix-jsr181-3.1.1-incubating-installer.zip failed javax.jbi.management.DeploymentException: <?xml version="1.0" encoding="UTF-8"?> <jbi-task xmlns="http://java.sun.com/xml/ns/jbi/management-message" version="1.0"> <jbi-task-result> <frmwk-task-result> <frmwk-task-result-details> <task-result-details> <task-id>deploy</task-id> <task-result>FAILED</task-result> <message-type>ERROR</message-type> <task-status-msg> <msg-loc-info> <loc-token/> <loc-message>Unable to unpack archive: /root/apache-servicemix-3.1.1-incubating/install/servicemix-jsr181-3.1.1-incubating-installer.zip</loc-message> </msg-loc-info> </task-status-msg> <exception-info> <nesting-level>1</nesting-level> <loc-token/> <loc-message>java.util.zip.ZipException: error in opening zip file</loc-message> <stack-trace><![CDATA[javax.jbi.management.DeploymentException: java.util.zip.ZipException: error in opening zip file at org.apache.servicemix.jbi.framework.AutoDeploymentService.unpackLocation(AutoDeploymentService.java:590) at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:228) at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:646) at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$200(AutoDeploymentService.java:62) at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:606) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Caused by: java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:203) at java.util.zip.ZipFile.<init>(ZipFile.java:234) at org.apache.servicemix.jbi.util.FileUtil.archiveContainsEntry(FileUtil.java:170) at org.apache.servicemix.jbi.framework.AutoDeploymentService.unpackLocation(AutoDeploymentService.java:582) ... 6 more ]]></stack-trace> </exception-info> </task-result-details> </frmwk-task-result-details> </frmwk-task-result> </jbi-task-result> </jbi-task> at org.apache.servicemix.jbi.framework.AutoDeploymentService.failure(AutoDeploymentService.java:373) at org.apache.servicemix.jbi.framework.AutoDeploymentService.failure(AutoDeploymentService.java:363) at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:230) at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:646) at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$200(AutoDeploymentService.java:62) at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:606) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) -- View this message in context: http://www.nabble.com/Error-when-installing-servicemix-jsr181-3.1.1-incubating-installer.zip-in-Linux-tf4334942s12049.html#a12345908 Sent from the ServiceMix - User mailing list archive at Nabble.com.
