Comment 10 for bug 689286

Revision history for this message
John Titus (john-titus) wrote :

Just got another Null pointer exception. I was attempting to copy a partitioned graph to a new workspace, hoping it would lead to an eventual work around. I got this error, and was able to pull up the stack trace:

A java.lang.NullPointerException exception has occurred.
However, the system should continue working without further problems.
Click Show Details for the stack trace.

java.lang.NullPointerException
 at org.gephi.graph.dhns.graph.HierarchicalGraphImpl$1.evaluate(HierarchicalGraphImpl.java:55)
 at org.gephi.graph.dhns.graph.HierarchicalGraphImpl$1.evaluate(HierarchicalGraphImpl.java:52)
 at org.gephi.graph.dhns.edge.iterators.EdgeIterator.hasNext(EdgeIterator.java:72)
 at org.gephi.graph.dhns.graph.iterators.EdgeIteratorImpl.hasNext(EdgeIteratorImpl.java:44)
 at org.gephi.visualization.bridge.DHNSDataBridge.updateEdges(DHNSDataBridge.java:198)
 at org.gephi.visualization.bridge.DHNSDataBridge.updateWorld(DHNSDataBridge.java:135)
 at org.gephi.visualization.opengl.compatibility.CompatibilityEngine.updateWorld(CompatibilityEngine.java:181)
 at org.gephi.visualization.opengl.compatibility.CompatibilityScheduler.updateWorld(CompatibilityScheduler.java:285)
[catch] at org.gephi.visualization.scheduler.SimpleFPSAnimator.run(SimpleFPSAnimator.java:58)