[jboss-user] [Remoting] - Re: Worker thread initialization failure

ron.sigal@jboss.com do-not-reply at jboss.com
Thu Dec 20 18:51:51 EST 2007


I can't tell what's going on from that exception by itself.  I would suggest turning on trace logging for both JBossMessaging and Remoting to see if there's anything suspicious happening.  To turn on trace logging, add


  |    <!-- Remoting -->
  |    <category name="org.jboss.remoting">
  |      <priority value="TRACE"/>
  |    </category>
  | 
  |    <!-- JBossMessaging -->
  |    <category name="org.jboss.jms">
  |      <priority value="TRACE"/>
  |    </category>
  | 

to your conf/jboss-log4j.xml file.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114840



More information about the jboss-user mailing list