When I try to deploy my SA onto servicemix, I get a deployment exception. My
zip file looks like this:
test-sa.zip
---> meta-inf
---> jbi.xml
test-su.zip
where test-su.zip just contains my servicemix.xml file. My JBI file looks
like this:
************************************************
<?xml version="1.0" encoding="UTF-8"?>
<jbi xmlns="http://java.sun.com/xml/ns/jbi" version="1.0">
<service-assembly>
<identification>
<name>test-sa</name>
<description>Test Service Assembly</description>
</identification>
<service-unit>
<identification>
<name>testsu</name>
<description>Test Service Unit</description>
</identification>
<target>
<artifacts-zip>test-su.zip</artifacts-zip>
<component-name>servicemix-lwcontainer</component-name>
</target>
</service-unit>
</service-assembly>
</jbi>
****************************************
The exception looks like this:
*********************************************************
WARN - AutoDeploymentService - Directory: deploy: Automatic
install of
C:\apache-servicemix-3.0-incubating\bin\deploy\test-sa.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 find jbi descriptor:
C:\apache-servicemix-3.0-incubating\
bin\deploy\test-sa.zip</loc-message>
</msg-loc-info>
</task-status-msg>
</task-result-details>
</frmwk-task-result-details>
</frmwk-task-result>
</jbi-task-result>
</jbi-task>
at
org.apache.servicemix.jbi.framework.AutoDeploymentService.failure(Aut
oDeploymentService.java:333)
at
org.apache.servicemix.jbi.framework.AutoDeploymentService.failure(Aut
oDeploymentService.java:319)
at
org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchi
ve(AutoDeploymentService.java:205)
at
org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoD
eploymentService.java:592)
at
org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.ja
va:291)
at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown So
urce)
at java.lang.Thread.run(Thread.java:595)
****************************************************
Any help would be appreciated. Thanks in advance.
-los
--
View this message in context:
http://www.nabble.com/Error-deploying-on-servicemix-tf2411762.html#a6722698
Sent from the ServiceMix - User mailing list archive at Nabble.com.