Unable To Access OGG Director Web: Error-404 (文档 ID 1527182.1)

来源:互联网 发布:sql server入门到精通 编辑:程序博客网 时间:2024/05/18 03:35

APPLIES TO:

Management Pack for Oracle GoldenGate - Version 11.2.1.0.0 and later
Information in this document applies to any platform.

SYMPTOMS

Unable to access Director web.  When attempted to connect to GG Director on web url, http://<hostname>:7001/acon, we get Error-404.  We can access Weblogic console at http://<hostname>:7001/console

The domain.log shows:

####<Jan 23, 2013 3:23:01 PM PST> <Error> <Deployer> <lvn-bi-qagg01.abcnei.net> <lv-snp-devdbtools20.abcnei.net> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1358983381116> <BEA-149231> <Unable to set the activation state to true for the application 'gdsc-server'.
weblogic.transaction.internal.TimedOutException: Transaction timed out after 59 seconds

CAUSE

 There can be 2 causes to this problem:

1. the Director repository work tables have a corrupted row or too many rows

2. weblogic server connection pool wasn't available and reached maximum limit.

SOLUTION

 To resolve,

For issue 1:

1. Stop the Director server
2. Go into the Director database repository and delete all the rows from ACONPROCSB, LOGENTRYB, STATSENTRYB and all JMS_* tables.  Note that you may not have JMS tables in the Director schema.  They are created dynamically when needed by Director.
3. Rename domain.log

4. Restart the Director server


Director will recreate the entries in these purged tables as it receives updates from the monitored hosts.  This will not affect any configuration tables.

For issue 2:

increase the connection pool in the Director console.

1. After attempting to start Director server, the console should be running.  Logon to http://<director server host>:<http port>/console/

ie: http://zeus.us.oracle.com:7001/console/

2. Logon using the default userid weblogic password weblogic

3. Navigate to:  DataSources -> ggds-datasource -> Connection Pool -> Maximum Capacity.

4. Increase the connection pool from default 15 to 30 in weblogic console and save the change.  This may have to be increased higher in some environments.

5. The stop Director server,  Rename domain.log and restart Director server.

阅读全文
0 0
原创粉丝点击