This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Problems with JBoss client on Linux, and server on Solaradrian.brock Jun 19, 2003 1:02 AM (in response to tysmeister)I can think of a number of reasons. 
 1) JNDI has deadlocked
 try kill -3 {jboss.pid} to get a threaddump
 and look for a deadlock
 2) There is some problem with the network.
 Host configuration, dns, is your server multi-homed?
 3) You are running out of network connections
 what does netstat show?
 The timeout actually comes from a UDP broadcast
 when the initial connection attempt fails, it tries
 to find any jboss server on the network.
 One obvious question, have you tried a later
 version of jboss. I remember some improvements
 to JNDI around 3.0.4/3.0.5
 Regards,
 Adrian
 
    