[jboss-user] [JNDI/Naming/Network] - Re: data source problem in 4.0.3SP1
dclemmer
do-not-reply at jboss.com
Wed May 30 12:44:20 EDT 2007
I stripped out the stuff that relates strictly to our code; these are the cause of our application exception.
Caused by: javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out]
| at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:1302)
| at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1431)
| at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:579)
| at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
| at javax.naming.InitialContext.lookup(InitialContext.java:351)
| at com.saic.workflow.feed.JndiJdbcConnectionFactory.createConnection(JndiJdbcConnectionFactory.java:69)
| ... 20 more
| Caused by: java.net.SocketTimeoutException: Receive timed out
| at java.net.PlainDatagramSocketImpl.receive0(Native Method)
| at java.net.PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:136)
| at java.net.DatagramSocket.receive(DatagramSocket.java:712)
| at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:1272)
| ... 25 more
|
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049810#4049810
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049810
More information about the jboss-user
mailing list