Topology tree disappears with Oracle repository
 Technote (FAQ)
 
Problem
After stopping and starting the Admin Server service, the topology tree disappears from the Administrative Console. This may occur after any event which requires you to restart the Admin Server process, including upgrading an Application Server, upgrading the PTF level, or restoring the repository database from a back-up.
 
Solution
Perform the following steps:
  1. Close the Administrative Console, then stop the Admin Server. Ensure no JAVA processes are running.

  2. In the init<ORACLE_SID>.ora file you need to append the following line:

    open_cursors = 200

    (where <ORACLE_SID> is the name of Oracle instance where WebSphere repository resides).

  3. Save your changes and restart the Admin Server then open the Administrative Console.
If there is still no topology, follow the steps below to determine the problem:

  1. Add the following two lines in the admin.config:

    com.ibm.ejs.sm.adminServer.traceString=com.ibm.ejs.sm.*=all=enabled
    com.ibm.ejs.sm.adminServer.traceOutput=Install_Root /logs/Admin.trace

  2. Add the following line before running EJSConsole in the Admin Console start file.

    Edit the adminclient.sh for UNIX environments.
    Edit the adminclient.bat for Windows environments.

    DEBUGOPTS='-traceString "com.ibm.ejs.sm.*=all=enabled"'

  3. Start the console by typing:

    UNIX environments:
    host> adminclient.sh > Install_Root /logs/Console.trace 2>&1

    Windows environments:
    host> adminclient.bat > Install_Root /logs/Console.trace 2>&1

where Install_Root is the directory where WebSphere Application Server is installed.

Send the Console.trace file and Admin.trace file from the logs directory.
 
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > Servlet Engine/Web Container
Operating system(s): HP-UX
Software version: 4.0
Software edition:
Reference #: 1000056
IBM Group: Software Group
Modified date: Mar 27, 2005