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:
- 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.
分享到:
相关推荐
- 容器启动流程:从main方法开始,解析配置文件,初始化各个模块,加载部署描述符,启动网络监听器等。 - 请求处理流程:从接收到HTTP请求到响应的整个过程,涉及Servlet容器如何分发请求,如何创建和管理请求及响应...
若要管理服务器,可以使用内置的管理工具,如`asadmin`命令行工具或通过Web管理控制台(默认端口4848)。 **注意事项:** - 确保Java环境变量(JAVA_HOME)正确设置,因为GlassFish的安装和运行依赖于Java运行时...
- 在应用服务器的管理控制台或通过IDE,启动应用,确保EJB正确部署。 - 使用JNDI查找机制获取Bean实例,然后调用其方法进行测试。 **6. 远程调用与容器服务** EJB3.0提供了多种远程调用方式,如RMI-IIOP、...
之后,你可以通过访问`http://localhost:4848`来验证服务器是否成功启动,并使用默认的管理员账号(User Name: admin, Passwrod: adminadmin)登录控制台。 5. **EJB模块创建** 开始EJB开发前,需要创建一个新的...
2. **启动域**:例如`./asadmin start-domain domain1`,这里的`domain1`是你的GlassFish域。 3. **配置JVM选项**:更改JVM选项以优化OpenSSO性能: - 删除`-client`选项:`./asadmin delete-jvm-options --port ...
4. **更好的管理工具**:提供了一个管理控制台,可以方便地管理应用部署、用户角色和服务器配置。 三、安装与配置 1. **解压**:下载的zip文件解压到您选择的目录,例如 `C:\Program Files\Apache\Tomcat7`。 2. **...
2. **7.0.x版本特点**:7.0.x系列引入了JSP 2.2和Servlet 3.0规范,这些版本提供了诸如异步处理、过滤器链的优化、注解支持等新特性。7.0.92作为该系列的一个稳定版本,主要关注于修复已知的问题,确保系统的可靠性...
它逐渐成为了一个成熟的开发框架,广泛应用于软件开发领域,尤其是随着Eclipse 3.0以及各大主流Java应用服务器(如Oracle的Weblogic、IBM的Websphere和Sun的Glassfish)的支持,OSGI成为了Java模块化标准。...