users@glassfish.java.net

Re: Glassfish 3.1 on AIX 6.1 with IBM JDK 6

From: <forums_at_java.net>
Date: Tue, 28 Jun 2011 18:47:45 -0500 (CDT)

Please take a look at issue http://java.net/jira/browse/GLASSFISH-16890.  In
summary, the root problem is that during parsing

glassfish3/glassfish/lib/install/applications/__admingui/WEB-INF/sun-web.xml
the xml parser is trying to download dtd from
http://www.sun.com/software/sunone/appserver/dtds/sun-web-app_2_3-0.dtd [1]

and this fails (time out expires).  This may be due to proxy not being set
(in domain.xml), as in:

<jvm-options>-Dhttp.proxyHost=<your proxy host here></jvm-options>
<jvm-options>-Dhttp.proxyPort=<your proxy port here></jvm-options>

Hope this helps.

Lidia


[1] http://www.sun.com/software/sunone/appserver/dtds/sun-web-app_2_3-0.dtd

--
[Message sent by forum member 'lidiam']
View Post: http://forums.java.net/node/784642