users@glassfish.java.net

Re: GlassFish v3 admin console very slow

From: Anissa Lam <Anissa.Lam_at_Sun.COM>
Date: Sat, 12 Dec 2009 09:14:38 -0800

Hi Sam,


Sam Crawford wrote:
> Hmmm, I've tried setting the
> com.sun.enterprise.tools.admingui.NO_NETWORK system property (by
> adding <jvm-options>-Dcom.sun.enterprise.tools.admingui.NO_NETWORK=1</jvm-options>
> in the domain.xml (I also tried the "true" value as well)). And I can
> see that the JVM has correctly started with this property set...
>
>
You need to set that to "true".
Add this line in domain.xml, within <java-config>

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

> Yet the console still takes forever to start, and I can still see it
> trying to phone home to Sun.
>
>
You mean you still see the extra image and information about getting
product support in the bottom of the Common Task page ?
I just tried again on v3 FCS. Once i add that option, I no longer
see this lower frame.

Do you see the "GlassFish News" tree node ?
I don't see this tree node either with that option.

Also try to "rm -rf glassfish/domains/doamin1/osgi-cache
glassfish/domains/domain1/generated" before starting the server again
after adding this option.

thanks
Anissa

> Am I setting this property incorrectly somehow?
>
> Thanks,
>
> Sam
>
>
>
>