Spark crashes when starting

Hi!

when starting Spark, the following happens:

root@…:/opt # /opt/Spark/starter
Preparing JRE …
root@…:/opt # /opt/Spark/Spark
ls: cannot access /opt/Spark/lib/windows: No such file or directory
java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock’ failed.
/opt/Spark/Spark: line 301: 5893 Aborted “$app_java_home/bin/java” -client -Dinstall4j.jvmDir="$app_java_home" -Dexe4j.moduleName="$prg_dir/$progname" “-Dappdir=$prg_dir/” -Dsun.java2d.noddraw=true “-Djava.library.path=$prg_dir/\lib\windows” $INSTALL4J_ADD_VM_PARAMS -classpath “$local_classpath” com.install4j.runtime.Launcher launch org.jivesoftware.launcher.Startup true false “$prg_dir/logs/error.log” “$prg_dir/logs/output.log” true true false “” true true 0 0 “” 20 20 “Arial” “0,0,0” 8 500 “version 2.5.8” 20 40 “Arial” “0,0,0” 8 500 -1 “$@”

any idea?

Thanks,

Michael

not sure if it is related but I have just spent a day solving an issue where installing from the MSI causes the incorrect permissions to exist on the lib folder… Adding full control for the users group to the spark folder and all children fixes it, or spark and lib folder directly…