views:

149

answers:

0

I'm trying to find out why a J2EE client ( stand alone Java program that uses jbossall-client.jar) is failing to connect to a J2EE Server so it would be good to enable logging that occurs from with JBoss classes such as org.jnp.interfaces.NamingContext - presume theres a config file I can set up ?

Just for info this is the actual exception that I'm getting - hopefully logging would give a bit more info.

javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out]
        at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:1119)