I'm trying to find out why the Java EE client (a stand-alone Java program using jbossall-client.jar) is unable to connect to the Java EE server, so it would be nice to turn on logging that comes from JBoss AS classes, such as org.jnp.interfaces.NamingContext- let's say there is a file configuration that i can customize?
Just for information, this is the actual exception that I am getting - I hope registration would give a little more information.
error
javax.naming.CommunicationException:
Receive timed out [Root exception is java.net.SocketTimeoutException:
Receive timed out]
at org.jnp.interfaces.NamingContext.discoverServer
(NamingContext.java:1119)
Mike
source
share