[ 
https://issues.apache.org/jira/browse/AMQ-7123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish closed AMQ-7123.
-----------------------------
    Resolution: Invalid

Please ask for configuration support on the users mailing list.

> Integrating Apache ActiveMQ with Tibco EMS: Error: Not allowed to create 
> destination
> ------------------------------------------------------------------------------------
>
>                 Key: AMQ-7123
>                 URL: https://issues.apache.org/jira/browse/AMQ-7123
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.6.0
>         Environment: More details about the error:
>  
> 2018-12-11 16:49:21,738 | ERROR | Failed to load: class path resource 
> [activemq.xml], reason: Error creating bean with name 
> 'org.apache.activemq.xbean.XBeanBrokerService#0' defined in class path 
> resource [activemq.xml]: Invocation of init method failed; nested exception 
> is javax.jms.InvalidDestinationException: Not allowed to create destination | 
> org.apache.activemq.xbean.XBeanBrokerFactory | main
> org.springframework.beans.factory.BeanCreationException: Error creating bean 
> with name 'org.apache.activemq.xbean.XBeanBrokerService#0' defined in class 
> path resource [activemq.xml]: Invocation of init method failed; nested 
> exception is javax.jms.InvalidDestinationException: Not allowed to create 
> destination
>  at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1420)
>  at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
>  at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
>  at 
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
>  at 
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
>  at 
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
>  at 
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)
>  at 
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
>  at 
> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
>  at 
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
>  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$1.<init>(XBeanBrokerFactory.java:108)
>  at 
> org.apache.activemq.xbean.XBeanBrokerFactory.createApplicationContext(XBeanBrokerFactory.java:108)
>  at 
> org.apache.activemq.xbean.XBeanBrokerFactory.createBroker(XBeanBrokerFactory.java:72)
>  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:148)
>  at 
> org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57)
>  at 
> org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:90)
>  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:597)
>  at org.apache.activemq.console.Main.runTaskClass(Main.java:257)
>  at org.apache.activemq.console.Main.main(Main.java:111)
> Caused by: javax.jms.InvalidDestinationException: Not allowed to create 
> destination
>  at com.tibco.tibjms.Tibjmsx.buildException(Tibjmsx.java:540)
>  at 
> com.tibco.tibjms.TibjmsxSessionImp._createConsumer(TibjmsxSessionImp.java:425)
>  at 
> com.tibco.tibjms.TibjmsxSessionImp._createConsumer(TibjmsxSessionImp.java:347)
>  at 
> com.tibco.tibjms.TibjmsQueueSession.createReceiver(TibjmsQueueSession.java:68)
>  at 
> org.apache.activemq.network.jms.QueueBridge.createConsumer(QueueBridge.java:63)
>  at 
> org.apache.activemq.network.jms.DestinationBridge.start(DestinationBridge.java:85)
>  at org.apache.activemq.network.jms.JmsConnector.start(JmsConnector.java:157)
>  at 
> org.apache.activemq.broker.BrokerService.startAllConnectors(BrokerService.java:2310)
>  at org.apache.activemq.broker.BrokerService.start(BrokerService.java:551)
>  at 
> org.apache.activemq.xbean.XBeanBrokerService.afterPropertiesSet(XBeanBrokerService.java:60)
>  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:597)
>  at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1544)
>  at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1485)
>  at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417)
>  ... 28 more
>            Reporter: RICARDO MARTINS GARCIA
>            Priority: Minor
>
> I tryed to connect Apache Active MQ 5.6.0 with TIBCO EMS 5.1.
> When I started the service, the error below is showed:
> 2018-12-11 16:49:21,738 | ERROR | Failed to load: class path resource 
> [activemq.xml], reason: Error creating bean with name 
> 'org.apache.activemq.xbean.XBeanBrokerService#0' defined in class path 
> resource [activemq.xml]: Invocation of init method failed; nested exception 
> is javax.jms.InvalidDestinationException: Not allowed to create destination | 
> org.apache.activemq.xbean.XBeanBrokerFactory | main
>  org.springframework.beans.factory.BeanCreationException: Error creating bean 
> with name 'org.apache.activemq.xbean.XBeanBrokerService#0' defined in class 
> path resource [activemq.xml]: Invocation of init method failed; nested 
> exception is javax.jms.InvalidDestinationException: Not allowed to create 
> destination
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to