Application server log files
When you are starting and stopping an application server, a number of log files are generated. After you start or stop an application server, check the log files to ensure that both the application server and the application that runs inside the application server started or stopped successfully.
The application server log files are in the following directory:
- WC_profiledir/logs/server1
- WCDE_installdir/wasprofile/logs/server1
Examine the following log files after you start or stop an application server:
- stopServer.log
- This log file contains messages that are generated when the application server was stopping. The application server is stopped successfully if this log file contains the text, Server server_name stop completed, where server_name is the name of the application server that was stopped.
- SystemErr.log
- This log file contains Java exceptions and stack traces. These exceptions are caught by
enterprise applications and their associated application servers.
An empty SystemErr.log file does not necessarily indicate success since not all error messages that are generated by an application are considered to be error messages by the operating system. You must also examine the contents of the SystemOut.log file.
- SystemOut.log
- This log file contains messages that are generated when the applications running inside the
application server are being started or stopped. This log file does not include error messages -
such messages are in the SystemErr.log file. However, this log file does
include error messages that the operating system does not see as error messages.
Check both this log file and the SystemErr.log file after you start an application server to confirm that the applications inside the application server that start with the server are also started successfully.
- trace.log
- The log file contains the components trace messages while the service is running, if the trace is enabled in the server.
Other log files might appear in the directory but they are not related to the starting and stopping of an application server. For more information about the log files that are displayed in the log files directory, see the message log documentation in the WebSphere Application Server Network Deployment Version 8.5.5 documentation.