If there is still no topology, follow the
steps below to determine the problem:
- 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
- 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"'
- 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.