Forums Register Login

SocketTimeoutException: Read timed out

+Pie Number of slices to send: Send
I have successfully deployed the bean on JBoss Server and prepared a client application but it throws Exception When it comes at ic.lookup() Statement
The Error Reason as shown by toString() Function is
javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment;nested exception is:
My Question is Where to set Timeout
I have tried writing the following properties in jndi.properties file
then also the same error is raised
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.provider.url=jnp://localhost:1099
java.naming.factory.url.pkgs=org.jboss.naming rg.jnp.interfaces
jnp.socket.factory=org.jnp.interfaces.TimedSocketFactory
jnp.timeout=0
jnp.socket.factory=0

Thanks in advance
+Pie Number of slices to send: Send
I'm using JBoss and in my test classes I initialize the Context like this:
java.util.Hashtable JNDIParm = new java.util.Hashtable();
JNDIParm.put(Context.PROVIDER_URL, "localhost");
JNDIParm.put(Context.INITIAL_CONTEXT_FACTORY,
"org.jnp.interfaces.NamingContextFactory");
return new InitialContext(JNDIParm);
Also, if you want to make any Remote interface available you have to add it here also...
+Pie Number of slices to send: Send
Thanks But I tried that by writing the following code
But it did not helped me the same thing then also
Anything worth doing well is worth doing poorly first. Just look at this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 1522 times.
Similar Threads
Quession on if(){} and so on
java.sql.SQLException: Callable Statements not supported
Advance For Loop Dought
Unable to run pgm. when in jar....
why Throws to main method
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 23:25:47.