This article provides troubleshooting support for a variety of problems relating to using command line tools.
The just-in-time (JIT) compiler is disabled when you start the application server with Software Developer Kit (SDK) DEBUG enabled on a Red Hat Linux® machine, even though JIT is set to enabled. To verify this setting, check the SystemOut.log or the startServer.log file.
Use the administrative console to remove the following DEBUG options of the Java™ process definition. -Xdebug -Xnoagent
For more information, see the V6.0 Information Center Release Notes page.
startServer.sh webserver1 -nowait
stopServer.sh webserver1 -nowait
When attempting to start an already-started server from the command line, there is no indication that the server is already started and running. When running startManager.bat on Windows® the following output is displayed before the command returns:
ADMU7701I: Because dmgr is registered to run as a Windows Service, the request to start this server will be completed by starting the associated Windows Service.
When running startServer.bat, the following output is displayed before the command returns:
ADMU7701I: Because server1 is registered to run as a Windows Service, the request to start this server will be completed by starting the associated Windows Service.
To check if the server is started or if the service is running, use the serverStatus server name command.
Or
wsadmin -host <host_name> -port <connector_port> -conntype [SOAP | RMI ] -user <user ID> -password <password>
serverMBean = AdminControl.completeObjectName("*,type=Server") AdminControl.invoke(serverMBean, "stop")
If none of these steps fixes your problem, check to see if the problem has been identified and documented by looking at the available online support (hints and tips, technotes, and fixes). If you don't find your problem listed there contact IBM support.