You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Benamin <be...@bisonline.com> on 2007/05/08 16:59:53 UTC

Problems deploying SA

I am just trying to deploy a simple SA with one se and one su.  I've tried
this before, but it's taking me a while to get back into this.  When I try
to deploy the SA I get the following error:  Does anybody have any idea what
this error may be?

ERROR - AutoDeploymentService          - Failed to update Service Assembly:
servManager-sa
java.lang.Exception: <?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-result-details>
</frmwk-task-result-details>
</frmwk-task-result>
<component-task-result
xmlns="http://java.sun.com/xml/ns/jbi/management-message">
        <component-name>servManager-enqueue-se</component-name>
        <component-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>Could not deploy xbean service unit</loc-message>
</msg-loc-info>
</task-status-msg>
                        <exception-info>
                                <nesting-level>1</nesting-level>
                                <msg-loc-info>
                                        <loc-token/>
                                        <loc-message>Endpoint:
Endpoint[service: {http://logicblaze.com}ServiceManagerEnqueue, endpoint:
null, role: provider] has no endpoint name defined</loc-message>
                                       
<stack-trace><![CDATA[java.lang.IllegalArgumentException: Endpoint:
Endpoint[service: {http://logicblaze.com}ServiceManagerEnqueue, endpoint:
null, role: provider] has no endpoint name defined
        at
org.apache.servicemix.common.EndpointSupport.getKey(EndpointSupport.java:48)
        at
org.apache.servicemix.common.ServiceUnit.addEndpoint(ServiceUnit.java:134)
        at
org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:93)
        at
org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)
        at
org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
        at
org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentService.java:527)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:334)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:645)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService.access$200(AutoDeploymentService.java:62)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:608)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
]]></stack-trace>
                                </msg-loc-info>
                        </exception-info>
                </task-result-details>
        </component-task-result-details>
</component-task-result>
</jbi-task-result>
</jbi-task>

        at
org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:121)
        at
org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:107)
        at
org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentService.java:563)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:334)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:645)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService.access$200(AutoDeploymentService.java:62)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:608)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
WARN  - AutoDeploymentService          - Directory: deploy: Automatic
install of
/project/tapestry/3p_sandbox/adapters/svn_servicemix/distributions/apache-servicemix/target/apache-servicemix-3.1-incubating-SNAPSHOT/deploy/servManager-sa-1.0-SNAPSHOT.jar
failed
javax.jbi.management.DeploymentException: Failed to update Service Assembly:
servManager-sa
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:348)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:645)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService.access$200(AutoDeploymentService.java:62)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:608)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
Caused by: java.lang.Exception: <?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-result-details>
</frmwk-task-result-details>
</frmwk-task-result>
<component-task-result
xmlns="http://java.sun.com/xml/ns/jbi/management-message">
        <component-name>servManager-enqueue-se</component-name>
        <component-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>Could not deploy xbean service unit</loc-message>
</msg-loc-info>
</task-status-msg>
                        <exception-info>
                                <nesting-level>1</nesting-level>
                                <msg-loc-info>
                                        <loc-token/>
                                        <loc-message>Endpoint:
Endpoint[service: {http://logicblaze.com}ServiceManagerEnqueue, endpoint:
null, role: provider] has no endpoint name defined</loc-message>
                                       
<stack-trace><![CDATA[java.lang.IllegalArgumentException: Endpoint:
Endpoint[service: {http://logicblaze.com}ServiceManagerEnqueue, endpoint:
null, role: provider] has no endpoint name defined
        at
org.apache.servicemix.common.EndpointSupport.getKey(EndpointSupport.java:48)
        at
org.apache.servicemix.common.ServiceUnit.addEndpoint(ServiceUnit.java:134)
        at
org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:93)
        at
org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)
        at
org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
        at
org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentService.java:527)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:334)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:645)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService.access$200(AutoDeploymentService.java:62)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:608)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
]]></stack-trace>
                                </msg-loc-info>
                        </exception-info>
                </task-result-details>
        </component-task-result-details>
</component-task-result>
</jbi-task-result>
</jbi-task>

        at
org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:121)
        at
org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:107)
        at
org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentService.java:563)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:334)
        ... 5 more
-- 
View this message in context: http://www.nabble.com/Problems-deploying-SA-tf3710157s12049.html#a10377511
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: Problems deploying SA

Posted by Benamin <be...@bisonline.com>.


Adrian Co wrote:
> 
>>You would generally have properties like targetService, targetEndpoint, 
>>and targetInterface in your custom SU and specify the HTTP provider as 
>>the target endpoint, and perform a send/sendSync to it in your SU code.
> 
> Benamin wrote:
>>
>> Gert Vanthienen wrote:
>>   
>>>     
>>>>> According to the stacktrace, the endpoint attribute is required and 
>>>>> missing.  Could you try adding it to the <servManagerEnqueue:endpoint
>>>>> /> 
>>>>> tag?
>>>>>       
>>>>> Gert
>>>>       
>>>>>> Benamin wrote:
>>>>>>
>>>>>> Gert Vanthienen wrote:
>>>>>>   
>>>>>>> Benamin,
>>>>>>>
>>>>>>> It seems like a required attribute is missing in one of your
>>>>>>> xbean.xml 
>>>>>>> files.  Can you post them?
>>>>>>>
>>>>>>> Gert
>>>>>>>
>>>>>>>
>>>>>>>   
>>>>>>>           
>>>>>> I have one xbean.xml and that is for my SU that is dependent on my
>>>>>> SE. 
>>>>>> Here
>>>>>> are the contents:
>>>>>>
>>>>>> <beans
>>>>>         
>>>>>>> >xmlns:servManagerEnqueue="http://org.apache.servicemix.samples.serviceManagerAssembly/1.0"
>>>>>>>>           
>>>>>>        xmlns:logicblaze="http://logicblaze.com">
>>>>>>   <servManagerEnqueue:endpoint
>>>>>> service="logicblaze:ServiceManagerEnqueue" />
>>>>>> </beans>
>>>>>>
>>>>>>
>>>>>>
>>>>>>   
>>>>>>         
>>>>>
>>>>     
>>>
>>> Cool, that worked.  Thanks.  Now, I have another question.  In that
>>> xbean.xml file I created above,  how do I tell it to route the data(that
>>> my
>>> SE creates) to an http provider SU?
>>>   
> 
> 
> 

The SU doesn't accept the targetEndpoint attribute it seems as I get the
error:

" Error setting property values; nested exception is
org.springframework.beans.NotWritablePropertyException: Invalid property
'targetEndpoint' of bean class
[org.apache.servicemix.samples.serviceManagerAssembly.MyEndpoint]: Bean
property 'targetEndpoint' is not writable or has an invalid setter method.
Does the parameter type of the setter match the return type of the getter?"

Also, I don't see any code for a send/sendSync method in the SU that was
created.  Can you provide more information on how to do this?  thanks.



-- 
View this message in context: http://www.nabble.com/Problems-deploying-SA-tf3710157s12049.html#a10394786
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: Problems deploying SA

Posted by Adrian Co <ac...@exist.com>.
You would generally have properties like targetService, targetEndpoint, 
and targetInterface in your custom SU and specify the HTTP provider as 
the target endpoint, and perform a send/sendSync to it in your SU code.

Benamin wrote:
>
> Gert Vanthienen wrote:
>   
>>     
>>> According to the stacktrace, the endpoint attribute is required and 
>>> missing.  Could you try adding it to the <servManagerEnqueue:endpoint /> 
>>> tag?
>>>       
>>> Gert
>>>       
>>>>> Benamin wrote:
>>>>>
>>>>> Gert Vanthienen wrote:
>>>>>   
>>>>> Benamin,
>>>>>
>>>>> It seems like a required attribute is missing in one of your xbean.xml 
>>>>> files.  Can you post them?
>>>>>
>>>>> Gert
>>>>>
>>>>>
>>>>>   
>>>>>           
>>>> I have one xbean.xml and that is for my SU that is dependent on my SE. 
>>>> Here
>>>> are the contents:
>>>>
>>>> <beans
>>>>         
>>>>> xmlns:servManagerEnqueue="http://org.apache.servicemix.samples.serviceManagerAssembly/1.0"
>>>>>           
>>>>        xmlns:logicblaze="http://logicblaze.com">
>>>>   <servManagerEnqueue:endpoint
>>>> service="logicblaze:ServiceManagerEnqueue" />
>>>> </beans>
>>>>
>>>>
>>>>
>>>>   
>>>>         
>>
>>     
>
> Cool, that worked.  Thanks.  Now, I have another question.  In that
> xbean.xml file I created above,  how do I tell it to route the data(that my
> SE creates) to an http provider SU?
>   


Re: Problems deploying SA

Posted by Benamin <be...@bisonline.com>.


Gert Vanthienen wrote:
> 
> 
>> According to the stacktrace, the endpoint attribute is required and 
>> missing.  Could you try adding it to the <servManagerEnqueue:endpoint /> 
>> tag?
> 
>> Gert
> 
>>>> Benamin wrote:
>>>>
>>>> Gert Vanthienen wrote:
>>>>   
>>>> Benamin,
>>>>
>>>> It seems like a required attribute is missing in one of your xbean.xml 
>>>> files.  Can you post them?
>>>>
>>>> Gert
>>>>
>>>>
>>>>   
>>>
>>> I have one xbean.xml and that is for my SU that is dependent on my SE. 
>>> Here
>>> are the contents:
>>>
>>> <beans
>>> >xmlns:servManagerEnqueue="http://org.apache.servicemix.samples.serviceManagerAssembly/1.0"
>>>        xmlns:logicblaze="http://logicblaze.com">
>>>   <servManagerEnqueue:endpoint
>>> service="logicblaze:ServiceManagerEnqueue" />
>>> </beans>
>>>
>>>
>>>
>>>   
> 
> 
> 

Cool, that worked.  Thanks.  Now, I have another question.  In that
xbean.xml file I created above,  how do I tell it to route the data(that my
SE creates) to an http provider SU?
-- 
View this message in context: http://www.nabble.com/Problems-deploying-SA-tf3710157s12049.html#a10381528
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: Problems deploying SA

Posted by Gert Vanthienen <ge...@skynet.be>.
L.S.,

According to the stacktrace, the endpoint attribute is required and 
missing.  Could you try adding it to the <servManagerEnqueue:endpoint /> 
tag?

Gert

Benamin wrote:
>
> Gert Vanthienen wrote:
>   
>> < Benamin,
>>
>> < It seems like a required attribute is missing in one of your xbean.xml 
>> < files.  Can you post them?
>>
>> < Gert
>>
>>
>>     
>
> I have one xbean.xml and that is for my SU that is dependent on my SE.  Here
> are the contents:
>
> <beans
> xmlns:servManagerEnqueue="http://org.apache.servicemix.samples.serviceManagerAssembly/1.0"
>        xmlns:logicblaze="http://logicblaze.com">
>   <servManagerEnqueue:endpoint service="logicblaze:ServiceManagerEnqueue" />
> </beans>
>
>
>
>   


Re: Problems deploying SA

Posted by Benamin <be...@bisonline.com>.


Gert Vanthienen wrote:
> 
> < Benamin,
> 
> < It seems like a required attribute is missing in one of your xbean.xml 
> < files.  Can you post them?
> 
> < Gert
> 
> 

I have one xbean.xml and that is for my SU that is dependent on my SE.  Here
are the contents:

<beans
xmlns:servManagerEnqueue="http://org.apache.servicemix.samples.serviceManagerAssembly/1.0"
       xmlns:logicblaze="http://logicblaze.com">
  <servManagerEnqueue:endpoint service="logicblaze:ServiceManagerEnqueue" />
</beans>



-- 
View this message in context: http://www.nabble.com/Problems-deploying-SA-tf3710157s12049.html#a10380288
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: Problems deploying SA

Posted by Gert Vanthienen <ge...@skynet.be>.
Benamin,

It seems like a required attribute is missing in one of your xbean.xml 
files.  Can you post them?

Gert

Benamin wrote:
> I am just trying to deploy a simple SA with one se and one su.  I've tried
> this before, but it's taking me a while to get back into this.  When I try
> to deploy the SA I get the following error:  Does anybody have any idea what
> this error may be?
>
> ERROR - AutoDeploymentService          - Failed to update Service Assembly:
> servManager-sa
> java.lang.Exception: <?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-result-details>
> </frmwk-task-result-details>
> </frmwk-task-result>
> <component-task-result
> xmlns="http://java.sun.com/xml/ns/jbi/management-message">
>         <component-name>servManager-enqueue-se</component-name>
>         <component-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>Could not deploy xbean service unit</loc-message>
> </msg-loc-info>
> </task-status-msg>
>                         <exception-info>
>                                 <nesting-level>1</nesting-level>
>                                 <msg-loc-info>
>                                         <loc-token/>
>                                         <loc-message>Endpoint:
> Endpoint[service: {http://logicblaze.com}ServiceManagerEnqueue, endpoint:
> null, role: provider] has no endpoint name defined</loc-message>
>                                        
> <stack-trace><![CDATA[java.lang.IllegalArgumentException: Endpoint:
> Endpoint[service: {http://logicblaze.com}ServiceManagerEnqueue, endpoint:
> null, role: provider] has no endpoint name defined
>         at
> org.apache.servicemix.common.EndpointSupport.getKey(EndpointSupport.java:48)
>         at
> org.apache.servicemix.common.ServiceUnit.addEndpoint(ServiceUnit.java:134)
>         at
> org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:93)
>         at
> org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)
>         at
> org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
>         at
> org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentService.java:527)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:334)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:645)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.access$200(AutoDeploymentService.java:62)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:608)
>         at java.util.TimerThread.mainLoop(Timer.java:512)
>         at java.util.TimerThread.run(Timer.java:462)
> ]]></stack-trace>
>                                 </msg-loc-info>
>                         </exception-info>
>                 </task-result-details>
>         </component-task-result-details>
> </component-task-result>
> </jbi-task-result>
> </jbi-task>
>
>         at
> org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:121)
>         at
> org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:107)
>         at
> org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentService.java:563)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:334)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:645)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.access$200(AutoDeploymentService.java:62)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:608)
>         at java.util.TimerThread.mainLoop(Timer.java:512)
>         at java.util.TimerThread.run(Timer.java:462)
> WARN  - AutoDeploymentService          - Directory: deploy: Automatic
> install of
> /project/tapestry/3p_sandbox/adapters/svn_servicemix/distributions/apache-servicemix/target/apache-servicemix-3.1-incubating-SNAPSHOT/deploy/servManager-sa-1.0-SNAPSHOT.jar
> failed
> javax.jbi.management.DeploymentException: Failed to update Service Assembly:
> servManager-sa
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:348)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:645)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.access$200(AutoDeploymentService.java:62)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:608)
>         at java.util.TimerThread.mainLoop(Timer.java:512)
>         at java.util.TimerThread.run(Timer.java:462)
> Caused by: java.lang.Exception: <?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-result-details>
> </frmwk-task-result-details>
> </frmwk-task-result>
> <component-task-result
> xmlns="http://java.sun.com/xml/ns/jbi/management-message">
>         <component-name>servManager-enqueue-se</component-name>
>         <component-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>Could not deploy xbean service unit</loc-message>
> </msg-loc-info>
> </task-status-msg>
>                         <exception-info>
>                                 <nesting-level>1</nesting-level>
>                                 <msg-loc-info>
>                                         <loc-token/>
>                                         <loc-message>Endpoint:
> Endpoint[service: {http://logicblaze.com}ServiceManagerEnqueue, endpoint:
> null, role: provider] has no endpoint name defined</loc-message>
>                                        
> <stack-trace><![CDATA[java.lang.IllegalArgumentException: Endpoint:
> Endpoint[service: {http://logicblaze.com}ServiceManagerEnqueue, endpoint:
> null, role: provider] has no endpoint name defined
>         at
> org.apache.servicemix.common.EndpointSupport.getKey(EndpointSupport.java:48)
>         at
> org.apache.servicemix.common.ServiceUnit.addEndpoint(ServiceUnit.java:134)
>         at
> org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:93)
>         at
> org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)
>         at
> org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
>         at
> org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentService.java:527)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:334)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:645)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.access$200(AutoDeploymentService.java:62)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:608)
>         at java.util.TimerThread.mainLoop(Timer.java:512)
>         at java.util.TimerThread.run(Timer.java:462)
> ]]></stack-trace>
>                                 </msg-loc-info>
>                         </exception-info>
>                 </task-result-details>
>         </component-task-result-details>
> </component-task-result>
> </jbi-task-result>
> </jbi-task>
>
>         at
> org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:121)
>         at
> org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:107)
>         at
> org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentService.java:563)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:334)
>         ... 5 more
>