users@glassfish.java.net

jvm-option NO_NETWORK=true for Admin GUI not working in 3.0.1?

From: Markus Eisele <myfear_at_web.de>
Date: Wed, 16 Jun 2010 10:57:09 +0200

Hi all,

anybody an ideas if this has been replaced, or is simply broken?

 <jvm-options>-Dcom.sun.enterprise.tools.admingui.NO_NETWORK=true</jvm-options>

does not work for me with the latest GlassFish Server Open Source
Edition 3.0.1 (build 22) build integrated in NetBeans 6.9 (final)

[#|2010-06-16T09:18:47.468+0200|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=25;_ThreadName=Thread-1;|Cannot
refresh Catalog : Connection timed out: connect|#]

Only specifying jvm-option proxy with

   <jvm-options>-Dhttp.proxyHost=my.proxy.host</jvm-options>
    <jvm-options>-Dhttp.proxyPort=3128</jvm-options>

works. But this is still dead slow and it takes nearly one and a half
minute for loading the admin gui (was very fast until 3.0 for me) ...

[#|2010-06-16T09:24:57.500+0200|INFO|glassfish3.0.1|org.glassfish.admingui|_ThreadID=28;_ThreadName=Thread-1;|admin
console: initSessionAttributes()|#]
[...]
[#|2010-06-16T09:25:30.359+0200|INFO|glassfish3.0.1|org.glassfish.admingui|_ThreadID=28;_ThreadName=Thread-1;|Update
Component count = 0|#]

Thanks for any help
Markus