Gerry,

The DTD it is probably trying to access is:
    http://java.sun.com/j2ee/dtds/web-app_2_2.dtd
from the web.xml file.

Are you sure the machine which you are running JBoss can access this url??
If not there is probably a firewall blocking outward traffic on port 80
(may have to run through a proxy).  If this is the case, either copy this
XML document into the local webserver and change the reference in web.xml
or get the firewall changed.

Tristan.

On Tue, 10 Jul 2001, Gerry Duhig wrote:

> 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
>


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

Reply via email to