If you log in
with your developerWorks ID, you can leave comments and feedback for the development team.
| Component |
Systems Management |
| Software Version |
6.1 |
Problem
The startOgServer.bat/sh command hangs when starting an ObjectGrid server process in a WebSphere environment.
When attempting to start a server or container in a WebSphere environment, where WebSphere Extended Deployment Data Grid v6.1 is installed on top of WebSphere Application Server, the startOgServer.bat or startOgServer.bat script may appear to hang after logging message:
CWOBJ2514I: Waiting for ObjectGrid server activation to complete.
After 3 minutes, the following message will be logged:
CWOBJ2509E: Timed out after waiting 180 seconds for the server to start.
Cause
ObjectGrid was inadvertently disabling all of message logging and tracing when no trace specification was provided.
Workaround
There are two workarounds for this problem:
- Enable trace using the -traceSpec argument with any valid or invalid component or group specification. For example: startOgServer.sh catalogServer -traceSpec *=all=disabled
- Use a standalone Data Grid installation (non-WebSphere installation).
Solution
Apply ObjectGrid cumulative intermediate fix 3.
© Copyright IBM Corporation 2007,2010. All Rights Reserved.