Hello,
I’m the sys admin of a cluster and one of our user wants to use brainstorm on it.
We have matlab 2013b and bst 140929.
I have tried to launch matlab without display and
cd brainstorm3
brainstorm nogui
Here is the error message:
BST> Starting Brainstorm:
BST> =================================
Error using java_create (line 36)
Java exception occurred:
java.awt.HeadlessException
at java.awt.GraphicsEnvironment.checkHeadless(Unknown Source)
at java.awt.Window.<init>(Unknown Source)
at java.awt.Frame.<init>(Unknown Source)
at java.awt.Frame.<init>(Unknown Source)
at javax.swing.SwingUtilities$SharedOwnerFrame.<init>(Unknown Source)
at javax.swing.SwingUtilities.getSharedOwnerFrame(Unknown Source)
at javax.swing.JDialog.<init>(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mathworks.jmi.AWTUtilities$Invoker$4$1.call(AWTUtilities.java:502)
at com.mathworks.mvm.context.ThreadContext.callWithContext(ThreadContext.java:105)
at com.mathworks.mvm.context.MvmContext.callWithContext(MvmContext.java:113)
at com.mathworks.jmi.AWTUtilities$Invoker$4.runWithOutput(AWTUtilities.java:499)
at com.mathworks.jmi.AWTUtilities$Invoker$2.watchedRun(AWTUtilities.java:415)
at com.mathworks.jmi.AWTUtilities$WatchedRunnable.run(AWTUtilities.java:376)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Error in bst_splash (line 40)
jSplash = java_create(‘javax.swing.JDialog’, ‘Ljava.awt.Frame;Ljava.lang.String;Z’, [], ‘Brainstorm 3.2’, 0);
Error in bst_startup (line 84)
bst_splash(‘show’);
Error in brainstorm (line 119)
bst_startup(BrainstormHomeDir, 0);
Any clue?
Thanks