Correcting the WebSphere Application Server start error
The WebSphere® Application Server must be running to allow IBM® Security Identity Manager deployment and configuration to occur. The IBM Security Identity Manager installation program verifies the status of the WebSphere Application Server. If the WebSphere Application Server is not running, the installation program attempts to start the WebSphere Application Server.
Before you begin
About this task
If an error occurs:
Procedure
Do either of these steps:
- Quit the installation program and complete these steps:
- Resolve the problem that prevents starting the WebSphere Application Server.
- Manually delete all files in the ISIM_HOME directory.
- Run the installation program again.
- Continue the installation program after you ensure that you
can manually start and stop the WebSphere Application Server without error. Complete these steps:
- Stop the WebSphere Application Server:
- Windows operating systems
WAS_PROFILE_HOME\bin\stopServer.bat servername
- UNIX or Linux operating systems
WAS_PROFILE_HOME/bin/stopServer.sh servername
- Windows operating systems
- Start the WebSphere Application Server:
- Windows operating systems
WAS_PROFILE_HOME\bin\startServer.bat servername
- UNIX or Linux operating systems
WAS_PROFILE_HOME/bin/startServer.sh servername
- Windows operating systems
- Stop the WebSphere Application Server: