Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

StatET/R Console

Revision as of 04:31, 14 October 2019 by Sw.wahlbrink.eu (Talk | contribs)

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, search for a file named hs_err_pid* created by the Java VM at the time of the crash.

Back to the top