Are there any "Say Hello:X" messages in the log on either server?
I suspect that all that's happening here is a JSP running on TOM2 is looping making
calls against a HelloWorldBean on TOM2. Then the bean is undeployed, so the calls fail
over to TOM1. Bean TOM1 goes into a loop logging the "YUGANT Bean:X" messages,
and finally returns. By the time it returns the JSP is undeployed on TOM2. The bean
client is gone so you get a socket write error when the bean tries to write its response.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136106#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...