Error Situation

You get the following error when you start JOE

java: cairo-misc.c:380: _cairo_operator_bounded_by_source: Assertion `NOT_REACHED' failed.

./jobeditor.sh: line 84:  3231 Aborted                 (core dumped) 
"$JAVA_BIN" -classpath "$CP" ${LOG4JPROP} $JAVA_OPTIONS -DSCHEDULER_HOME="$SCHEDULER_HOME" -DSCHEDULER_DATA="$SCHEDULER_DATA" -DSCHEDULER_HOT_FOLDER="$SCHEDULER_HOT_FOLDER" sos.scheduler.editor.app.Editor

 

Solution

  • Rename ./user_bin/jobeditor_environment_variables.sh-example to ./user_bin/jobeditor_environment_variables.sh
  • Edit ./user_bin/jobeditor_environment_variables.sh. Put the following line at the end of the file.
JAVA_OPTIONS=-Dorg.eclipse.swt.internal.gtk.cairoGraphics=false
  • No labels