[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Connection timed out

2008-02-02 Thread ewinston
Ok, then that is a problem I am running into as well.  

You have an xml file somewhere that is getting read by JBoss that has the DTD 
or schema specification in it.  JBoss is supposed to validate against local 
files but it doesn't appear to (again, this is with 5.0), instead it tries to 
pull the file from the net.

Since there is no access it will never work.  The only solution I have found is 
to comment out the DTD or schema specification in the xml file (one of the 
deployment descriptors) and then try again.  JBoss should then just accept the 
file and not try to validate against anything.

This solution works for me when deploying a datasource that has the dtd defined 
when I am not connected to the network.

Edward

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4125808#4125808

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125808
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Connection timed out

2008-01-31 Thread ewinston
I have seen this problem.  It is happening because JBoss cannot get out to 
validate an xml file.  If you are behnd a firewall this can cause it.

I got past this by passing the following parameters to JBoss 5.  

  -Dhttp.proxyHost=x.x.x.x -Dhttp.proxyPort=

where x.x.x.x is the hostname of your proxy, and  is the port.

I am thinking it may still work with 4.2.2.

Good luck,
Edward

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4125350#4125350

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125350
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Connection timed out

2008-01-31 Thread sven.waibel
That could be one solution, but the server has no access to the internet.

Thanks
Sven

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4125375#4125375

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125375
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user