Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.6K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
JMS OutboundAdapter

NeoX
Member Posts: 66
Hi ,
When i performed the step mentioed to configure the JMS adapter i get the below error
org.springframework.beans.FatalBeanException: Error in context lifecycle initial
ization; nested exception is java.lang.IllegalArgumentException: JNDI lookup fai
led for jms/MyConnectionFactory from provider t3://remotemachine:7001
I checked in the JNDI tree of that WLS. And i can see the JNDI listed.
Regards,
Prakash
When i performed the step mentioed to configure the JMS adapter i get the below error
org.springframework.beans.FatalBeanException: Error in context lifecycle initial
ization; nested exception is java.lang.IllegalArgumentException: JNDI lookup fai
led for jms/MyConnectionFactory from provider t3://remotemachine:7001
I checked in the JNDI tree of that WLS. And i can see the JNDI listed.
Regards,
Prakash
Answers
-
can you enable jms adapter debug in config.xml and try again (JmsAdapter logging level Debug) and see what you get? the issue you are getting can be because of multiple reasons:
1] is you jms adapter configuration having same host name with domain name as you have mentioned?
2] is the wls host server having /etc/hosts entry so that it can be pinged with ping remotemachine and not only with ping remotemachine.domainname
3] Your machine is reachable on network.
thanks,
padmanabh -
Check the JMS connections settings.
hth,
Peter Paul -
Hi,
Thanks for your response.
The issue got resolved. I didnt do much i just re created the Queues in WLS and it worked fine. Now the next problem i see is I publish a message in the CEP channel but I cant see it in JMS queue.
HTTPSubAdapter ---->Channel------>JMSOutBoundAdapter.
I havent used any converters. Im just publishing a message and i want to see it out in the JMS queue.
Is there somthing that im missing here.
Regards,
Prakash
This discussion has been closed.