Hi!

I have setup a demo/test installation of JBoss with some sample applications
deployed on a Linux box. When tested on my own dialup internet connection
everything is 100% OK.

So, I shipped the linux box to my client's site, hooked up to their LAN and
started the demo! At the point where JBoss begins the auto deploy of those
applications that are in the deploy diretory, we get an exception.

When I dig in I find that JBoss is going out onto the net to find the DTD
that is specified in one of the XML files. It is trying to go to
java.sun.com.

At home it clearly succeeds. At the client site we tried connecting to my
ISP via dialup and it worked! But connected to their ISP it doesn't.

When tracing packets we see that a DNS lookup takes place and their ISP
returns a simple: This is the IP address (but it is non-authoritative). My
ISP returns that and 6 authority records and 6 additional records. These
seem to satisfy JBoss, whereas the other result does not.

The exception thrown is: java.net.SocketException: errno: 101 error: Network
is unreachable for Fd: 113 at
java.net.PlainSocketImpl.socketConnect(nativeMethod)...

Does anyone understand this?

Gerry


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to