The moose likes JBoss/WildFly and the fly likes NullPointerException while creating JMS connection Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » JBoss/WildFly
Reply Bookmark "NullPointerException while creating JMS connection" Watch "NullPointerException while creating JMS connection" New topic
Author

NullPointerException while creating JMS connection

Ali Gohar
Ranch Hand

Joined: Mar 18, 2004
Posts: 572
Hi,

I've slimlined jboss-5.1.0.GA's default configuration and removed ejb/jms etc stuff from it and it currently supports web applications only. My web application is trying to send a message to a remote jboss queue but it fails when it tries to create a jms session. I can lookup the initial context and can create the connection but when i try to create session using my connection object, i get NullPointerException. My connection object is definately not null, I print it on console. I've not removed any libraries from client/ and common/lib directories though. Here is the stack trace:



Doesn't give much information

Any idea what am i doing wong?

Thank you.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: NullPointerException while creating JMS connection
 
Similar Threads
org.hibernate.exception.GenericJDBCException: Cannot open connection
Hibernate: Mysql Auto Reconnect is not happening.
JMS ununderstable info logs.
Problem in getting connection from data source
Two-Phase commit using CMT on JBoss and Oracle XE