dev@glassfish.java.net

JMS issues after upgrade

From: Bobby Bissett <bobby.bissett_at_oracle.com>
Date: Thu, 14 Oct 2010 13:28:03 -0400

Hi all,

After upgrading a v2.1.1 clustered installation, I see this output in the instance logs:

[#|2010-10-14T13:14:54.395-0400|INFO|glassfish3.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-1;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting: broker is LOCAL, connection mode is TCP|#]

[#|2010-10-14T13:14:54.579-0400|INFO|glassfish3.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-1;|MQJMSRA_LB1101: Looking for Broker Running at:localhost:37676|#]

[#|2010-10-14T13:14:54.754-0400|WARNING|glassfish3.1|javax.jms|_ThreadID=16;_ThreadName=Thread-1;|[C4003]: Error occurred on connection creation [localhost:37676]. - cause: java.net.ConnectException: Connection refused|#]

[#|2010-10-14T13:14:55.836-0400|WARNING|glassfish3.1|javax.jms|_ThreadID=16;_ThreadName=Thread-1;|[C4003]: Error occurred on connection creation [localhost:37676]. - cause: java.net.ConnectException: Connection refused|#]

[#|2010-10-14T13:14:56.837-0400|WARNING|glassfish3.1|javax.jms|_ThreadID=16;_ThreadName=Thread-1;|[C4003]: Error occurred on connection creation [localhost:37676]. - cause: java.net.ConnectException: Connection refused|#]

[#|2010-10-14T13:15:00.617-0400|WARNING|glassfish3.1|javax.jms.connection|_ThreadID=16;_ThreadName=Thread-1;|[W2003]: Broker not responding [HELLO(10)] for 120 seconds. Still trying..., broker addr=localhost:37676(53888), connectionID=5, clientID=null, consumerID=1|#]

[#|2010-10-14T13:15:01.120-0400|INFO|glassfish3.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-1;|MQJMSRA_RA1101: SJSMQ JMSRA Started:LOCAL|#]

Are those warnings anything we need to worry about?

Thanks,
Bobby