Hey Howard,

Got a little further on figuring this out.

What I did is write a keep alive generator for the bridges so I could monitor 
them. Each bridge has a timer bean which send a message across the bridge at 10 
second interval. Unfortunately this did not stop the bridges from failing but 
did let me highlight the point where the bridge went down.


  | 2009-06-30 06:40:15,015 ERROR 
[org.jboss.remoting.transport.socket.ServerThread](WorkerThread#2[172.16.113.11:65011])
 WorkerThread#2[172.16.113.11:65011] exception occurred during first invocation
  | 
  | 2009-06-30 06:42:48,530 ERROR [STDERR] (Timer-3) Exception in thread 
"Timer-3" 
  | 2009-06-30 06:42:48,530 ERROR [STDERR] (Timer-3) 
java.lang.IllegalStateException: org.jboss.remoting.ConnectionValidator.run() 
should not be called directly; use 
org.jboss.remoting.ConnectionValidator.addConnectionListener() instead.
  | 
  | 2009-06-30 06:42:48,531 ERROR [STDERR] (Timer-3)        at 
org.jboss.remoting.ConnectionValidator.run(ConnectionValidator.java:289)
  | 
  | 2009-06-30 06:42:48,531 ERROR [STDERR] (Timer-3)        at 
java.util.TimerThread.mainLoop(Unknown Source) 
  | 2009-06-30 06:42:48,531 ERROR [STDERR] (Timer-3)        at 
java.util.TimerThread.run(Unknown Source) 
  | 2009-06-30 06:44:43,967 ERROR [STDERR] (Timer-12) Exception in thread 
"Timer-12" 
  | 2009-06-30 06:44:43,968 ERROR [STDERR] (Timer-12) 
java.lang.IllegalStateException: org.jboss.remoting.ConnectionValidator.run() 
should not be called directly; use 
org.jboss.remoting.ConnectionValidator.addConnectionListener() instead.
  | 
  | 2009-06-30 06:44:43,968 ERROR [STDERR] (Timer-12)       at 
org.jboss.remoting.ConnectionValidator.run(ConnectionValidator.java:289)
  | 
  | 2009-06-30 06:44:43,968 ERROR [STDERR] (Timer-12)       at 
java.util.TimerThread.mainLoop(Unknown Source) 
  | 2009-06-30 06:44:43,968 ERROR [STDERR] (Timer-12)       at 
java.util.TimerThread.run(Unknown Source) 
  | 2009-06-30 07:03:06,112 ERROR [STDERR] (Timer-15) Exception in thread 
"Timer-15" 
  | 2009-06-30 07:03:06,112 ERROR [STDERR] (Timer-15) 
java.lang.IllegalStateException: org.jboss.remoting.ConnectionValidator.run() 
should not be called directly; use 
org.jboss.remoting.ConnectionValidator.addConnectionListener() instead.
  | 
  | 2009-06-30 07:03:06,226 ERROR [STDERR] (Timer-15)       at 
org.jboss.remoting.ConnectionValidator.run(ConnectionValidator.java:289)
  | 
  | 2009-06-30 07:03:06,226 ERROR [STDERR] (Timer-15)       at 
java.util.TimerThread.mainLoop(Unknown Source) 
  | 2009-06-30 07:03:06,227 ERROR [STDERR] (Timer-15)       at 
java.util.TimerThread.run(Unknown Source) 
  | 2009-06-30 07:04:33,427 ERROR [org.jboss.jms.server.bridge.Bridge] 
(Thread-281) Failed to start source connection 
  | 

Hopefully this will give you enough info to help pinpoint where the error 
occurs. If you have any ideas for further tests let me know.

Cheers,

R.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241122#4241122

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241122
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to