You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by Smruti <sm...@i-logicon.co.in> on 2007/01/18 09:50:35 UTC

DeployServiceAssemblyTask Problem!!!

 Hi ,

I am trying to deploy wsdl-first example given in
"apache-servicemix-3.0.1-incubating" its working fine instand-alone
servicemix but i m trying to deploy it on Tomcat 5.5 but its not
 getting done  can You Please help me ? I am new to servicemix.
 I will be verymuch thankful to You.

 its giving me following error:::::

 Jan 18, 2007 11:32:44 AM
 org.apache.catalina.core.AprLifecycleListener
 lifecycleEvent
 INFO: The Apache Tomcat Native library which allows optimal performance in
 production environments w
 as not found on the java.library.path: C:\Program
 Files\Java\jdk1.5.0_09\bin;.;C:\WINDOWS\system32;C

:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
 Files\Java\jdk1.5.0_09\

bin;C:\SmrutiSoftwares\ant\ant\bin;C:\SmrutiSoftwares\Geronimo_Servicemix\maven-2.0.4-bin\maven-2.0.

4\bin;C:\SmrutiSoftwares\Jikes-1.22\bin;C:\SmrutiSoftwares\server\axis2-1.1\axis2-1.1\bin;C:\SmrutiS
 oftwares\server\Geronimo_Servicemix\maven-2.0.4-bin\maven-2.0.4\bin
 Jan 18, 2007 11:32:44 AM
 org.apache.coyote.http11.Http11BaseProtocol init
 INFO: Initializing Coyote HTTP/1.1 on http-8080
 Jan 18, 2007 11:32:44 AM
 org.apache.catalina.startup.Catalina load
 INFO: Initialization processed in 828 ms
 Jan 18, 2007 11:32:44 AM
 org.apache.catalina.core.StandardService start
 INFO: Starting service Catalina
 Jan 18, 2007 11:32:44 AM
 org.apache.catalina.core.StandardEngine start
 INFO: Starting Servlet Engine: Apache Tomcat/5.5.20
 Jan 18, 2007 11:32:44 AM
 org.apache.catalina.core.StandardHost start
 INFO: XML validation disabled
 Jan 18, 2007 11:32:45 AM
 org.apache.catalina.startup.HostConfig deployWAR
 INFO: Deploying web application archive
 servicemix-web-3.0.1-incubating.war
 Jan 18, 2007 11:32:46 AM
 org.apache.catalina.loader.WebappClassLoader
 validateJarFile
 INFO:

validateJarFile(C:\SmrutiSoftwares\server\apache-tomcat-5.5.20\webapps\servicemix-web-3.0.1-in
 cubating\WEB-INF\lib\servlet-api-2.3.jar) - jar not loaded. See Servlet
Spec
 2.3, section 9.7.2. Off
 ending class: javax/servlet/Servlet.class
 Jan 18, 2007 11:32:46 AM
 org.apache.catalina.loader.WebappClassLoader
 validateJarFile
 INFO:

validateJarFile(C:\SmrutiSoftwares\server\apache-tomcat-5.5.20\webapps\servicemix-web-3.0.1-in
 cubating\WEB-INF\lib\servlet-api-2.5-6.0.1.jar) - jar not loaded. See
 Servlet Spec 2.3, section 9.7.
 2. Offending class: javax/servlet/Servlet.class
 INFO  - JBIContainer                   - ServiceMix 3.0.1-incubating JBI
 Container (ServiceMix) is s
 tarting
 11:32:59,671 INFO  [JBIContainer] ServiceMix 3.0.1-incubating JBI Container
 (ServiceMix) is starting

> INFO  - JBIContainer                   - For help or more informations
> please see: http://incubator.
> apache.org/servicemix/
> 11:32:59,671 INFO  [JBIContainer] For help or more informations please
> see:
> http://incubator.apache.
> org/servicemix/
> INFO  - ConnectorServerFactoryBean     - JMX connector available at:
> service:jmx:rmi:///jndi/rmi://l
> ocalhost:1099/jmxrmi
> 11:32:59,827 INFO  [ConnectorServerFactoryBean] JMX connector available
> at:
> service:jmx:rmi:///jndi/
> rmi://localhost:1099/jmxrmi
> INFO  - ComponentMBeanImpl             - Initializing component:
> #SubscriptionManager#
> 11:32:59,999 INFO  [ComponentMBeanImpl] Initializing component:
> #SubscriptionManager#
> INFO  - DeploymentService              - Restoring service assemblies
> 11:33:00,062 INFO  [DeploymentService] Restoring service assemblies
> INFO  - ComponentMBeanImpl             - Initializing component:
> servicemix-http
> 11:33:00,109 INFO  [ComponentMBeanImpl] Initializing component:
> servicemix-http
> INFO  - ComponentMBeanImpl             - Initializing component: echo
> 11:33:00,187 INFO  [ComponentMBeanImpl] Initializing component: echo
> INFO  - ComponentMBeanImpl             - Initializing component: timer
> 11:33:00,202 INFO  [ComponentMBeanImpl] Initializing component: timer
> INFO  - ComponentMBeanImpl             - Initializing component:
> inputSender
> 11:33:00,343 INFO  [ComponentMBeanImpl] Initializing component:
> inputSender
> INFO  - ComponentMBeanImpl             - Initializing component:
> inputReceiver
> 11:33:00,343 INFO  [ComponentMBeanImpl] Initializing component:
> inputReceiver
> INFO  - ComponentMBeanImpl             - Initializing component:
> outputSender
> 11:33:00,359 INFO  [ComponentMBeanImpl] Initializing component:
> outputSender
> INFO  - ComponentMBeanImpl             - Initializing component: jmsTrace
> 11:33:00,359 INFO  [ComponentMBeanImpl] Initializing component: jmsTrace
> INFO  - ComponentMBeanImpl             - Initializing component: trace
> 11:33:00,359 INFO  [ComponentMBeanImpl] Initializing component: trace
> WARN  - ClientFactory                  - Cound not start ClientFactory:
> javax.naming.NamingException
> : Context is read only
> 11:33:00,374 WARN  [ClientFactory] Cound not start ClientFactory:
> javax.naming.NamingException: Cont
> ext is read only
> INFO  - JBIContainer                   - ServiceMix JBI Container
> (ServiceMix) started
> 11:33:00,452 INFO  [JBIContainer] ServiceMix JBI Container (ServiceMix)
> started
> Jan 18, 2007 11:33:01 AM
> org.apache.coyote.http11.Http11BaseProtocol start
> INFO: Starting Coyote HTTP/1.1 on http-8080
> Jan 18, 2007 11:33:01 AM org.apache.jk.common.ChannelSocket
> init
> INFO: JK: ajp13 listening on /0.0.0.0:8009
> Jan 18, 2007 11:33:01 AM org.apache.jk.server.JkMain start
> INFO: Jk running ID=0 time=0/31  config=null
> Jan 18, 2007 11:33:01 AM
> org.apache.catalina.storeconfig.StoreLoader load
> INFO: Find registry server-registry.xml at classpath resource
> Jan 18, 2007 11:33:01 AM
> org.apache.catalina.startup.Catalina start
> INFO: Server startup in 17140 ms
> INFO  - AutoDeploymentService          - Directory: install: Archive
> changed: processing servicemix-
> shared-3.0.1-incubating-installer.zip ...
> 11:33:50,452 INFO  [AutoDeploymentService] Directory: install: Archive
> changed: processing servicemi
> x-shared-3.0.1-incubating-installer.zip ...
> INFO  - AutoDeploymentService          - Directory: install: Finished
> installation of archive:  serv
> icemix-shared-3.0.1-incubating-installer.zip
> 11:33:50,765 INFO  [AutoDeploymentService] Directory: install: Finished
> installation of archive:  se
> rvicemix-shared-3.0.1-incubating-installer.zip
> INFO  - AutoDeploymentService          - Directory: install: Archive
> changed: processing servicemix-
> http-3.0.1-incubating-installer.zip ...
> 11:37:10,452 INFO  [AutoDeploymentService] Directory: install: Archive
> changed: processing servicemi
> x-http-3.0.1-incubating-installer.zip ...
> INFO  - ComponentMBeanImpl             - Starting component:
> servicemix-http
> 11:37:10,765 INFO  [ComponentMBeanImpl] Starting component:
> servicemix-http
> INFO  - AutoDeploymentService          - Directory: install: Finished
> installation of archive:  serv
> icemix-http-3.0.1-incubating-installer.zip
> 11:37:10,765 INFO  [AutoDeploymentService] Directory: install: Finished
> installation of archive:  se
> rvicemix-http-3.0.1-incubating-installer.zip
> INFO  - AutoDeploymentService          - Directory: install: Archive
> changed: processing servicemix-
> jsr181-3.0.1-incubating-installer.zip ...
> 11:38:40,452 INFO  [AutoDeploymentService] Directory: install: Archive
> changed: processing servicemi
> x-jsr181-3.0.1-incubating-installer.zip ...
> INFO  - ComponentMBeanImpl             - Starting component:
> servicemix-jsr181
> 11:38:40,859 INFO  [ComponentMBeanImpl] Starting component:
> servicemix-jsr181
> INFO  - ComponentMBeanImpl             - Initializing component:
> servicemix-jsr181
> 11:38:40,859 INFO  [ComponentMBeanImpl] Initializing component:
> servicemix-jsr181
> INFO  - AutoDeploymentService          - Directory: install: Finished
> installation of archive:  serv
> icemix-jsr181-3.0.1-incubating-installer.zip
> 11:38:40,952 INFO  [AutoDeploymentService] Directory: install: Finished
> installation of archive:  se
> rvicemix-jsr181-3.0.1-incubating-installer.zip
> INFO  - AutoDeploymentService          - Directory: deploy: Archive
> changed:
> processing wsdl-first-s
> a-3.0.1-incubating.zip ...
> 11:39:20,452 INFO  [AutoDeploymentService] Directory: deploy: Archive
> changed: processing wsdl-first
> -sa-3.0.1-incubating.zip ...
> ERROR - AutoDeploymentService          - Failed to update Service
> Assembly:
> wsdl-first-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-status-msg>
> <msg-loc-info>
> <loc-token/>
> <loc-message>Target component servicemix-http for service unit
> wsdl-first-http-su does not accept de
> ployments</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.ManagementSupport.failure(ManagementSupport.java:121)
>
>         at
> org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:103)
>
>         at
> org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentSer
> vice.java:484)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer
> vice.java:295)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDeploymentService.jav
> a:592)
>         at
> org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
>         at
> EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> Source)
>         at java.lang.Thread.run(Thread.java:595)
> 11:39:20,749 ERROR [AutoDeploymentService] Failed to update Service
> Assembly: wsdl-first-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-status-msg>
> <msg-loc-info>
> <loc-token/>
> <loc-message>Target component servicemix-http for service unit
> wsdl-first-http-su does not accept de
> ployments</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.ManagementSupport.failure(ManagementSupport.java:121)
>
>         at
> org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:103)
>
>         at
> org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentSer
> vice.java:484)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer
> vice.java:295)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDeploymentService.jav
> a:592)
>         at
> org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
>         at
> EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> Source)
>         at java.lang.Thread.run(Thread.java:595)
> WARN  - AutoDeploymentService          - Directory: deploy: Automatic
> install of C:\SmrutiSoftwares\
> server\apache-tomcat-5.5.20\webapps\servicemix-web-3.0.1-incubating\deploy\wsdl-first-sa-3.0.1-incub
> ating.zip failed
> javax.jbi.management.DeploymentException: Failed to update
> Service Assembly: wsdl-first-sa
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer
> vice.java:309)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDeploymentService.jav
> a:592)
>         at
> org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
>         at
> EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> Source)
>         at java.lang.Thread.run(Thread.java:595)
> 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-status-msg>
> <msg-loc-info>
> <loc-token/>
> <loc-message>Target component servicemix-http for service unit
> wsdl-first-http-su does not accept de
> ployments</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.ManagementSupport.failure(ManagementSupport.java:121)
>
>         at
> org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:103)
>
>         at
> org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentSer
> vice.java:484)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer
> vice.java:295)
>         ... 4 more
> 11:39:20,843 WARN  [AutoDeploymentService] Directory: deploy: Automatic
> install of C:\SmrutiSoftware
> s\server\apache-tomcat-5.5.20\webapps\servicemix-web-3.0.1-incubating\deploy\wsdl-first-sa-3.0.1-inc
> ubating.zip failed
> javax.jbi.management.DeploymentException: Failed to update
> Service Assembly: wsdl-first-sa
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer
> vice.java:309)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDeploymentService.jav
> a:592)
>         at
> org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
>         at
> EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> Source)
>         at java.lang.Thread.run(Thread.java:595)
> 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-status-msg>
> <msg-loc-info>
> <loc-token/>
> <loc-message>Target component servicemix-http for service unit
> wsdl-first-http-su does not accept de
> ployments</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.ManagementSupport.failure(ManagementSupport.java:121)
>
>         at
> org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:103)
>
>         at
> org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentSer
> vice.java:484)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer
> vice.java:295)
>         ... 4 more
>
>
>
>
> Thanks,
> Smruti

-- 
View this message in context: http://www.nabble.com/DeployServiceAssemblyTask-Problem%21%21%21-tf3032930s12049.html#a8426881
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.


Maven troubles with yesterday's SNAPSHOT

Posted by "Rossmanith, Philipp" <ph...@t-systems.es>.
Hi,

In the project I'm working, we're planning to subclass the DefaultBroker
in order to enhance its features. Hence, I'll have to do some SM
programming and want to make its code available in Eclipse.

Knowing from the past that the latest features are usually available in
the SVN, only, I tried to set up today's snapshot
(apache-servicemix-3.1-incubating-20070118.083008-58-src.zip). I had
some difficulties with Maven, though.

I followed the steps described in
http://servicemix.org/site/building.html from within the top-level src
directory. I also added M2_REPO to my workspace. MD5 checksums are ok,
as well.

At first, the build went fine, but when I opened the project, I got an
error about my build path and some missing libraries. However, they were
available in my Maven2 repository.

Assuming it might be related to the Maven repository, I deleted it.
However, repeating the compilation process, the build yielded an error:

"Project ID: null:xfire-all:jar:1.2.2
Reason: Cannot find parent: org.codehaus.xfire:xfire-parent for
project: null:xfire-all:jar:1.2.2"

I tried with both the pom.xml contained within the src directory as well
as the apache-servicemix-3.1-incubating-20070118.083008-58.pom.

I changed to the stable 3.0 version and did the same thing all over
again. Now, when executing:

" [INFO] Error building POM (may not be this project's POM).
Project ID: null:xfire-all:jar:1.2.1
Reason: Cannot find parent: org.codehaus.xfire:xfire-parent for project:
null:xfire-all:jar:1.2.1"

Hence my questions:
1. Any idea of what I did wrong
2. Which is the fool-proof way of getting Eclipse-Access to the SM
sources
3. Which of the two POMs do I have to use

In the meanwhile, I'll be trying to fix the issues by manually
downloading and executing the missing poms (and perhaps adding the
repositories I find to the top-level pom).

Thanks in advance,
Ciao,
Philipp Rossmanith

This e-mail may contain confidential or privileged information. Any unauthorised
copying, use or distribution of this information is strictly prohibited.

Re: DeployServiceAssemblyTask Problem!!!

Posted by Guillaume Nodet <gn...@gmail.com>.
And please, there is no need to cross-post to both -dev and -user list.
The user list is sufficient for such questions.

On 1/18/07, Smruti <sm...@i-logicon.co.in> wrote:
>
>  Hi ,
>
> I am trying to deploy wsdl-first example given in
> "apache-servicemix-3.0.1-incubating" its working fine instand-alone
> servicemix but i m trying to deploy it on Tomcat 5.5 but its not
>  getting done  can You Please help me ? I am new to servicemix.
>  I will be verymuch thankful to You.
>
>  its giving me following error:::::
>
>  Jan 18, 2007 11:32:44 AM
>  org.apache.catalina.core.AprLifecycleListener
>  lifecycleEvent
>  INFO: The Apache Tomcat Native library which allows optimal performance in
>  production environments w
>  as not found on the java.library.path: C:\Program
>  Files\Java\jdk1.5.0_09\bin;.;C:\WINDOWS\system32;C
>
> :\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
>  Files\Java\jdk1.5.0_09\
>
> bin;C:\SmrutiSoftwares\ant\ant\bin;C:\SmrutiSoftwares\Geronimo_Servicemix\maven-2.0.4-bin\maven-2.0.
>
> 4\bin;C:\SmrutiSoftwares\Jikes-1.22\bin;C:\SmrutiSoftwares\server\axis2-1.1\axis2-1.1\bin;C:\SmrutiS
>  oftwares\server\Geronimo_Servicemix\maven-2.0.4-bin\maven-2.0.4\bin
>  Jan 18, 2007 11:32:44 AM
>  org.apache.coyote.http11.Http11BaseProtocol init
>  INFO: Initializing Coyote HTTP/1.1 on http-8080
>  Jan 18, 2007 11:32:44 AM
>  org.apache.catalina.startup.Catalina load
>  INFO: Initialization processed in 828 ms
>  Jan 18, 2007 11:32:44 AM
>  org.apache.catalina.core.StandardService start
>  INFO: Starting service Catalina
>  Jan 18, 2007 11:32:44 AM
>  org.apache.catalina.core.StandardEngine start
>  INFO: Starting Servlet Engine: Apache Tomcat/5.5.20
>  Jan 18, 2007 11:32:44 AM
>  org.apache.catalina.core.StandardHost start
>  INFO: XML validation disabled
>  Jan 18, 2007 11:32:45 AM
>  org.apache.catalina.startup.HostConfig deployWAR
>  INFO: Deploying web application archive
>  servicemix-web-3.0.1-incubating.war
>  Jan 18, 2007 11:32:46 AM
>  org.apache.catalina.loader.WebappClassLoader
>  validateJarFile
>  INFO:
>
> validateJarFile(C:\SmrutiSoftwares\server\apache-tomcat-5.5.20\webapps\servicemix-web-3.0.1-in
>  cubating\WEB-INF\lib\servlet-api-2.3.jar) - jar not loaded. See Servlet
> Spec
>  2.3, section 9.7.2. Off
>  ending class: javax/servlet/Servlet.class
>  Jan 18, 2007 11:32:46 AM
>  org.apache.catalina.loader.WebappClassLoader
>  validateJarFile
>  INFO:
>
> validateJarFile(C:\SmrutiSoftwares\server\apache-tomcat-5.5.20\webapps\servicemix-web-3.0.1-in
>  cubating\WEB-INF\lib\servlet-api-2.5-6.0.1.jar) - jar not loaded. See
>  Servlet Spec 2.3, section 9.7.
>  2. Offending class: javax/servlet/Servlet.class
>  INFO  - JBIContainer                   - ServiceMix 3.0.1-incubating JBI
>  Container (ServiceMix) is s
>  tarting
>  11:32:59,671 INFO  [JBIContainer] ServiceMix 3.0.1-incubating JBI Container
>  (ServiceMix) is starting
>
> > INFO  - JBIContainer                   - For help or more informations
> > please see: http://incubator.
> > apache.org/servicemix/
> > 11:32:59,671 INFO  [JBIContainer] For help or more informations please
> > see:
> > http://incubator.apache.
> > org/servicemix/
> > INFO  - ConnectorServerFactoryBean     - JMX connector available at:
> > service:jmx:rmi:///jndi/rmi://l
> > ocalhost:1099/jmxrmi
> > 11:32:59,827 INFO  [ConnectorServerFactoryBean] JMX connector available
> > at:
> > service:jmx:rmi:///jndi/
> > rmi://localhost:1099/jmxrmi
> > INFO  - ComponentMBeanImpl             - Initializing component:
> > #SubscriptionManager#
> > 11:32:59,999 INFO  [ComponentMBeanImpl] Initializing component:
> > #SubscriptionManager#
> > INFO  - DeploymentService              - Restoring service assemblies
> > 11:33:00,062 INFO  [DeploymentService] Restoring service assemblies
> > INFO  - ComponentMBeanImpl             - Initializing component:
> > servicemix-http
> > 11:33:00,109 INFO  [ComponentMBeanImpl] Initializing component:
> > servicemix-http
> > INFO  - ComponentMBeanImpl             - Initializing component: echo
> > 11:33:00,187 INFO  [ComponentMBeanImpl] Initializing component: echo
> > INFO  - ComponentMBeanImpl             - Initializing component: timer
> > 11:33:00,202 INFO  [ComponentMBeanImpl] Initializing component: timer
> > INFO  - ComponentMBeanImpl             - Initializing component:
> > inputSender
> > 11:33:00,343 INFO  [ComponentMBeanImpl] Initializing component:
> > inputSender
> > INFO  - ComponentMBeanImpl             - Initializing component:
> > inputReceiver
> > 11:33:00,343 INFO  [ComponentMBeanImpl] Initializing component:
> > inputReceiver
> > INFO  - ComponentMBeanImpl             - Initializing component:
> > outputSender
> > 11:33:00,359 INFO  [ComponentMBeanImpl] Initializing component:
> > outputSender
> > INFO  - ComponentMBeanImpl             - Initializing component: jmsTrace
> > 11:33:00,359 INFO  [ComponentMBeanImpl] Initializing component: jmsTrace
> > INFO  - ComponentMBeanImpl             - Initializing component: trace
> > 11:33:00,359 INFO  [ComponentMBeanImpl] Initializing component: trace
> > WARN  - ClientFactory                  - Cound not start ClientFactory:
> > javax.naming.NamingException
> > : Context is read only
> > 11:33:00,374 WARN  [ClientFactory] Cound not start ClientFactory:
> > javax.naming.NamingException: Cont
> > ext is read only
> > INFO  - JBIContainer                   - ServiceMix JBI Container
> > (ServiceMix) started
> > 11:33:00,452 INFO  [JBIContainer] ServiceMix JBI Container (ServiceMix)
> > started
> > Jan 18, 2007 11:33:01 AM
> > org.apache.coyote.http11.Http11BaseProtocol start
> > INFO: Starting Coyote HTTP/1.1 on http-8080
> > Jan 18, 2007 11:33:01 AM org.apache.jk.common.ChannelSocket
> > init
> > INFO: JK: ajp13 listening on /0.0.0.0:8009
> > Jan 18, 2007 11:33:01 AM org.apache.jk.server.JkMain start
> > INFO: Jk running ID=0 time=0/31  config=null
> > Jan 18, 2007 11:33:01 AM
> > org.apache.catalina.storeconfig.StoreLoader load
> > INFO: Find registry server-registry.xml at classpath resource
> > Jan 18, 2007 11:33:01 AM
> > org.apache.catalina.startup.Catalina start
> > INFO: Server startup in 17140 ms
> > INFO  - AutoDeploymentService          - Directory: install: Archive
> > changed: processing servicemix-
> > shared-3.0.1-incubating-installer.zip ...
> > 11:33:50,452 INFO  [AutoDeploymentService] Directory: install: Archive
> > changed: processing servicemi
> > x-shared-3.0.1-incubating-installer.zip ...
> > INFO  - AutoDeploymentService          - Directory: install: Finished
> > installation of archive:  serv
> > icemix-shared-3.0.1-incubating-installer.zip
> > 11:33:50,765 INFO  [AutoDeploymentService] Directory: install: Finished
> > installation of archive:  se
> > rvicemix-shared-3.0.1-incubating-installer.zip
> > INFO  - AutoDeploymentService          - Directory: install: Archive
> > changed: processing servicemix-
> > http-3.0.1-incubating-installer.zip ...
> > 11:37:10,452 INFO  [AutoDeploymentService] Directory: install: Archive
> > changed: processing servicemi
> > x-http-3.0.1-incubating-installer.zip ...
> > INFO  - ComponentMBeanImpl             - Starting component:
> > servicemix-http
> > 11:37:10,765 INFO  [ComponentMBeanImpl] Starting component:
> > servicemix-http
> > INFO  - AutoDeploymentService          - Directory: install: Finished
> > installation of archive:  serv
> > icemix-http-3.0.1-incubating-installer.zip
> > 11:37:10,765 INFO  [AutoDeploymentService] Directory: install: Finished
> > installation of archive:  se
> > rvicemix-http-3.0.1-incubating-installer.zip
> > INFO  - AutoDeploymentService          - Directory: install: Archive
> > changed: processing servicemix-
> > jsr181-3.0.1-incubating-installer.zip ...
> > 11:38:40,452 INFO  [AutoDeploymentService] Directory: install: Archive
> > changed: processing servicemi
> > x-jsr181-3.0.1-incubating-installer.zip ...
> > INFO  - ComponentMBeanImpl             - Starting component:
> > servicemix-jsr181
> > 11:38:40,859 INFO  [ComponentMBeanImpl] Starting component:
> > servicemix-jsr181
> > INFO  - ComponentMBeanImpl             - Initializing component:
> > servicemix-jsr181
> > 11:38:40,859 INFO  [ComponentMBeanImpl] Initializing component:
> > servicemix-jsr181
> > INFO  - AutoDeploymentService          - Directory: install: Finished
> > installation of archive:  serv
> > icemix-jsr181-3.0.1-incubating-installer.zip
> > 11:38:40,952 INFO  [AutoDeploymentService] Directory: install: Finished
> > installation of archive:  se
> > rvicemix-jsr181-3.0.1-incubating-installer.zip
> > INFO  - AutoDeploymentService          - Directory: deploy: Archive
> > changed:
> > processing wsdl-first-s
> > a-3.0.1-incubating.zip ...
> > 11:39:20,452 INFO  [AutoDeploymentService] Directory: deploy: Archive
> > changed: processing wsdl-first
> > -sa-3.0.1-incubating.zip ...
> > ERROR - AutoDeploymentService          - Failed to update Service
> > Assembly:
> > wsdl-first-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-status-msg>
> > <msg-loc-info>
> > <loc-token/>
> > <loc-message>Target component servicemix-http for service unit
> > wsdl-first-http-su does not accept de
> > ployments</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.ManagementSupport.failure(ManagementSupport.java:121)
> >
> >         at
> > org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:103)
> >
> >         at
> > org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentSer
> > vice.java:484)
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer
> > vice.java:295)
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDeploymentService.jav
> > a:592)
> >         at
> > org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
> >         at
> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> > Source)
> >         at java.lang.Thread.run(Thread.java:595)
> > 11:39:20,749 ERROR [AutoDeploymentService] Failed to update Service
> > Assembly: wsdl-first-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-status-msg>
> > <msg-loc-info>
> > <loc-token/>
> > <loc-message>Target component servicemix-http for service unit
> > wsdl-first-http-su does not accept de
> > ployments</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.ManagementSupport.failure(ManagementSupport.java:121)
> >
> >         at
> > org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:103)
> >
> >         at
> > org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentSer
> > vice.java:484)
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer
> > vice.java:295)
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDeploymentService.jav
> > a:592)
> >         at
> > org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
> >         at
> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> > Source)
> >         at java.lang.Thread.run(Thread.java:595)
> > WARN  - AutoDeploymentService          - Directory: deploy: Automatic
> > install of C:\SmrutiSoftwares\
> > server\apache-tomcat-5.5.20\webapps\servicemix-web-3.0.1-incubating\deploy\wsdl-first-sa-3.0.1-incub
> > ating.zip failed
> > javax.jbi.management.DeploymentException: Failed to update
> > Service Assembly: wsdl-first-sa
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer
> > vice.java:309)
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDeploymentService.jav
> > a:592)
> >         at
> > org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
> >         at
> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> > Source)
> >         at java.lang.Thread.run(Thread.java:595)
> > 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-status-msg>
> > <msg-loc-info>
> > <loc-token/>
> > <loc-message>Target component servicemix-http for service unit
> > wsdl-first-http-su does not accept de
> > ployments</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.ManagementSupport.failure(ManagementSupport.java:121)
> >
> >         at
> > org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:103)
> >
> >         at
> > org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentSer
> > vice.java:484)
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer
> > vice.java:295)
> >         ... 4 more
> > 11:39:20,843 WARN  [AutoDeploymentService] Directory: deploy: Automatic
> > install of C:\SmrutiSoftware
> > s\server\apache-tomcat-5.5.20\webapps\servicemix-web-3.0.1-incubating\deploy\wsdl-first-sa-3.0.1-inc
> > ubating.zip failed
> > javax.jbi.management.DeploymentException: Failed to update
> > Service Assembly: wsdl-first-sa
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer
> > vice.java:309)
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDeploymentService.jav
> > a:592)
> >         at
> > org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
> >         at
> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> > Source)
> >         at java.lang.Thread.run(Thread.java:595)
> > 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-status-msg>
> > <msg-loc-info>
> > <loc-token/>
> > <loc-message>Target component servicemix-http for service unit
> > wsdl-first-http-su does not accept de
> > ployments</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.ManagementSupport.failure(ManagementSupport.java:121)
> >
> >         at
> > org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:103)
> >
> >         at
> > org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentSer
> > vice.java:484)
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer
> > vice.java:295)
> >         ... 4 more
> >
> >
> >
> >
> > Thanks,
> > Smruti
>
> --
> View this message in context: http://www.nabble.com/DeployServiceAssemblyTask-Problem%21%21%21-tf3032930s12049.html#a8426881
> Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Architect, LogicBlaze (http://www.logicblaze.com/)
Blog: http://gnodet.blogspot.com/

Re: DeployServiceAssemblyTask Problem!!!

Posted by Guillaume Nodet <gn...@gmail.com>.
The servicemix web example use a static configuration for the http component.
It has not been written to deploy standard components / artifacts on to it.
If you want to do that, try the apache-servicemix-web web app available at
http://people.apache.org/repo/m2-snapshot-repository/org/apache/servicemix/apache-servicemix-web/3.1-incubating-SNAPSHOT/

On 1/18/07, Smruti <sm...@i-logicon.co.in> wrote:
>
>  Hi ,
>
> I am trying to deploy wsdl-first example given in
> "apache-servicemix-3.0.1-incubating" its working fine instand-alone
> servicemix but i m trying to deploy it on Tomcat 5.5 but its not
>  getting done  can You Please help me ? I am new to servicemix.
>  I will be verymuch thankful to You.
>
>  its giving me following error:::::
>
>  Jan 18, 2007 11:32:44 AM
>  org.apache.catalina.core.AprLifecycleListener
>  lifecycleEvent
>  INFO: The Apache Tomcat Native library which allows optimal performance in
>  production environments w
>  as not found on the java.library.path: C:\Program
>  Files\Java\jdk1.5.0_09\bin;.;C:\WINDOWS\system32;C
>
> :\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
>  Files\Java\jdk1.5.0_09\
>
> bin;C:\SmrutiSoftwares\ant\ant\bin;C:\SmrutiSoftwares\Geronimo_Servicemix\maven-2.0.4-bin\maven-2.0.
>
> 4\bin;C:\SmrutiSoftwares\Jikes-1.22\bin;C:\SmrutiSoftwares\server\axis2-1.1\axis2-1.1\bin;C:\SmrutiS
>  oftwares\server\Geronimo_Servicemix\maven-2.0.4-bin\maven-2.0.4\bin
>  Jan 18, 2007 11:32:44 AM
>  org.apache.coyote.http11.Http11BaseProtocol init
>  INFO: Initializing Coyote HTTP/1.1 on http-8080
>  Jan 18, 2007 11:32:44 AM
>  org.apache.catalina.startup.Catalina load
>  INFO: Initialization processed in 828 ms
>  Jan 18, 2007 11:32:44 AM
>  org.apache.catalina.core.StandardService start
>  INFO: Starting service Catalina
>  Jan 18, 2007 11:32:44 AM
>  org.apache.catalina.core.StandardEngine start
>  INFO: Starting Servlet Engine: Apache Tomcat/5.5.20
>  Jan 18, 2007 11:32:44 AM
>  org.apache.catalina.core.StandardHost start
>  INFO: XML validation disabled
>  Jan 18, 2007 11:32:45 AM
>  org.apache.catalina.startup.HostConfig deployWAR
>  INFO: Deploying web application archive
>  servicemix-web-3.0.1-incubating.war
>  Jan 18, 2007 11:32:46 AM
>  org.apache.catalina.loader.WebappClassLoader
>  validateJarFile
>  INFO:
>
> validateJarFile(C:\SmrutiSoftwares\server\apache-tomcat-5.5.20\webapps\servicemix-web-3.0.1-in
>  cubating\WEB-INF\lib\servlet-api-2.3.jar) - jar not loaded. See Servlet
> Spec
>  2.3, section 9.7.2. Off
>  ending class: javax/servlet/Servlet.class
>  Jan 18, 2007 11:32:46 AM
>  org.apache.catalina.loader.WebappClassLoader
>  validateJarFile
>  INFO:
>
> validateJarFile(C:\SmrutiSoftwares\server\apache-tomcat-5.5.20\webapps\servicemix-web-3.0.1-in
>  cubating\WEB-INF\lib\servlet-api-2.5-6.0.1.jar) - jar not loaded. See
>  Servlet Spec 2.3, section 9.7.
>  2. Offending class: javax/servlet/Servlet.class
>  INFO  - JBIContainer                   - ServiceMix 3.0.1-incubating JBI
>  Container (ServiceMix) is s
>  tarting
>  11:32:59,671 INFO  [JBIContainer] ServiceMix 3.0.1-incubating JBI Container
>  (ServiceMix) is starting
>
> > INFO  - JBIContainer                   - For help or more informations
> > please see: http://incubator.
> > apache.org/servicemix/
> > 11:32:59,671 INFO  [JBIContainer] For help or more informations please
> > see:
> > http://incubator.apache.
> > org/servicemix/
> > INFO  - ConnectorServerFactoryBean     - JMX connector available at:
> > service:jmx:rmi:///jndi/rmi://l
> > ocalhost:1099/jmxrmi
> > 11:32:59,827 INFO  [ConnectorServerFactoryBean] JMX connector available
> > at:
> > service:jmx:rmi:///jndi/
> > rmi://localhost:1099/jmxrmi
> > INFO  - ComponentMBeanImpl             - Initializing component:
> > #SubscriptionManager#
> > 11:32:59,999 INFO  [ComponentMBeanImpl] Initializing component:
> > #SubscriptionManager#
> > INFO  - DeploymentService              - Restoring service assemblies
> > 11:33:00,062 INFO  [DeploymentService] Restoring service assemblies
> > INFO  - ComponentMBeanImpl             - Initializing component:
> > servicemix-http
> > 11:33:00,109 INFO  [ComponentMBeanImpl] Initializing component:
> > servicemix-http
> > INFO  - ComponentMBeanImpl             - Initializing component: echo
> > 11:33:00,187 INFO  [ComponentMBeanImpl] Initializing component: echo
> > INFO  - ComponentMBeanImpl             - Initializing component: timer
> > 11:33:00,202 INFO  [ComponentMBeanImpl] Initializing component: timer
> > INFO  - ComponentMBeanImpl             - Initializing component:
> > inputSender
> > 11:33:00,343 INFO  [ComponentMBeanImpl] Initializing component:
> > inputSender
> > INFO  - ComponentMBeanImpl             - Initializing component:
> > inputReceiver
> > 11:33:00,343 INFO  [ComponentMBeanImpl] Initializing component:
> > inputReceiver
> > INFO  - ComponentMBeanImpl             - Initializing component:
> > outputSender
> > 11:33:00,359 INFO  [ComponentMBeanImpl] Initializing component:
> > outputSender
> > INFO  - ComponentMBeanImpl             - Initializing component: jmsTrace
> > 11:33:00,359 INFO  [ComponentMBeanImpl] Initializing component: jmsTrace
> > INFO  - ComponentMBeanImpl             - Initializing component: trace
> > 11:33:00,359 INFO  [ComponentMBeanImpl] Initializing component: trace
> > WARN  - ClientFactory                  - Cound not start ClientFactory:
> > javax.naming.NamingException
> > : Context is read only
> > 11:33:00,374 WARN  [ClientFactory] Cound not start ClientFactory:
> > javax.naming.NamingException: Cont
> > ext is read only
> > INFO  - JBIContainer                   - ServiceMix JBI Container
> > (ServiceMix) started
> > 11:33:00,452 INFO  [JBIContainer] ServiceMix JBI Container (ServiceMix)
> > started
> > Jan 18, 2007 11:33:01 AM
> > org.apache.coyote.http11.Http11BaseProtocol start
> > INFO: Starting Coyote HTTP/1.1 on http-8080
> > Jan 18, 2007 11:33:01 AM org.apache.jk.common.ChannelSocket
> > init
> > INFO: JK: ajp13 listening on /0.0.0.0:8009
> > Jan 18, 2007 11:33:01 AM org.apache.jk.server.JkMain start
> > INFO: Jk running ID=0 time=0/31  config=null
> > Jan 18, 2007 11:33:01 AM
> > org.apache.catalina.storeconfig.StoreLoader load
> > INFO: Find registry server-registry.xml at classpath resource
> > Jan 18, 2007 11:33:01 AM
> > org.apache.catalina.startup.Catalina start
> > INFO: Server startup in 17140 ms
> > INFO  - AutoDeploymentService          - Directory: install: Archive
> > changed: processing servicemix-
> > shared-3.0.1-incubating-installer.zip ...
> > 11:33:50,452 INFO  [AutoDeploymentService] Directory: install: Archive
> > changed: processing servicemi
> > x-shared-3.0.1-incubating-installer.zip ...
> > INFO  - AutoDeploymentService          - Directory: install: Finished
> > installation of archive:  serv
> > icemix-shared-3.0.1-incubating-installer.zip
> > 11:33:50,765 INFO  [AutoDeploymentService] Directory: install: Finished
> > installation of archive:  se
> > rvicemix-shared-3.0.1-incubating-installer.zip
> > INFO  - AutoDeploymentService          - Directory: install: Archive
> > changed: processing servicemix-
> > http-3.0.1-incubating-installer.zip ...
> > 11:37:10,452 INFO  [AutoDeploymentService] Directory: install: Archive
> > changed: processing servicemi
> > x-http-3.0.1-incubating-installer.zip ...
> > INFO  - ComponentMBeanImpl             - Starting component:
> > servicemix-http
> > 11:37:10,765 INFO  [ComponentMBeanImpl] Starting component:
> > servicemix-http
> > INFO  - AutoDeploymentService          - Directory: install: Finished
> > installation of archive:  serv
> > icemix-http-3.0.1-incubating-installer.zip
> > 11:37:10,765 INFO  [AutoDeploymentService] Directory: install: Finished
> > installation of archive:  se
> > rvicemix-http-3.0.1-incubating-installer.zip
> > INFO  - AutoDeploymentService          - Directory: install: Archive
> > changed: processing servicemix-
> > jsr181-3.0.1-incubating-installer.zip ...
> > 11:38:40,452 INFO  [AutoDeploymentService] Directory: install: Archive
> > changed: processing servicemi
> > x-jsr181-3.0.1-incubating-installer.zip ...
> > INFO  - ComponentMBeanImpl             - Starting component:
> > servicemix-jsr181
> > 11:38:40,859 INFO  [ComponentMBeanImpl] Starting component:
> > servicemix-jsr181
> > INFO  - ComponentMBeanImpl             - Initializing component:
> > servicemix-jsr181
> > 11:38:40,859 INFO  [ComponentMBeanImpl] Initializing component:
> > servicemix-jsr181
> > INFO  - AutoDeploymentService          - Directory: install: Finished
> > installation of archive:  serv
> > icemix-jsr181-3.0.1-incubating-installer.zip
> > 11:38:40,952 INFO  [AutoDeploymentService] Directory: install: Finished
> > installation of archive:  se
> > rvicemix-jsr181-3.0.1-incubating-installer.zip
> > INFO  - AutoDeploymentService          - Directory: deploy: Archive
> > changed:
> > processing wsdl-first-s
> > a-3.0.1-incubating.zip ...
> > 11:39:20,452 INFO  [AutoDeploymentService] Directory: deploy: Archive
> > changed: processing wsdl-first
> > -sa-3.0.1-incubating.zip ...
> > ERROR - AutoDeploymentService          - Failed to update Service
> > Assembly:
> > wsdl-first-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-status-msg>
> > <msg-loc-info>
> > <loc-token/>
> > <loc-message>Target component servicemix-http for service unit
> > wsdl-first-http-su does not accept de
> > ployments</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.ManagementSupport.failure(ManagementSupport.java:121)
> >
> >         at
> > org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:103)
> >
> >         at
> > org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentSer
> > vice.java:484)
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer
> > vice.java:295)
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDeploymentService.jav
> > a:592)
> >         at
> > org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
> >         at
> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> > Source)
> >         at java.lang.Thread.run(Thread.java:595)
> > 11:39:20,749 ERROR [AutoDeploymentService] Failed to update Service
> > Assembly: wsdl-first-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-status-msg>
> > <msg-loc-info>
> > <loc-token/>
> > <loc-message>Target component servicemix-http for service unit
> > wsdl-first-http-su does not accept de
> > ployments</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.ManagementSupport.failure(ManagementSupport.java:121)
> >
> >         at
> > org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:103)
> >
> >         at
> > org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentSer
> > vice.java:484)
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer
> > vice.java:295)
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDeploymentService.jav
> > a:592)
> >         at
> > org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
> >         at
> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> > Source)
> >         at java.lang.Thread.run(Thread.java:595)
> > WARN  - AutoDeploymentService          - Directory: deploy: Automatic
> > install of C:\SmrutiSoftwares\
> > server\apache-tomcat-5.5.20\webapps\servicemix-web-3.0.1-incubating\deploy\wsdl-first-sa-3.0.1-incub
> > ating.zip failed
> > javax.jbi.management.DeploymentException: Failed to update
> > Service Assembly: wsdl-first-sa
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer
> > vice.java:309)
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDeploymentService.jav
> > a:592)
> >         at
> > org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
> >         at
> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> > Source)
> >         at java.lang.Thread.run(Thread.java:595)
> > 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-status-msg>
> > <msg-loc-info>
> > <loc-token/>
> > <loc-message>Target component servicemix-http for service unit
> > wsdl-first-http-su does not accept de
> > ployments</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.ManagementSupport.failure(ManagementSupport.java:121)
> >
> >         at
> > org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:103)
> >
> >         at
> > org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentSer
> > vice.java:484)
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer
> > vice.java:295)
> >         ... 4 more
> > 11:39:20,843 WARN  [AutoDeploymentService] Directory: deploy: Automatic
> > install of C:\SmrutiSoftware
> > s\server\apache-tomcat-5.5.20\webapps\servicemix-web-3.0.1-incubating\deploy\wsdl-first-sa-3.0.1-inc
> > ubating.zip failed
> > javax.jbi.management.DeploymentException: Failed to update
> > Service Assembly: wsdl-first-sa
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer
> > vice.java:309)
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDeploymentService.jav
> > a:592)
> >         at
> > org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
> >         at
> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> > Source)
> >         at java.lang.Thread.run(Thread.java:595)
> > 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-status-msg>
> > <msg-loc-info>
> > <loc-token/>
> > <loc-message>Target component servicemix-http for service unit
> > wsdl-first-http-su does not accept de
> > ployments</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.ManagementSupport.failure(ManagementSupport.java:121)
> >
> >         at
> > org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:103)
> >
> >         at
> > org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly(DeploymentSer
> > vice.java:484)
> >         at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentSer
> > vice.java:295)
> >         ... 4 more
> >
> >
> >
> >
> > Thanks,
> > Smruti
>
> --
> View this message in context: http://www.nabble.com/DeployServiceAssemblyTask-Problem%21%21%21-tf3032930s12049.html#a8426881
> Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Architect, LogicBlaze (http://www.logicblaze.com/)
Blog: http://gnodet.blogspot.com/