gephi.team team mailing list archive
-
gephi.team team
-
Mailing list archive
-
Message #00011
[Bug 401542] Re: Crash when importing xgmml
Hi,
Which version of Gephi do you use ?
If you used a released version, you probably don’t launch Gephi in the proper way. Don’t execute Gephi from the JAR file but use the gephi.sh script.
If you compiled the sources, you just may have forgotten to link the native libraries in this way : http://gephi.org/community/developer-handbook/howto-set-gephi-in-eclipse/
Regards,
Seb
--
Crash when importing xgmml
https://bugs.launchpad.net/bugs/401542
You received this bug notification because you are a member of Gephi
Team, which is subscribed to Gephi.
Status in Gephi - Network exploration and manipulation: New
Bug description:
Crash when imorting xgmml in MAC OS 10.5.7
I get this error message
Error
Message:
java.lang.UnsatisfiedLinkError: no jogl in java.library.path
Level:
SEVERE
Stack Trace:
no jogl in java.library.path
java.lang.ClassLoader.loadLibrary(ClassLoader.java:1812)
java.lang.Runtime.loadLibrary0(Runtime.java:823)
java.lang.System.loadLibrary(System.java:1047)
com.sun.opengl.impl.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:189)
com.sun.opengl.impl.NativeLibLoader.access$000(NativeLibLoader.java:49)
com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(NativeLibLoader.java:80)
com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.java:103)
com.sun.opengl.impl.NativeLibLoader.access$200(NativeLibLoader.java:49)
com.sun.opengl.impl.NativeLibLoader$1.run(NativeLibLoader.java:111)
java.security.AccessController.doPrivileged(Native Method)
com.sun.opengl.impl.NativeLibLoader.loadCore(NativeLibLoader.java:109)
com.sun.opengl.impl.macosx.MacOSXGLDrawableFactory. (MacOSXGLDrawableFactory.java:53)
java.lang.Class.forName0(Native Method)
java.lang.Class.forName(Class.java:169)
javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:108)
javax.media.opengl.GLJPanel.initialize(GLJPanel.java:900)
javax.media.opengl.GLJPanel.paintComponent(GLJPanel.java:488)
gephi.visualization.swing.GraphPanel$1.paintComponent(GraphPanel.java:46)
javax.swing.JComponent.paint(JComponent.java:1027)
javax.swing.JComponent.paintChildren(JComponent.java:864)
javax.swing.JComponent.paint(JComponent.java:1036)
javax.swing.JComponent._paintImmediately(JComponent.java:5096)
javax.swing.JComponent.paintImmediately(JComponent.java:4880)
javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:829)
javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:714)
javax.swing.RepaintManager.seqPaintDirtyRegions(RepaintManager.java:694)
javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:128)
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
java.awt.EventQueue.dispatchEvent(EventQueue.java:633)
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
References