[
https://issues.apache.org/activemq/browse/SM-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43704#action_43704
]
Ulhas Bhole commented on SM-1423:
---------------------------------
I came across the similar problem with cxf-bc RMSequenceTest.
The problem is CXF doesn't remove jetty servant when it calls close(). the
jetty threads will be shutdown only when you shutdown the CXF bus. In my case
even that didn't work because the servant count that is maintained by CXF
http-jetty transport was > 0.
I had a chat with some CXF person and understand that CXF doesn't remove the
servant directly for some issues so only option is to shutdown the bus which
should get rid of it but clearly it doesn't happen. Probably CXF need to look
at it more closely and fix the issues so that the close()/deactivate() on jetty
http transport would properly bring down the jetty threads.
> ServiceMix throws ClassNotFoundException on startup (JAXBException)
> -------------------------------------------------------------------
>
> Key: SM-1423
> URL: https://issues.apache.org/activemq/browse/SM-1423
> Project: ServiceMix
> Issue Type: Bug
> Components: servicemix-cxf-bc, servicemix-cxf-se
> Affects Versions: 3.2.2, 3.2.3, 3.3
> Reporter: Lars Heinemann
> Priority: Blocker
> Fix For: 3.2.2, 3.2.3, 3.3
>
>
> I checked out the trunk and built it.
> Then I untarred the distribution and tried to start it.
> Console Output:
> [EMAIL PROTECTED]:/opt/apache-servicemix-3.3-SNAPSHOT$ clear && bin/servicemix
> servicemix: Ignoring predefined value for SERVICEMIX_HOME
> java version "1.5.0_15"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04)
> Java HotSpot(TM) Server VM (build 1.5.0_15-b04, mixed mode)
> Starting Apache ServiceMix ESB: 3.3-SNAPSHOT
> Loading Apache ServiceMix from servicemix.xml on the CLASSPATH
> ERROR - TransportConnector - Could not accept connection : Peer
> (vm://localhost#0) disposed.
> WARN - DiscoveryNetworkConnector - Could not start network bridge
> between: vm://localhost and: tcp://cpsi-esb-ent-asc:61616 due to:
> java.net.UnknownHostException: cpsi-esb-ent-asc
>
>
> INFO - ConnectorServerFactoryBean - JMX connector available at:
> service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
>
> INFO - JBIContainer - ServiceMix 3.3-SNAPSHOT JBI
> Container (ServiceMix) is starting
>
> INFO - JBIContainer - For help or more information please
> see: http://servicemix.apache.org/
>
> INFO - ComponentMBeanImpl - Initializing component:
> #SubscriptionManager#
>
> INFO - DeploymentService - Restoring service assemblies
>
>
> INFO - JBIContainer - ServiceMix JBI Container
> (ServiceMix) started
>
> INFO - AutoDeploymentService - Directory: hotdeploy: Archive
> changed: processing servicemix-eip-4.0-SNAPSHOT-installer.zip ...
>
> WARN - AutoDeploymentService - Shared libraries servicemix-shared
> are not installed yet: the componentservicemix-eip installation is suspended
> and will be resumed once the listed shared libraries are installed
>
>
> INFO - AutoDeploymentService - Directory: hotdeploy: Finished
> installation of archive: servicemix-eip-4.0-SNAPSHOT-installer.zip
>
> INFO - AutoDeploymentService - Directory: hotdeploy: Archive
> changed: processing servicemix-truezip-4.0-SNAPSHOT-installer.zip ...
>
> WARN - AutoDeploymentService - Shared libraries servicemix-shared
> are not installed yet: the componentservicemix-truezip installation is
> suspended and will be resumed once the listed shared libraries are installed
>
>
> INFO - AutoDeploymentService - Directory: hotdeploy: Finished
> installation of archive: servicemix-truezip-4.0-SNAPSHOT-installer.zip
>
> INFO - AutoDeploymentService - Directory: hotdeploy: Archive
> changed: processing servicemix-xmpp-4.0-SNAPSHOT-installer.zip ...
>
> WARN - AutoDeploymentService - Shared libraries servicemix-shared
> are not installed yet: the componentservicemix-xmpp installation is suspended
> and will be resumed once the listed shared libraries are installed
>
>
> INFO - AutoDeploymentService - Directory: hotdeploy: Finished
> installation of archive: servicemix-xmpp-4.0-SNAPSHOT-installer.zip
>
> INFO - AutoDeploymentService - Directory: hotdeploy: Archive
> changed: processing servicemix-camel-4.0-SNAPSHOT-installer.zip ...
>
> WARN - AutoDeploymentService - Shared libraries servicemix-shared
> are not installed yet: the componentservicemix-camel installation is
> suspended and will be resumed once the listed shared libraries are installed
>
>
> INFO - AutoDeploymentService - Directory: hotdeploy: Finished
> installation of archive: servicemix-camel-4.0-SNAPSHOT-installer.zip
>
> INFO - AutoDeploymentService - Directory: hotdeploy: Archive
> changed: processing servicemix-cxf-bc-4.0-SNAPSHOT-installer.zip ...
>
> WARN - AutoDeploymentService - Shared libraries servicemix-shared
> are not installed yet: the componentservicemix-cxf-bc installation is
> suspended and will be resumed once the listed shared libraries are installed
>
>
> INFO - AutoDeploymentService - Directory: hotdeploy: Finished
> installation of archive: servicemix-cxf-bc-4.0-SNAPSHOT-installer.zip
>
> INFO - AutoDeploymentService - Directory: hotdeploy: Archive
> changed: processing servicemix-cxf-se-4.0-SNAPSHOT-installer.zip ...
>
> WARN - AutoDeploymentService - Shared libraries servicemix-shared
> are not installed yet: the componentservicemix-cxf-se installation is
> suspended and will be resumed once the listed shared libraries are installed
>
>
> INFO - AutoDeploymentService - Directory: hotdeploy: Finished
> installation of archive: servicemix-cxf-se-4.0-SNAPSHOT-installer.zip
>
> INFO - AutoDeploymentService - Directory: hotdeploy: Archive
> changed: processing servicemix-jsr181-4.0-SNAPSHOT-installer.zip ...
>
> WARN - AutoDeploymentService - Shared libraries servicemix-shared
> are not installed yet: the componentservicemix-jsr181 installation is
> suspended and will be resumed once the listed shared libraries are installed
>
>
> INFO - AutoDeploymentService - Directory: hotdeploy: Finished
> installation of archive: servicemix-jsr181-4.0-SNAPSHOT-installer.zip
>
> INFO - AutoDeploymentService - Directory: hotdeploy: Archive
> changed: processing servicemix-shared-4.0-SNAPSHOT-installer.zip ...
>
> INFO - JDBCAdapterFactory - Database driver recognized:
> [apache_derby_embedded_jdbc_driver]
>
> INFO - ComponentMBeanImpl - Starting component:
> servicemix-truezip
>
> INFO - ComponentMBeanImpl - Initializing component:
> servicemix-truezip
>
> INFO - ComponentMBeanImpl - Starting component: servicemix-xmpp
>
>
> INFO - ComponentMBeanImpl - Initializing component:
> servicemix-xmpp
>
> INFO - ComponentMBeanImpl - Starting component: servicemix-eip
>
>
> INFO - ComponentMBeanImpl - Initializing component:
> servicemix-eip
>
> INFO - LogTask - Logging system reconfigured using
> file: file:/opt/apache-servicemix-3.3-SNAPSHOT/conf/log4j.xml
>
> INFO - ComponentMBeanImpl - Starting component: servicemix-camel
>
>
> INFO - ComponentMBeanImpl - Initializing component:
> servicemix-camel
>
> INFO - ComponentMBeanImpl - Starting component:
> servicemix-cxf-se
>
> INFO - ComponentMBeanImpl - Initializing component:
> servicemix-cxf-se
>
> WARN - DefaultNamespaceHandlerResolver - Ignoring namespace handler
> [org.apache.cxf.jaxws.spring.NamespaceHandler]: problem with handler class
> file or dependent class
> java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
>
>
> at
> org.apache.cxf.jaxws.spring.NamespaceHandler.init(NamespaceHandler.java:35)
>
>
> at
> org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.initHandlerMappings(DefaultNamespaceHandlerResolver.java:123)
>
> at
> org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.<init>(DefaultNamespaceHandlerResolver.java:96)
>
> at
> org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.<init>(DefaultNamespaceHandlerResolver.java:70)
>
> at
> org.apache.cxf.bus.spring.BusApplicationContext.initBeanDefinitionReader(BusApplicationContext.java:221)
>
> at
> org.apache.cxf.bus.spring.BusApplicationContext.loadBeanDefinitions(BusApplicationContext.java:255)
>
> at
> org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:101)
>
> at
> org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:389)
>
> at
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:324)
>
> at
> org.apache.cxf.bus.spring.BusApplicationContext.<init>(BusApplicationContext.java:87)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createApplicationContext(SpringBusFactory.java:103)
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:94)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:87)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:65)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:54)
>
>
> at org.apache.cxf.BusFactory.getDefaultBus(BusFactory.java:70)
>
>
> at org.apache.cxf.BusFactory.getDefaultBus(BusFactory.java:59)
>
>
> at
> org.apache.servicemix.cxfse.CxfSeComponent.doInit(CxfSeComponent.java:67)
>
>
> at
> org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:193)
>
>
> at
> org.apache.servicemix.common.SyncLifeCycleWrapper.init(SyncLifeCycleWrapper.java:44)
>
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:201)
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:287)
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:216)
>
> at
> org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:334)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.checkPendingComponents(AutoDeploymentService.java:518)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateSharedLibrary(AutoDeploymentService.java:317)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:254)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:664)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:62)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:628)
>
> at java.util.TimerThread.mainLoop(Timer.java:512)
>
>
> at java.util.TimerThread.run(Timer.java:462)
>
>
> WARN - DefaultNamespaceHandlerResolver - Ignoring namespace handler
> [org.apache.cxf.clustering.spring.NamespaceHandler]: problem with handler
> class file or dependent class
> java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
>
>
> at
> org.apache.cxf.clustering.spring.NamespaceHandler.init(NamespaceHandler.java:25)
>
>
> at
> org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.initHandlerMappings(DefaultNamespaceHandlerResolver.java:123)
>
> at
> org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.<init>(DefaultNamespaceHandlerResolver.java:96)
>
> at
> org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.<init>(DefaultNamespaceHandlerResolver.java:70)
>
> at
> org.apache.cxf.bus.spring.BusApplicationContext.initBeanDefinitionReader(BusApplicationContext.java:221)
>
> at
> org.apache.cxf.bus.spring.BusApplicationContext.loadBeanDefinitions(BusApplicationContext.java:255)
>
> at
> org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:101)
>
> at
> org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:389)
>
> at
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:324)
>
> at
> org.apache.cxf.bus.spring.BusApplicationContext.<init>(BusApplicationContext.java:87)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createApplicationContext(SpringBusFactory.java:103)
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:94)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:87)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:65)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:54)
>
>
> at org.apache.cxf.BusFactory.getDefaultBus(BusFactory.java:70)
>
>
> at org.apache.cxf.BusFactory.getDefaultBus(BusFactory.java:59)
>
>
> at
> org.apache.servicemix.cxfse.CxfSeComponent.doInit(CxfSeComponent.java:67)
>
>
> at
> org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:193)
>
>
> at
> org.apache.servicemix.common.SyncLifeCycleWrapper.init(SyncLifeCycleWrapper.java:44)
>
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:201)
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:287)
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:216)
>
> at
> org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:334)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.checkPendingComponents(AutoDeploymentService.java:518)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateSharedLibrary(AutoDeploymentService.java:317)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:254)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:664)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:62)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:628)
>
> at java.util.TimerThread.mainLoop(Timer.java:512)
>
>
> at java.util.TimerThread.run(Timer.java:462)
>
>
> WARN - DefaultNamespaceHandlerResolver - Ignoring namespace handler
> [org.apache.cxf.frontend.spring.NamespaceHandler]: problem with handler class
> file or dependent class
> java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
>
>
> at
> org.apache.cxf.frontend.spring.NamespaceHandler.init(NamespaceHandler.java:26)
>
>
> at
> org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.initHandlerMappings(DefaultNamespaceHandlerResolver.java:123)
>
> at
> org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.<init>(DefaultNamespaceHandlerResolver.java:96)
>
> at
> org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.<init>(DefaultNamespaceHandlerResolver.java:70)
>
> at
> org.apache.cxf.bus.spring.BusApplicationContext.initBeanDefinitionReader(BusApplicationContext.java:221)
>
> at
> org.apache.cxf.bus.spring.BusApplicationContext.loadBeanDefinitions(BusApplicationContext.java:255)
>
> at
> org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:101)
>
> at
> org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:389)
>
> at
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:324)
>
> at
> org.apache.cxf.bus.spring.BusApplicationContext.<init>(BusApplicationContext.java:87)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createApplicationContext(SpringBusFactory.java:103)
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:94)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:87)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:65)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:54)
>
>
> at org.apache.cxf.BusFactory.getDefaultBus(BusFactory.java:70)
>
>
> at org.apache.cxf.BusFactory.getDefaultBus(BusFactory.java:59)
>
>
> at
> org.apache.servicemix.cxfse.CxfSeComponent.doInit(CxfSeComponent.java:67)
>
>
> at
> org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:193)
>
>
> at
> org.apache.servicemix.common.SyncLifeCycleWrapper.init(SyncLifeCycleWrapper.java:44)
>
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:201)
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:287)
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:216)
>
> at
> org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:334)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.checkPendingComponents(AutoDeploymentService.java:518)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateSharedLibrary(AutoDeploymentService.java:317)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:254)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:664)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:62)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:628)
>
> at java.util.TimerThread.mainLoop(Timer.java:512)
>
>
> at java.util.TimerThread.run(Timer.java:462)
>
>
> WARN - DefaultNamespaceHandlerResolver - Ignoring namespace handler
> [org.apache.cxf.bus.spring.NamespaceHandler]: problem with handler class file
> or dependent class
> java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
>
>
> at
> org.apache.cxf.bus.spring.NamespaceHandler.init(NamespaceHandler.java:28)
>
>
> at
> org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.initHandlerMappings(DefaultNamespaceHandlerResolver.java:123)
>
> at
> org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.<init>(DefaultNamespaceHandlerResolver.java:96)
>
> at
> org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.<init>(DefaultNamespaceHandlerResolver.java:70)
>
> at
> org.apache.cxf.bus.spring.BusApplicationContext.initBeanDefinitionReader(BusApplicationContext.java:221)
>
> at
> org.apache.cxf.bus.spring.BusApplicationContext.loadBeanDefinitions(BusApplicationContext.java:255)
>
> at
> org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:101)
>
> at
> org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:389)
>
> at
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:324)
>
> at
> org.apache.cxf.bus.spring.BusApplicationContext.<init>(BusApplicationContext.java:87)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createApplicationContext(SpringBusFactory.java:103)
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:94)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:87)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:65)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:54)
>
>
> at org.apache.cxf.BusFactory.getDefaultBus(BusFactory.java:70)
>
>
> at org.apache.cxf.BusFactory.getDefaultBus(BusFactory.java:59)
>
>
> at
> org.apache.servicemix.cxfse.CxfSeComponent.doInit(CxfSeComponent.java:67)
>
>
> at
> org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:193)
>
>
> at
> org.apache.servicemix.common.SyncLifeCycleWrapper.init(SyncLifeCycleWrapper.java:44)
>
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:201)
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:287)
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:216)
>
> at
> org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:334)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.checkPendingComponents(AutoDeploymentService.java:518)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateSharedLibrary(AutoDeploymentService.java:317)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:254)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:664)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:62)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:628)
>
> at java.util.TimerThread.mainLoop(Timer.java:512)
>
>
> at java.util.TimerThread.run(Timer.java:462)
>
>
> WARN - DefaultNamespaceHandlerResolver - Ignoring namespace handler
> [org.apache.cxf.binding.soap.spring.NamespaceHandler]: problem with handler
> class file or dependent class
> java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
>
>
> at
> org.apache.cxf.binding.soap.spring.NamespaceHandler.init(NamespaceHandler.java:25)
>
>
> at
> org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.initHandlerMappings(DefaultNamespaceHandlerResolver.java:123)
>
> at
> org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.<init>(DefaultNamespaceHandlerResolver.java:96)
>
> at
> org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.<init>(DefaultNamespaceHandlerResolver.java:70)
>
> at
> org.apache.cxf.bus.spring.BusApplicationContext.initBeanDefinitionReader(BusApplicationContext.java:221)
>
> at
> org.apache.cxf.bus.spring.BusApplicationContext.loadBeanDefinitions(BusApplicationContext.java:255)
>
> at
> org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:101)
>
> at
> org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:389)
>
> at
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:324)
>
> at
> org.apache.cxf.bus.spring.BusApplicationContext.<init>(BusApplicationContext.java:87)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createApplicationContext(SpringBusFactory.java:103)
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:94)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:87)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:65)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:54)
>
>
> at org.apache.cxf.BusFactory.getDefaultBus(BusFactory.java:70)
>
>
> at org.apache.cxf.BusFactory.getDefaultBus(BusFactory.java:59)
>
>
> at
> org.apache.servicemix.cxfse.CxfSeComponent.doInit(CxfSeComponent.java:67)
>
>
> at
> org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:193)
>
>
> at
> org.apache.servicemix.common.SyncLifeCycleWrapper.init(SyncLifeCycleWrapper.java:44)
>
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:201)
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:287)
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:216)
>
> at
> org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:334)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.checkPendingComponents(AutoDeploymentService.java:518)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateSharedLibrary(AutoDeploymentService.java:317)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:254)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:664)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:62)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:628)
>
> at java.util.TimerThread.mainLoop(Timer.java:512)
>
>
> at java.util.TimerThread.run(Timer.java:462)
>
>
> 1 name = cxf.xml
>
>
> 1 name = cxf.xml
>
>
> 1 name = cxf.xml
>
>
> 25.06.2008 14:59:15 org.apache.cxf.bus.spring.BusApplicationContext
> getConfigResources
>
> INFO: No cxf.xml configuration file detected, relying on defaults.
>
>
> WARN - DiscoveryNetworkConnector - Could not start network bridge
> between: vm://localhost and: tcp://cpsi-esb-ent-asc:61616 due to:
> java.net.UnknownHostException: cpsi-esb-ent-asc
>
>
> ERROR - ComponentMBeanImpl - Could not start component
>
>
> java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
>
>
> at
> org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor.postProcessBeanFactory(BusWiringBeanFactoryPostProcessor.java:74)
>
> at
> org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:472)
>
> at
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:334)
>
> at
> org.apache.cxf.bus.spring.BusApplicationContext.<init>(BusApplicationContext.java:87)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createApplicationContext(SpringBusFactory.java:103)
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:94)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:87)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:65)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:54)
>
>
> at org.apache.cxf.BusFactory.getDefaultBus(BusFactory.java:70)
>
>
> at org.apache.cxf.BusFactory.getDefaultBus(BusFactory.java:59)
>
>
> at
> org.apache.servicemix.cxfse.CxfSeComponent.doInit(CxfSeComponent.java:67)
>
>
> at
> org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:193)
>
>
> at
> org.apache.servicemix.common.SyncLifeCycleWrapper.init(SyncLifeCycleWrapper.java:44)
>
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:201)
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:287)
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:216)
>
> at
> org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:334)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.checkPendingComponents(AutoDeploymentService.java:518)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateSharedLibrary(AutoDeploymentService.java:317)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:254)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:664)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:62)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:628)
>
> at java.util.TimerThread.mainLoop(Timer.java:512)
>
>
> at java.util.TimerThread.run(Timer.java:462)
>
>
> Exception in thread "Timer-3" java.lang.NoClassDefFoundError:
> javax/xml/bind/JAXBException
>
> at
> org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor.postProcessBeanFactory(BusWiringBeanFactoryPostProcessor.java:74)
>
> at
> org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:472)
>
> at
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:334)
>
> at
> org.apache.cxf.bus.spring.BusApplicationContext.<init>(BusApplicationContext.java:87)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createApplicationContext(SpringBusFactory.java:103)
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:94)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:87)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:65)
>
>
> at
> org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:54)
>
>
> at org.apache.cxf.BusFactory.getDefaultBus(BusFactory.java:70)
>
>
> at org.apache.cxf.BusFactory.getDefaultBus(BusFactory.java:59)
>
>
> at
> org.apache.servicemix.cxfse.CxfSeComponent.doInit(CxfSeComponent.java:67)
>
>
> at
> org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:193)
>
>
> at
> org.apache.servicemix.common.SyncLifeCycleWrapper.init(SyncLifeCycleWrapper.java:44)
>
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:201)
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:287)
>
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:216)
>
> at
> org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:334)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.checkPendingComponents(AutoDeploymentService.java:518)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateSharedLibrary(AutoDeploymentService.java:317)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:254)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:664)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:62)
>
> at
> org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:628)
>
> at java.util.TimerThread.mainLoop(Timer.java:512)
>
>
> at java.util.TimerThread.run(Timer.java:462)
>
>
> INFO - JBIContainer - Shutting down ServiceMix JBI
> Container (ServiceMix) stopped
>
> ERROR - Service - Async error occurred:
> javax.jms.JMSException: Invalid acknowledgment: MessageAck {commandId = 11,
> responseRequired = false, ackType = 3, consumerId =
> ID:cpreqlhe-38706-1214398749821-3:3:-1:2, firstMessageId =
> ID:cpreqlhe-38706-1214398749821-1:0:0:0:102, lastMessageId =
> ID:cpreqlhe-38706-1214398749821-1:0:0:0:102, destination =
> topic://ActiveMQ.Advisory.Consumer.Topic.org.apache.servicemix.JCAFlow,
> transactionId = null, messageCount = 1}
>
> javax.jms.JMSException: Invalid acknowledgment: MessageAck {commandId = 11,
> responseRequired = false, ackType = 3, consumerId =
> ID:cpreqlhe-38706-1214398749821-3:3:-1:2, firstMessageId =
> ID:cpreqlhe-38706-1214398749821-1:0:0:0:102, lastMessageId =
> ID:cpreqlhe-38706-1214398749821-1:0:0:0:102, destination =
> topic://ActiveMQ.Advisory.Consumer.Topic.org.apache.servicemix.JCAFlow,
> transactionId = null, messageCount = 1}
>
> at
> org.apache.activemq.broker.region.TopicSubscription.acknowledge(TopicSubscription.java:216)
>
> at
> org.apache.activemq.broker.region.AbstractRegion.acknowledge(AbstractRegion.java:364)
>
>
> at
> org.apache.activemq.broker.region.RegionBroker.acknowledge(RegionBroker.java:470)
>
>
> at
> org.apache.activemq.broker.TransactionBroker.acknowledge(TransactionBroker.java:194)
>
>
> at
> org.apache.activemq.broker.BrokerFilter.acknowledge(BrokerFilter.java:73)
>
>
> at
> org.apache.activemq.broker.BrokerFilter.acknowledge(BrokerFilter.java:73)
>
>
> at
> org.apache.activemq.broker.MutableBrokerFilter.acknowledge(MutableBrokerFilter.java:84)
>
>
> at
> org.apache.activemq.broker.TransportConnection.processMessageAck(TransportConnection.java:443)
> at org.apache.activemq.command.MessageAck.visit(MessageAck.java:196)
> at
> org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:292)
> at
> org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:180)
> at
> org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:68)
> at
> org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:143)
> at
> org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:206)
> at
> org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:84)
> at
> org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:196)
> at
> org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:183)
> at java.lang.Thread.run(Thread.java:595)
> INFO - JBIContainer - Deactivating component
> #SubscriptionManager#
> ERROR - DisposableBeanAdapter - Couldn't invoke destroy method of
> bean with name 'jbi'
> javax.jbi.JBIException: Error calling shutdown
> at
> org.apache.servicemix.common.AsyncBaseLifeCycle.shutDown(AsyncBaseLifeCycle.java:258)
> at
> org.apache.servicemix.common.SyncLifeCycleWrapper.shutDown(SyncLifeCycleWrapper.java:48)
> at
> org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doShutDown(ComponentMBeanImpl.java:339)
> at
> org.apache.servicemix.jbi.framework.ComponentRegistry.shutDown(ComponentRegistry.java:106)
> at
> org.apache.servicemix.jbi.framework.Registry.shutDown(Registry.java:151)
> at
> org.apache.servicemix.jbi.container.JBIContainer.shutDown(JBIContainer.java:702)
> at
> org.apache.servicemix.jbi.container.SpringJBIContainer.destroy(SpringJBIContainer.java:303)
> at
> org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:145)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:347)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:320)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:293)
> at
> org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:706)
> at
> org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:684)
> at
> org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:651)
> at
> org.springframework.context.support.AbstractApplicationContext.destroy(AbstractApplicationContext.java:639)
> at org.apache.servicemix.Main$1.run(Main.java:73)
> at
> org.apache.servicemix.jbi.container.SpringJBIContainer.shutDown(SpringJBIContainer.java:308)
> at
> org.apache.servicemix.jbi.container.JBIContainer.containerShutdown(JBIContainer.java:744)
> at
> org.apache.servicemix.jbi.container.JBIContainer$1.run(JBIContainer.java:722)
> Caused by: java.lang.NullPointerException
> at
> org.apache.servicemix.common.AsyncBaseLifeCycle.doShutDown(AsyncBaseLifeCycle.java:274)
> at
> org.apache.servicemix.common.DefaultComponent.doShutDown(DefaultComponent.java:391)
> at
> org.apache.servicemix.common.AsyncBaseLifeCycle.shutDown(AsyncBaseLifeCycle.java:249)
> ... 18 more
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.