Hi,
I seem to not be able to figure out how to start a RW server on a headless machine.
When starting I get this error message
RW SERVER: Fatal error occurred!
java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper
at java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:807)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:886)
at de.jiw.gui.core.Screen.<init>(Screen.java:228)
at pluginapi.manager.PluginGuiManager.initialize(SourceFile:52)
at pluginapi.PluginManager.initialize(SourceFile:76)
at server.Main.e(SourceFile:601)
at server.Main.initApplication(SourceFile:272)
at commons.JIWApplication.initialize(SourceFile:242)
at com.jme3.system.NullContext.initInThread(NullContext.java:87)
at com.jme3.system.NullContext.run(NullContext.java:130)
at java.lang.Thread.run(Thread.java:748)
Java AWT is just for doing graphical stuff, windows and such, isn't it? Is there a way to start the server on a headless machine? I tried passing --headless and --nogui respectively, didn't work.
Apparently, this was not the problem...some digging the webs gave me this; some bug in openjdk?
Server up and running!
But maybe this helps others.