Hi All,

I'm running a JBoss on a machine that tends to have an IP address 
change periodically on it's PPP adaptor. I am suspecting that might 
be the reason for the following exceptions that I get after a certain 
amount of time on my system:

2003-12-23 12:30:48,577 INFO  [com.cartel.usc.jmx.TimerService] 
org.jboss.mq.SpyJMSException: Cannot send a message to the JMS 
server; - nested throwable: (java.net.SocketException: Broken pipe)
2003-12-23 12:31:45,748 WARN  [org.jboss.mq.Connection] Connection 
failure:
org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: 
(java.io.IOException: ping timeout.)
        at org.jboss.mq.Connection.asynchFailure(Connection.java:718)
        at org.jboss.mq.Connection$PingTask.run(Connection.java:1311)
        at 
EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
        at java.lang.Thread.run(Thread.java:534)
Caused by: java.io.IOException: ping timeout.
        at org.jboss.mq.Connection$PingTask.run(Connection.java:1303)
        ... 2 more

This happens overnight, with a JMX service simply sending a JMS 
message to a Topic every minute. When the JMX service starts it 
allocates the JMS resources it needs, Connection, Topic, Session and 
so on. Those will remain static. I've just tried stopping and 
restarting my service, and it's working again. Very odd. I guess I'll 
handle the exception myself, but reallocating the resources on a 
SpyJMSException. Any ideas why this is happening though?

Thanks.

-Neal



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to