Seems you have an invalid name for a topic. Are you creating topics in the spring context file? Or is it left over somehow in the kahadb logs?
On Sun, Jan 20, 2013 at 9:34 PM, Praveen <[email protected]>wrote: > Hi All, > > Whenever i try to start ActiveMQ it starts up with the below error.. > > 2013-01-20 14:38:41,980 | ERROR | Failed to register destination topic:// | > org.apache.activemq.broker.jmx.ManagedRegionBroker | main > javax.management.MalformedObjectNameException: Unterminated key property > part > at javax.management.ObjectName.construct(ObjectName.java:465) > at javax.management.ObjectName.<init>(ObjectName.java:1314) > at > > org.apache.activemq.broker.jmx.ManagedRegionBroker.createObjectName(ManagedRegionBroker.java:505) > at > > org.apache.activemq.broker.jmx.ManagedRegionBroker.register(ManagedRegionBroker.java:140) > at > > org.apache.activemq.broker.jmx.ManagedTopicRegion.createDestination(ManagedTopicRegion.java:57) > at > > org.apache.activemq.broker.region.AbstractRegion.addDestination(AbstractRegion.java:120) > at > > org.apache.activemq.broker.region.RegionBroker.addDestination(RegionBroker.java:271) > at > > org.apache.activemq.broker.BrokerFilter.addDestination(BrokerFilter.java:142) > at > > org.apache.activemq.broker.BrokerFilter.addDestination(BrokerFilter.java:142) > at > > org.apache.activemq.advisory.AdvisoryBroker.addDestination(AdvisoryBroker.java:153) > at > > org.apache.activemq.broker.BrokerFilter.addDestination(BrokerFilter.java:142) > at > > org.apache.activemq.broker.MutableBrokerFilter.addDestination(MutableBrokerFilter.java:149) > at > > org.apache.activemq.broker.region.AbstractRegion.start(AbstractRegion.java:94) > at > org.apache.activemq.broker.region.RegionBroker.start(RegionBroker.java:179) > at > > org.apache.activemq.broker.jmx.ManagedRegionBroker.start(ManagedRegionBroker.java:100) > at > > org.apache.activemq.broker.TransactionBroker.start(TransactionBroker.java:112) > at > org.apache.activemq.broker.BrokerFilter.start(BrokerFilter.java:154) > at > org.apache.activemq.broker.BrokerFilter.start(BrokerFilter.java:154) > at > org.apache.activemq.broker.BrokerService$3.start(BrokerService.java:1668) > at > org.apache.activemq.broker.BrokerService.start(BrokerService.java:452) > at > > org.apache.activemq.xbean.XBeanBrokerService.afterPropertiesSet(XBeanBrokerService.java:56) > at > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369) > at > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335) > at > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473) > at > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) > at java.security.AccessController.doPrivileged(Native Method) > at > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) > at > > org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264) > at > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) > at > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261) > at > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) > at > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164) > at > > org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429) > at > > org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728) > at > > org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380) > at > > org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:64) > at > > org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:52) > at > > org.apache.activemq.xbean.XBeanBrokerFactory.createApplicationContext(XBeanBrokerFactory.java:96) > at > > org.apache.activemq.xbean.XBeanBrokerFactory.createBroker(XBeanBrokerFactory.java:52) > at > > org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:71) > at > > org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:54) > at > > org.apache.activemq.console.command.StartCommand.startBroker(StartCommand.java:115) > at > > org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:74) > at > > org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57) > at > > org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:129) > at > > org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57) > at > org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:79) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:592) > at org.apache.activemq.console.Main.runTaskClass(Main.java:251) > at org.apache.activemq.console.Main.main(Main.java:107) > 2013-01-20 14:38:42,013 | INFO | Listening for connections at: > tcp://ICTSMSG1:61616 | > org.apache.activemq.transport.TransportServerThreadSupport | main > 2013-01-20 14:38:42,015 | INFO | Connector openwire Started | > org.apache.activemq.broker.TransportConnector | main > > > Could you please letm know where it is failing to register the destination > topic. > > Thanks, > Praveen. > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ActiveMQ-error-while-it-is-starting-up-tp4661980.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- *Christian Posta* http://www.christianposta.com/blog twitter: @christianposta
