Categories

Versions

You are viewing the RapidMiner Legacy documentation for version 9.9 -Check here for latest version

Error Logs

RapidMiner Server maintains three types of logs that track activity. You can refer to these logs if the platform, a process or a job agent encounters an error:

  • RapidMiner Server logsrecord activity related to platform operations. This includes startup processes, changes to settings, database accesses, etc. Any operations error is written to the RapidMiner Server log file.
  • 流程执行日志record the status of process execution.
  • Job Agent logsrecord the status of Job Agents.

Viewing RapidMiner Server logs

RapidMiner Server stores its operational log files in the/logsubfolder of yourRapidMiner Server home directory. You can open the files with a text editor or view them using the web interface.

Viewing log files with a text editor

Using any text editor, open the file for the day you are interested in. The file for the current day is calledserver.log. File names for previous days are in the formatserver.log. .

Each line of the file is preceded with a time stamp to help locate the relevant information.

Viewing log files in the web interface

To view log files from the web interface:

  1. Click onAdministration > System Informationto open theSystem Informationwindow.

  2. Select theServer logstab.

  3. The file for the current day,server.log, is preselected. To see previous logs, select the date you are interested in from the pull-down menu:

Viewing process execution logs

A process execution log file is available for each process execution on RapidMiner Server. You can view all process execution logs in the web interface of RapidMiner Server. The logs include both successful and failed processes.

Viewing process execution logs from the web interface

You can view process execution logs from the web interface of RapidMiner Server. To do so, openProcesses > Executions. All processes that are either scheduled for execution or already executed on the RapidMiner Server instance are listed:

The listing provides anActionscolumn which has aView detailsbutton which will open up a new tab in your browser with the details of your process execution. On the top you can see general information about the process execution, on the bottom you can find the logs of the process.

If you had an error while running the process you will get anErrorsection on the Process Execution Details page:

Viewing process execution logs from RapidMiner Studio

In RapidMiner Studio, useView > Show Panel > Server Monitorto open the list of servers panel. From there you can open up the web interface by clicking theShow Execution in Browserbutton or by right clicking the server and clickingShow Execution in Browser.

Viewing Job Container logs

You can view the logs of a Job Container from the Job Agent folder underjobs//execution.log.