L.S., The ActiveMQ exception at the bottom looks like a corrupt KahaDB store - when repackaging Apache ServiceMix, do you perhaps include the data directory? If so, you might want to exclude that as it will automatically be recreated when the container is started the first time.
For the http namespace error: could you verify that the servicemix-http bundle is installed and started correctly? If that is the case, you may have bumped into a known issue with the way that Spring DM is handling custom namespaces. If the bundle providing the namespace handler is not yet installed when trying to access the namespace, deployment will fail. How are you deploying your WSN endpoint definitions? Regards, Gert Vanthienen ------------------------ FuseSource Web: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ On Mon, Jul 23, 2012 at 4:22 PM, vinila <[email protected]> wrote: > Hi, > > We are using Servicemix 4.3.0. We use only WS-Notification Broker > functionality of servicemix. > All the developement is completed and we were able to use servicemix in our > development and testing lifecycle successfully. But we see few exceptions on > our deployment machine at the cleint location and servicemix fails to start > with below exception. We dont have internet connectivity on client machines > and hence we have download and packed all required servicemix bundles. > Please help in resolving the issue. > Thanks in Advance. > > [2012-07-18 18:42:10,090] | INFO | Blueprint Extender: 1 | > ActiveMQResourceManager | q.pool.ActiveMQResourceManager 74 | Resource > manager is unrecoverable > [2012-07-18 18:42:10,358] | WARN | SpringOsgiExtenderThread-1 | > XmlBeanDefinitionReader | util.xml.SimpleSaxErrorHandler 47 | Ignored XML > validation warning > org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema > document 'http://servicemix.apache.org/http/1.0/servicemix-http.xsd', > because 1) could not find the document; 2) the document could not be read; > 3) the root element of the document is not <xsd:schema>. > at > com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:233)[:] > at > com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.warning(ErrorHandlerWrapper.java:134)[:] > at > com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:416)[:] > at > com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:354)[:] > at > com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.reportSchemaErr(XSDHandler.java:2596)[:] > at > com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.reportSchemaWarning(XSDHandler.java:2587)[:] > at > com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getSchemaDocument(XSDHandler.java:1883)[:] > at > com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.parseSchema(XSDHandler.java:574)[:] > at > com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:598)[:] > at > com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.findSchemaGrammar(XMLSchemaValidator.java:2475)[:] > at > com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:1820)[:] > at > com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:743)[:] > at > com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:414)[:] > at > com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2769)[:] > at > com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:662)[:] > at > com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:154)[:] > at > com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:525)[:] > at > com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:853)[:] > at > com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:782)[:] > at > com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:157)[:] > at > com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:273)[:] > at > com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:322)[:] > at > org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocument(DefaultDocumentLoader.java:75)[59:org.springframework.beans:3.0.5.RELEASE] > at > org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:388)[59:org.springframework.beans:3.0.5.RELEASE] > at > org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:334)[59:org.springframework.beans:3.0.5.RELEASE] > at > org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:302)[59:org.springframework.beans:3.0.5.RELEASE] > at > org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143)[59:org.springframework.beans:3.0.5.RELEASE] > at > org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178)[59:org.springframework.beans:3.0.5.RELEASE] > at > org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149)[59:org.springframework.beans:3.0.5.RELEASE] > at > org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext.loadBeanDefinitions(OsgiBundleXmlApplicationContext.java:176)[71:org.springframework.osgi.core:1.2.0] > at > org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext.loadBeanDefinitions(OsgiBundleXmlApplicationContext.java:142)[71:org.springframework.osgi.core:1.2.0] > at > org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:130)[61:org.springframework.context:3.0.5.RELEASE] > at > org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:467)[61:org.springframework.context:3.0.5.RELEASE] > at > org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$800(AbstractDelegatedExecutionApplicationContext.java:69)[71:org.springframework.osgi.core:1.2.0] > at > org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$3.run(AbstractDelegatedExecutionApplicationContext.java:269)[71:org.springframework.osgi.core:1.2.0] > at > org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)[71:org.springframework.osgi.core:1.2.0] > at > org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.startRefresh(AbstractDelegatedExecutionApplicationContext.java:247)[71:org.springframework.osgi.core:1.2.0] > at > org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.stageOne(DependencyWaiterApplicationContextExecutor.java:222)[72:org.springframework.osgi.extender:1.2.0] > at > org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.refresh(DependencyWaiterApplicationContextExecutor.java:175)[72:org.springframework.osgi.extender:1.2.0] > at > org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.refresh(AbstractDelegatedExecutionApplicationContext.java:175)[71:org.springframework.osgi.core:1.2.0] > at > org.springframework.osgi.extender.internal.activator.ContextLoaderListener$2.run(ContextLoaderListener.java:718)[72:org.springframework.osgi.extender:1.2.0] > at java.lang.Thread.run(Thread.java:662)[:1.6.0_29] > [2012-07-18 18:42:10,468] | ERROR | SpringOsgiExtenderThread-1 | > ContextLoaderListener | ndleApplicationContextListener 50 | Application > context refresh failed (OsgiBundleXmlApplicationContext(bundle=wsn.xml, > config=osgibundle:/META-INF/spring/*.xml)) > org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line > 23 in XML document from URL [bundle://167.2:0/META-INF/spring/wsn.xml] is > invalid; nested exception is org.xml.sax.SAXParseException: > cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration > can be found for element 'http:soap-consumer'. > at > org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:396)[59:org.springframework.beans:3.0.5.RELEASE] > at > org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:334)[59:org.springframework.beans:3.0.5.RELEASE] > at > org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:302)[59:org.springframework.beans:3.0.5.RELEASE] > at > org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143)[59:org.springframework.beans:3.0.5.RELEASE] > at > org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178)[59:org.springframework.beans:3.0.5.RELEASE] > at > org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149)[59:org.springframework.beans:3.0.5.RELEASE] > at > org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext.loadBeanDefinitions(OsgiBundleXmlApplicationContext.java:176)[71:org.springframework.osgi.core:1.2.0] > at > org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext.loadBeanDefinitions(OsgiBundleXmlApplicationContext.java:142)[71:org.springframework.osgi.core:1.2.0] > at > org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:130)[61:org.springframework.context:3.0.5.RELEASE] > at > org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:467)[61:org.springframework.context:3.0.5.RELEASE] > at > org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$800(AbstractDelegatedExecutionApplicationContext.java:69)[71:org.springframework.osgi.core:1.2.0] > at > org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$3.run(AbstractDelegatedExecutionApplicationContext.java:269)[71:org.springframework.osgi.core:1.2.0] > at > org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)[71:org.springframework.osgi.core:1.2.0] > at > org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.startRefresh(AbstractDelegatedExecutionApplicationContext.java:247)[71:org.springframework.osgi.core:1.2.0] > at > org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.stageOne(DependencyWaiterApplicationContextExecutor.java:222)[72:org.springframework.osgi.extender:1.2.0] > at > org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.refresh(DependencyWaiterApplicationContextExecutor.java:175)[72:org.springframework.osgi.extender:1.2.0] > at > org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.refresh(AbstractDelegatedExecutionApplicationContext.java:175)[71:org.springframework.osgi.core:1.2.0] > at > org.springframework.osgi.extender.internal.activator.ContextLoaderListener$2.run(ContextLoaderListener.java:718)[72:org.springframework.osgi.extender:1.2.0] > at java.lang.Thread.run(Thread.java:662)[:1.6.0_29] > Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The > matching wildcard is strict, but no declaration can be found for element > 'http:soap-consumer'. > at > com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:233)[:] > at > com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:169)[:] > at > com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:420)[:] > at > com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:354)[:] > at > com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:455)[:] > at > com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3220)[:] > at > com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:1965)[:] > at > com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:743)[:] > at > com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:414)[:] > at > com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2769)[:] > at > com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:662)[:] > at > com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:154)[:] > at > com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:525)[:] > at > com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:853)[:] > at > com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:782)[:] > at > com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:157)[:] > at > com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:273)[:] > at > com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:322)[:] > at > org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocument(DefaultDocumentLoader.java:75)[59:org.springframework.beans:3.0.5.RELEASE] > at > org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:388)[59:org.springframework.beans:3.0.5.RELEASE] > ... 18 more > [2012-07-18 18:42:10,749] | INFO | Blueprint Extender: 1 | PListStore > | .store.kahadb.plist.PListStore 288 | > PListStore:/motorola/apps/mofm/servicemix/data/activemq/default/default/tmp_storage > started > [2012-07-18 18:42:10,755] | INFO | Blueprint Extender: 1 | BrokerService > | .activemq.broker.BrokerService 481 | Using Persistence Adapter: > KahaDBPersistenceAdapter[/motorola/apps/mofm/servicemix/data/activemq/default/kahadb] > [2012-07-18 18:42:13,558] | INFO | FelixStartLevel | > pplicationContextCreator | tOsgiApplicationContextCreator 67 | Discovered > configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Apache CXF > Bundle Jar (org.apache.cxf.bundle)] > [2012-07-18 18:42:13,593] | INFO | SpringOsgiExtenderThread-2 | > dleXmlApplicationContext | ort.AbstractApplicationContext 456 | Refreshing > OsgiBundleXmlApplicationContext(bundle=org.apache.cxf.bundle, > config=osgibundle:/META-INF/spring/*.xml): startup date [Wed Jul 18 18:42:13 > JST 2012]; root of context hierarchy > [2012-07-18 18:42:13,596] | INFO | SpringOsgiExtenderThread-2 | > dleXmlApplicationContext | ctOsgiBundleApplicationContext 359 | > Unpublishing application context OSGi service for bundle Apache CXF Bundle > Jar (org.apache.cxf.bundle) > [2012-07-18 18:42:14,114] | INFO | SpringOsgiExtenderThread-2 | > XmlBeanDefinitionReader | ry.xml.XmlBeanDefinitionReader 315 | Loading XML > bean definitions from URL > [bundle://116.0:0/META-INF/spring/cxf-transport-osgi.xml] > [2012-07-18 18:42:14,975] | INFO | FelixStartLevel | Activator > | web.service.internal.Activator 80 | Pax Web started > [2012-07-18 18:42:15,208] | INFO | SpringOsgiExtenderThread-2 | > plicationContextExecutor | iterApplicationContextExecutor 252 | No > outstanding OSGi service dependencies, completing initialization for > OsgiBundleXmlApplicationContext(bundle=org.apache.cxf.bundle, > config=osgibundle:/META-INF/spring/*.xml) > [2012-07-18 18:42:15,243] | INFO | SpringOsgiExtenderThread-3 | > faultListableBeanFactory | ort.DefaultListableBeanFactory 555 | > Pre-instantiating singletons in > org.springframework.beans.factory.support.DefaultListableBeanFactory@1589559: > defining beans > [cxfOsgiProperties,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,destinationRegistry,osgiServlet,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#0,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#1]; > root of factory hierarchy > [2012-07-18 18:42:15,433] | INFO | Thread-7 | JettyServerImpl | > jetty.internal.JettyServerImpl 100 | Pax Web available at [0.0.0.0]:[8181] > [2012-07-18 18:42:15,510] | INFO | Configuration Updater | JettyServerImpl > | jetty.internal.JettyServerImpl 100 | Pax Web available at > [0.0.0.0]:[8181] > [2012-07-18 18:42:15,549] | INFO | SpringOsgiExtenderThread-3 | > OsgiServiceFactoryBean | support.OsgiServiceFactoryBean 301 | Publishing > service under classes [{javax.servlet.Servlet}] > [2012-07-18 18:42:15,569] | INFO | SpringOsgiExtenderThread-3 | > OsgiServiceFactoryBean | support.OsgiServiceFactoryBean 301 | Publishing > service under classes > [{org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf}] > [2012-07-18 18:42:15,584] | INFO | SpringOsgiExtenderThread-3 | > dleXmlApplicationContext | ctOsgiBundleApplicationContext 327 | Publishing > application context as OSGi service with properties > {org.springframework.context.service.name=org.apache.cxf.bundle, > Bundle-SymbolicName=org.apache.cxf.bundle, Bundle-Version=2.3.2} > [2012-07-18 18:42:15,598] | INFO | SpringOsgiExtenderThread-3 | > ContextLoaderListener | ndleApplicationContextListener 45 | Application > context successfully refreshed > (OsgiBundleXmlApplicationContext(bundle=org.apache.cxf.bundle, > config=osgibundle:/META-INF/spring/*.xml)) > [2012-07-18 18:42:15,749] | INFO | Blueprint Extender: 3 | > nagementEndpointRegistry | ent.ManagementEndpointRegistry 129 | Registering > endpoint: org.apache.servicemix.nmr.core.InternalEndpointWrapper@4a717e25 > with properties {NAME=root, objectClass=[Ljava.lang.String;@17db74b, > osgi.service.blueprint.compname=clusterEngine, service.id=191} > [2012-07-18 18:42:15,790] | INFO | JmsRequestorPool-1 | > ActiveMQJmsRequestorPool | estor.AbstractJmsRequestorPool 261 | Could not > refresh JMS Connection for destination 'org.apache.servicemix.jbi.cluster' - > retrying in 5000 ms. Cause: Could not connect to broker URL: > tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused > [2012-07-18 18:42:15,825] | INFO | FelixStartLevel | HttpServiceFactoryImpl > | nternal.HttpServiceFactoryImpl 33 | Binding bundle: > [org.apache.cxf.bundle [116]] to http service > [2012-07-18 18:42:16,293] | INFO | FelixStartLevel | HttpServiceFactoryImpl > | nternal.HttpServiceFactoryImpl 33 | Binding bundle: > [org.apache.karaf.deployer.features [10]] to http service > [2012-07-18 18:42:16,471] | WARN | FelixStartLevel | NamespaceManager > | ernal.support.NamespaceManager 130 | Bundle Apache XBean :: Classloader > (org.apache.xbean.classloader) cannot see class > [org.springframework.beans.factory.xml.NamespaceHandlerResolver]; ignoring > its namespace handlers > [2012-07-18 18:42:17,984] | INFO | Blueprint Extender: 3 | > ComponentRegistryImpl | ime.impl.ComponentRegistryImpl 83 | JBI > component registered with properties: {NAME=servicemix-cxf-bc, > objectClass=[Ljava.lang.String;@11faace, service.id=206, > TYPE=binding-component} > [2012-07-18 18:42:18,124] | INFO | Blueprint Extender: 3 | > nagementEndpointRegistry | ent.ManagementEndpointRegistry 129 | Registering > endpoint: org.apache.servicemix.nmr.core.InternalEndpointWrapper@fd94f36 > with properties {NAME=servicemix-cxf-bc, > objectClass=[Ljava.lang.String;@16237fd, service.id=207, > TYPE=binding-component} > [2012-07-18 18:42:18,276] | INFO | Blueprint Extender: 3 | > BusApplicationContext | ort.AbstractApplicationContext 456 | Refreshing > org.apache.cxf.bus.spring.BusApplicationContext@63769d: startup date [Wed > Jul 18 18:42:18 JST 2012]; root of context hierarchy > [2012-07-18 18:42:18,678] | INFO | Blueprint Extender: 2 | > ComponentRegistryImpl | ime.impl.ComponentRegistryImpl 83 | JBI > component registered with properties: {NAME=servicemix-http, > objectClass=[Ljava.lang.String;@d2da43, service.id=209, > TYPE=binding-component} > [2012-07-18 18:42:18,726] | INFO | Blueprint Extender: 1 | MessageDatabase > | ahadb.MessageDatabase$Metadata 142 | KahaDB is version 3 > [2012-07-18 18:42:18,771] | ERROR | Blueprint Extender: 1 | BrokerService > | .activemq.broker.BrokerService 528 | Failed to start ActiveMQ JMS Message > Broker. Reason: java.io.IOException: Invalid location: 1:44833, : > java.lang.NegativeArraySizeException > java.io.IOException: Invalid location: 1:44833, : > java.lang.NegativeArraySizeException > at > org.apache.kahadb.journal.DataFileAccessor.readRecord(DataFileAccessor.java:94) > at org.apache.kahadb.journal.Journal.read(Journal.java:596) > at > org.apache.activemq.store.kahadb.MessageDatabase.load(MessageDatabase.java:786) > at > org.apache.activemq.store.kahadb.MessageDatabase.recoverProducerAudit(MessageDatabase.java:484) > at > org.apache.activemq.store.kahadb.MessageDatabase.recover(MessageDatabase.java:438) > at > org.apache.activemq.store.kahadb.MessageDatabase.open(MessageDatabase.java:315) > at > org.apache.activemq.store.kahadb.MessageDatabase.load(MessageDatabase.java:357) > at > org.apache.activemq.store.kahadb.MessageDatabase.doStart(MessageDatabase.java:222) > at > org.apache.activemq.store.kahadb.KahaDBStore.doStart(KahaDBStore.java:180) > at > org.apache.activemq.util.ServiceSupport.start(ServiceSupport.java:53) > at > org.apache.activemq.store.kahadb.KahaDBPersistenceAdapter.start(KahaDBPersistenceAdapter.java:186) > at > org.apache.activemq.broker.BrokerService.start(BrokerService.java:485) > at > org.apache.activemq.broker.BrokerService.autoStart(BrokerService.java:458) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method)[:1.6.0_29] > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)[:1.6.0_29] > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[:1.6.0_29] > at java.lang.reflect.Method.invoke(Method.java:597)[:1.6.0_29] > at > org.apache.aries.blueprint.utils.ReflectionUtils.invoke(ReflectionUtils.java:221)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > org.apache.aries.blueprint.container.BeanRecipe.invoke(BeanRecipe.java:844)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > org.apache.aries.blueprint.container.BeanRecipe.runBeanProcInit(BeanRecipe.java:633)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > org.apache.aries.blueprint.container.BeanRecipe.internalCreate(BeanRecipe.java:744)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > org.apache.aries.blueprint.di.AbstractRecipe.create(AbstractRecipe.java:64)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > org.apache.aries.blueprint.container.BlueprintRepository.createInstances(BlueprintRepository.java:219)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > org.apache.aries.blueprint.container.BlueprintRepository.createAll(BlueprintRepository.java:147)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > org.apache.aries.blueprint.container.BlueprintContainerImpl.instantiateEagerComponents(BlueprintContainerImpl.java:624)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:315)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:213)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)[:1.6.0_29] > at > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)[:1.6.0_29] > at java.util.concurrent.FutureTask.run(FutureTask.java:138)[:1.6.0_29] > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)[:1.6.0_29] > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:206)[:1.6.0_29] > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_29] > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_29] > at java.lang.Thread.run(Thread.java:662)[:1.6.0_29] > [2012-07-18 18:42:18,804] | INFO | Blueprint Extender: 1 | BrokerService > | .activemq.broker.BrokerService 560 | ActiveMQ Message Broker (default, > null) is shutting down > [2012-07-18 18:42:18,806] | INFO | Blueprint Extender: 1 | > TransportConnector | vemq.broker.TransportConnector 288 | Connector > openwire Stopped > [2012-07-18 18:42:18,807] | INFO | Blueprint Extender: 1 | > TransportConnector | vemq.broker.TransportConnector 288 | Connector > stomp Stopped > [2012-07-18 18:42:18,812] | INFO | Blueprint Extender: 2 | > nagementEndpointRegistry | ent.ManagementEndpointRegistry 129 | Registering > endpoint: org.apache.servicemix.nmr.core.InternalEndpointWrapper@502c38bd > with properties {NAME=servicemix-http, > objectClass=[Ljava.lang.String;@f9de08, service.id=210, > TYPE=binding-component} > [2012-07-18 18:42:18,831] | INFO | Blueprint Extender: 1 | PListStore > | .store.kahadb.plist.PListStore 307 | > PListStore:/motorola/apps/mofm/servicemix/data/activemq/default/default/tmp_storage > stopped > [2012-07-18 18:42:18,832] | INFO | Blueprint Extender: 1 | KahaDBStore > | ivemq.store.kahadb.KahaDBStore 206 | Stopping async queue tasks > [2012-07-18 18:42:18,833] | INFO | Blueprint Extender: 1 | KahaDBStore > | ivemq.store.kahadb.KahaDBStore 220 | Stopping async topic tasks > [2012-07-18 18:42:18,834] | INFO | Blueprint Extender: 1 | KahaDBStore > | ivemq.store.kahadb.KahaDBStore 246 | Stopped KahaDB > [2012-07-18 18:42:19,286] | WARN | Blueprint Extender: 2 | > XBeanNamespaceHandler | ext.impl.XBeanNamespaceHandler 172 | Could not > load class: org.apache.servicemix.http.endpoints.SerializedMarshaler due to > com/thoughtworks/xstream/io/HierarchicalStreamDriver > [2012-07-18 18:42:19,310] | INFO | Blueprint Extender: 1 | BrokerService > | .activemq.broker.BrokerService 628 | ActiveMQ JMS Message Broker > (default, null) stopped > [2012-07-18 18:42:19,317] | INFO | Blueprint Extender: 1 | > nagementEndpointRegistry | ent.ManagementEndpointRegistry 142 | > Unregistering endpoint: > org.apache.servicemix.nmr.core.InternalEndpointWrapper@4a717e25 with > properties {NAME=root, objectClass=[Ljava.lang.String;@17db74b, > osgi.service.blueprint.compname=clusterEngine, service.id=191} > [2012-07-18 18:42:19,327] | ERROR | Blueprint Extender: 1 | > BlueprintContainerImpl | ntainer.BlueprintContainerImpl 342 | Unable to > start blueprint container for bundle activemq-broker.xml > org.osgi.service.blueprint.container.ComponentDefinitionException: Unable to > intialize bean .component-2 > at > org.apache.aries.blueprint.container.BeanRecipe.runBeanProcInit(BeanRecipe.java:635)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > org.apache.aries.blueprint.container.BeanRecipe.internalCreate(BeanRecipe.java:744)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > org.apache.aries.blueprint.di.AbstractRecipe.create(AbstractRecipe.java:64)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > org.apache.aries.blueprint.container.BlueprintRepository.createInstances(BlueprintRepository.java:219)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > org.apache.aries.blueprint.container.BlueprintRepository.createAll(BlueprintRepository.java:147)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > org.apache.aries.blueprint.container.BlueprintContainerImpl.instantiateEagerComponents(BlueprintContainerImpl.java:624)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:315)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:213)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)[:1.6.0_29] > at > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)[:1.6.0_29] > at java.util.concurrent.FutureTask.run(FutureTask.java:138)[:1.6.0_29] > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)[:1.6.0_29] > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:206)[:1.6.0_29] > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_29] > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_29] > at java.lang.Thread.run(Thread.java:662)[:1.6.0_29] > Caused by: java.io.IOException: Invalid location: 1:44833, : > java.lang.NegativeArraySizeException > at > org.apache.kahadb.journal.DataFileAccessor.readRecord(DataFileAccessor.java:94) > at org.apache.kahadb.journal.Journal.read(Journal.java:596) > at > org.apache.activemq.store.kahadb.MessageDatabase.load(MessageDatabase.java:786) > at > org.apache.activemq.store.kahadb.MessageDatabase.recoverProducerAudit(MessageDatabase.java:484) > at > org.apache.activemq.store.kahadb.MessageDatabase.recover(MessageDatabase.java:438) > at > org.apache.activemq.store.kahadb.MessageDatabase.open(MessageDatabase.java:315) > at > org.apache.activemq.store.kahadb.MessageDatabase.load(MessageDatabase.java:357) > at > org.apache.activemq.store.kahadb.MessageDatabase.doStart(MessageDatabase.java:222) > at > org.apache.activemq.store.kahadb.KahaDBStore.doStart(KahaDBStore.java:180) > at > org.apache.activemq.util.ServiceSupport.start(ServiceSupport.java:53) > at > org.apache.activemq.store.kahadb.KahaDBPersistenceAdapter.start(KahaDBPersistenceAdapter.java:186) > at > org.apache.activemq.broker.BrokerService.start(BrokerService.java:485) > at > org.apache.activemq.broker.BrokerService.autoStart(BrokerService.java:458) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method)[:1.6.0_29] > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)[:1.6.0_29] > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[:1.6.0_29] > at java.lang.reflect.Method.invoke(Method.java:597)[:1.6.0_29] > at > org.apache.aries.blueprint.utils.ReflectionUtils.invoke(ReflectionUtils.java:221)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > org.apache.aries.blueprint.container.BeanRecipe.invoke(BeanRecipe.java:844)[7:org.apache.aries.blueprint:0.2.0.incubating] > at > org.apache.aries.blueprint.container.BeanRecipe.runBeanProcInit(BeanRecipe.java:633)[7:org.apache.aries.blueprint:0.2.0.incubating] > ... 15 more > [2012-07-18 18:42:19,411] | INFO | Blueprint Extender: 3 | > faultListableBeanFactory | ort.DefaultListableBeanFactory 618 | Overriding > bean definition for bean > 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder': replacing > [Generic bean: class > [org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder]; scope=; > abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; > autowireCandidate=true; primary=false; factoryBeanName=null; > factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined > in URL [bundle://116.0:1/META-INF/cxf/cxf-extension-http.fixml]] with > [Generic bean: class > [org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder]; scope=; > abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; > autowireCandidate=true; primary=false; factoryBeanName=null; > factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined > in URL [bundle://116.0:1/META-INF/cxf/cxf-extension-http.fixml]] > [2012-07-18 18:42:19,416] | INFO | Blueprint Extender: 3 | > faultListableBeanFactory | ort.DefaultListableBeanFactory 618 | Overriding > bean definition for bean > 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder': replacing > [Generic bean: class > [org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder]; scope=; > abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; > autowireCandidate=true; primary=false; factoryBeanName=null; > factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined > in URL [bundle://116.0:1/META-INF/cxf/cxf-extension-http.fixml]] with > [Generic bean: class > [org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder]; scope=; > abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; > autowireCandidate=true; primary=false; factoryBeanName=null; > factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined > in URL [bundle://116.0:1/META-INF/cxf/cxf-extension-http.fixml]] > [2012-07-18 18:42:19,419] | INFO | Blueprint Extender: 3 | > faultListableBeanFactory | ort.DefaultListableBeanFactory 618 | Overriding > bean definition for bean > 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider': > replacing [Generic bean: class > [org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider]; > scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; > autowireCandidate=true; primary=false; factoryBeanName=null; > factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined > in URL [bundle://116.0:1/META-INF/cxf/cxf-extension-http.fixml]] with > [Generic bean: class > [org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider]; > scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; > autowireCandidate=true; primary=false; factoryBeanName=null; > factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined > in URL [bundle://116.0:1/META-INF/cxf/cxf-extension-http.fixml]] > [2012-07-18 18:42:19,423] | INFO | Blueprint Extender: 3 | > faultListableBeanFactory | ort.DefaultListableBeanFactory 618 | Overriding > bean definition for bean > 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing > [Generic bean: class > [org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory]; scope=; > abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; > autowireCandidate=true; primary=false; factoryBeanName=null; > factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined > in URL [bundle://116.0:1/META-INF/cxf/cxf-extension-http.fixml]] with > [Generic bean: class > [org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory]; scope=; > abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; > autowireCandidate=true; primary=false; factoryBeanName=null; > factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined > in URL [bundle://116.0:1/META-INF/cxf/cxf-extension-http.fixml]] > [2012-07-18 18:42:19,557] | INFO | Blueprint Extender: 2 | > ComponentRegistryImpl | ime.impl.ComponentRegistryImpl 83 | JBI > component registered with properties: {NAME=servicemix-jms, > objectClass=[Ljava.lang.String;@b2abfc, service.id=217, > TYPE=binding-component} > [2012-07-18 18:42:19,565] | INFO | Blueprint Extender: 2 | > nagementEndpointRegistry | ent.ManagementEndpointRegistry 129 | Registering > endpoint: org.apache.servicemix.nmr.core.InternalEndpointWrapper@152291b2 > with properties {NAME=servicemix-jms, > objectClass=[Ljava.lang.String;@1c461d7, service.id=218, > TYPE=binding-component} > [2012-07-18 18:42:19,573] | INFO | Blueprint Extender: 1 | > ComponentRegistryImpl | ime.impl.ComponentRegistryImpl 83 | JBI > component registered with properties: {NAME=servicemix-mail, > objectClass=[Ljava.lang.String;@132e42f, service.id=220, > TYPE=binding-component} > [2012-07-18 18:42:19,579] | INFO | Blueprint Extender: 1 | > nagementEndpointRegistry | ent.ManagementEndpointRegistry 129 | Registering > endpoint: org.apache.servicemix.nmr.core.InternalEndpointWrapper@bceae8d3 > with properties {NAME=servicemix-mail, > objectClass=[Ljava.lang.String;@1ee6b69, service.id=221, > TYPE=binding-component} > [2012-07-18 18:42:19,826] | INFO | Blueprint Extender: 1 | > ComponentRegistryImpl | ime.impl.ComponentRegistryImpl 83 | JBI > component registered with properties: {NAME=servicemix-bean, > objectClass=[Ljava.lang.String;@8d2bd, service.id=228, TYPE=service-engine} > [2012-07-18 18:42:19,831] | INFO | Blueprint Extender: 1 | > nagementEndpointRegistry | ent.ManagementEndpointRegistry 129 | Registering > endpoint: org.apache.servicemix.nmr.core.InternalEndpointWrapper@80a5cb77 > with properties {NAME=servicemix-bean, > objectClass=[Ljava.lang.String;@10d1642, service.id=229, > TYPE=service-engine} > [2012-07-18 18:42:19,927] | INFO | Blueprint Extender: 2 | > ComponentRegistryImpl | ime.impl.ComponentRegistryImpl 83 | JBI > component registered with properties: {NAME=servicemix-saxon, > objectClass=[Ljava.lang.String;@71b856, service.id=233, TYPE=service-engine} > [2012-07-18 18:42:19,932] | INFO | Blueprint Extender: 2 | > nagementEndpointRegistry | ent.ManagementEndpointRegistry 129 | Registering > endpoint: org.apache.servicemix.nmr.core.InternalEndpointWrapper@4985dcac > with properties {NAME=servicemix-saxon, > objectClass=[Ljava.lang.String;@1fcb1a, service.id=234, TYPE=service-engine} > [2012-07-18 18:42:20,165] | INFO | Blueprint Extender: 3 | > faultListableBeanFactory | ort.DefaultListableBeanFactory 555 | > Pre-instantiating singletons in > org.springframework.beans.factory.support.DefaultListableBeanFactory@11c5bb0: > defining beans > [cxf,org.apache.cxf.bus.spring.BusApplicationListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,org.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.buslifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apache.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.binding.corba.CorbaBindingFactory,org.apache.cxf.binding.corba.wsdl.WSDLExtensionRegister#0,org.apache.cxf.jaxws.context.WebServiceContextResourceResolver,org.apache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory,org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.policy.AddressingPolicyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAssertionBuilder,org.apache.cxf.javascript.JavascriptQueryHandler,org.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.management.InstrumentationManager,org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.transport.jms.JMSTransportFactory,org.apache.cxf.binding.object.ObjectBindingFactory,org.apache.cxf.binding.http.HttpBindingFactory,org.apache.cxf.wstx_msv_validation.WoodstoxValidationImpl,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader,org.apache.cxf.ws.policy.AssertionBuilderRegistry,org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.apache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProvider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProvider,org.apache.cxf.ws.rm.RMManager,org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider,org.apache.cxf.ws.rm.policy.RMAssertionBuilder]; > root of factory hierarchy > [2012-07-18 18:43:43,384] | ERROR | Timer-1 | DelegatingTimerTask | > ling.timer.DelegatingTimerTask 73 | Unexpected exception thrown from > Runnable: > org.springframework.osgi.extender.internal.util.concurrent.RunnableTimedExecution$MonitoredRunnable@192c07a > java.lang.IllegalStateException: BeanFactory not initialized or already > closed - call 'refresh' before accessing beans via the ApplicationContext > at > org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:171)[61:org.springframework.context:3.0.5.RELEASE] > at > org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.close(DependencyWaiterApplicationContextExecutor.java:345)[72:org.springframework.osgi.extender:1.2.0] > at > org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.doClose(AbstractDelegatedExecutionApplicationContext.java:236)[71:org.springframework.osgi.core:1.2.0] > at > org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:970)[61:org.springframework.context:3.0.5.RELEASE] > at > org.springframework.osgi.extender.internal.activator.ContextLoaderListener$3.run(ContextLoaderListener.java:807)[72:org.springframework.osgi.extender:1.2.0] > at > org.springframework.osgi.extender.internal.util.concurrent.RunnableTimedExecution$MonitoredRunnable.run(RunnableTimedExecution.java:60)[72:org.springframework.osgi.extender:1.2.0] > at > org.springframework.scheduling.timer.DelegatingTimerTask.run(DelegatingTimerTask.java:70)[61:org.springframework.context:3.0.5.RELEASE] > at java.util.TimerThread.mainLoop(Timer.java:512)[:1.6.0_29] > at java.util.TimerThread.run(Timer.java:462)[:1.6.0_29] > > Regards, > Vinila > > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/Servicemix-4-3-0-fails-to-start-with-exception-tp5713937.html > Sent from the ServiceMix - User mailing list archive at Nabble.com.
