Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "StatET/R Console"

(Error File 'hs_err_pid')
Line 14: Line 14:
 
=== Error File 'hs_err_pid' ===
 
=== Error File 'hs_err_pid' ===
  
If a Java-based R console crashes, search for a file named <code>hs_err_pid*</code> which is usually created by the Java VM at the time of the crash.
+
If a Java-based R console crashes, it usually generates a text file with information about error and the last state of the process. Most common VM name the file <code>hs_err_pid*</code>, search for this file. Sometimes there is also a reference to the file printed to the [[#Error_Log_Console] Error Log Console].
  
 +
If you cannot find the file, check the documentation of your Java VM how to enable generation of error files and how the file is named.
  
 
[[Category:StatET]]
 
[[Category:StatET]]

Revision as of 12:56, 14 October 2019

Troubleshooting

Error Log Console

If the start of the R console fails or an error occurs while using the console, you can enable the additional error log console:

  1. Open the launch configuration of the R console
  2. In the tab "Common", enable "Allocate console"/"Allocate additional Error Log Consoles"

Statet r-console configure error-log.png

You get one or two additional console pages showing debug information.

Error File 'hs_err_pid'

If a Java-based R console crashes, it usually generates a text file with information about error and the last state of the process. Most common VM name the file hs_err_pid*, search for this file. Sometimes there is also a reference to the file printed to the [[#Error_Log_Console] Error Log Console].

If you cannot find the file, check the documentation of your Java VM how to enable generation of error files and how the file is named.

Back to the top