Start of Content Area

Procedure documentation Monitoring and Displaying Log Files Locate the document in its SAP Library structure

You can use the CCMS (transaction RZ20) to monitor log files and have notification sent to you if an error occurs.

You should also regularly display the following log files, to study the messages that are not classified as errors, and to maintain an overview of the processes in the system:

<Directory of the J2EE Installation>/j2ee/cluster/server0/log/system/database.log

                                                                                /security.log

                                                                                /server.log

                                                                  /application/<main applications>.log

Monitoring Log Files with the CCMS

The SAPCCMSR agent with the –J2EE option monitors all of the log files registered with the Logging API for particular specified search patterns and triggers alerts in the CCMS if they occur. The “Log Monitors” are displayed in the CCMS Alert Monitor  and should be regularly checked.

This graphic is explained in the accompanying text

As an administrator, it is in general possible to be informed automatically by the CCMS if alerts occur.

For more information about this, see Structure linkMonitoring J2EE Log Files in the CCMS.

Displaying Log Files with the Log Viewer

All log files that are registered with the Logging API of the J2EE Engine are displayed in the Log Viewer, along with a trace file in which all activated traces are written.

You can see in the Log Viewer in which log files new entries have been made: to do this, open the Log Viewer Service in the Visual Administrator.

Switch from the structure view to the table view (This graphic is explained in the accompanying text) and double-click the header row of the New Records column. The system now displays the log files in which there are new entries.

You can open the files by double-clicking them.

This graphic is explained in the accompanying text

 

For more information about additional functions of the Log Viewer, see the administration manual under Structure linkLog Viewer.

Activating the Logging API Trace:

Logging API traces are activated using the Structure linkLog Configurator Service. There is a trace file for each server and dispatcher, in which all trace data is written. These <Server/Dispatcher>/log/defaultTrace.trc are of the type “ListLog” and you can display them in the Log Viewer.

Searching for Errors Triggered in the Application

You have the following options for searching for and analyzing errors that are not directly triggered in the J2EE Engine, but which are connected to the application or the database:

·        Structure linkApplication Tracing: You can activate and evaluate the Application Trace using the Application Trace Service.

·        Structure linkSingle Activity Trace: The Single Activity Trace is activated from the application (such as EBP or CRM) using its functions. You can then also evaluate it using the Log Viewer.

·        SQL Trace: The SQL Trace can be activated using the Visual Administrator in the Log Configurator Service or using the alias SQLTrace through an HTTP request to the J2EE Engine (such as http://localhost:50000/SQLTrace). You can evaluate the trace either using the Log Viewer or using the alias above; that is, using the Web front end.

·        Analyzing "Java dumps" (Stack Traces in Developer Traces)

Additional Information

For information about using the Log Viewer, see the administration manual under Structure linkLog Viewer.

 

 

Reading Log Files Offline

If the J2EE Engine is not running, you cannot view the log files with the integrated Log Viewer, but must rather use the Standalone Log Viewer. The Standalone Log Viewer is part of the installation of the SAP Web AS (Java) and is in the directory <Directory of the J2EE Installation>/<SysID>/JC<no.>/j2ee/admin/logviewer_standalone.

You must start the Standalone Log Viewer Server on the host on which the J2EE Engine is installed. You can then use the Standalone Log Viewer Client to connect to the Standalone Log Viewer Server and call the log files that you want to view. You can also register the Standalone Log Viewer Server as a service. For information about operating the Standalone Log Viewer, see the administration manual under Structure linkLog Viewer.

 

Note

If you have access to the file system of the host on which the J2EE Engine is installed, you can, of course, also open the log files directly from the file system.

 

 

End of Content Area