OGG的Director web hang住的兩種解決方案,directorhang
OGG的Director web hang住的兩種解決方案:
OGG的Director web hang住的解釋:是指web介面能登陸進去,但是看得重新整理日期是很久之前的日期,並且該日期不變化。
OGG的Director web hang住 的情況之一:
參考如下的mos文章:
Director web displaying “Error 500—Internal Server Error”. Domain log has Cannot open paging store. (Doc ID 1304271.1)
Purpose
OGG Director web displaying “Error 500—Internal Server Error” in the event log window.This issue can also result in successful login to Director web but monitored hosts are shown in red. The domain.log in <Director server install>\domain\servers\<host>\logs shows:< Mar 3, 2011 10:24:10 PM CST> <Error> <JMS> <BEA-040123> <Failed to start JMS Server "gg-jms-server" due to weblogic.jms.common.JMSException: weblogic.messaging.kernel.KernelException: Cannot open paging store. Caused By: weblogic.messaging.kernel.KernelException: Cannot open paging store
Troubleshooting Steps
OGG Director server uses WebLogic to host the Director application. Inside the WebLogic domain, WebLogic creates a file based paging store. When weblogic jvm runs low on memory, this is used to page non-persistent messages. Usually, the place is:< weblogic_install>\user_projects\domains\$DomainName\servers\$ServerName\tmp So, for Director environment, it would be< Director_Server_installLocation>\domain\servers\<machine-name>\tmp e.g. <Dir-server-insall>\domain\servers\localhost\tmp The suggested solution is:-1. stop the Director server 2. Take a backup of "tmp" directory:< Dir-server-install>\domains\$DomainName\servers\$ServerName\tmp 3. Delete the tmp directory under< Dir-server-install>\domains\$DomainName\servers\$ServerName\tmp 4. Restart the Director server The tmp directory will automatically be created again when WebLogic needs to cache messages.
OGG的Director web hang住 的情況之二:
參考:OGG Director not purging rows from the repository tables (Doc ID 1348595.1)
也就是 ACONPROCSB, STATSENTRYB, LOGENTRYB and all JMS_* tables 這幾個表太大。做一個定時任務truncate即可。