首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 企业软件 > 行业软件 >

Glassfish 3.0 管理控制台起动非常慢的处理方法

2012-08-07 
Glassfish 3.0 管理控制台启动非常慢的处理方法Admin Console very slow in OGS 3.0.1I installed OGS 3.0

Glassfish 3.0 管理控制台启动非常慢的处理方法

Admin Console very slow in OGS 3.0.1

I installed OGS 3.0.1 for a customer escalation. I accessed the admin console and found that its was terribly slow.

Goggled on the net and landed up with suggestions to reduce this slowness.. If you are experiencing slowness and seeing the following message in your server.log

"Cannot refresh Catalog?: Connection timed out"

Here are the tips to help you?:

1. Add the following option in your domain.xml

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

2. UpdateTool functionality

As Admin Console moved to make use of the OSGi architecture, updatetool functionality is implemented as a plugin module. The application (console) itself shouldn't know what needs to be done in any plugin. So, all you need to do is remove the updatetool plugin module if you don't want any updatetool feature in the console. However, this plugin module is part of the "glassfish-gui" IPS package, and one cannot just remove this particular module. As a workaround for now, just remove console-updatecenter-plugin.jar. You can do this:
  • cd glassfishv3/glassfish
    • mv modules/console-updatecenter-plugin.jar modules/console-updatecenter-plugin.jar.ORIG
      • rm -r domains/domain1/osgi-cache
        • rm -r domains/domain1/generated

          Restart the server.

热点排行