gephi.team team mailing list archive
-
gephi.team team
-
Mailing list archive
-
Message #00133
[Bug 545993] [NEW] NullPointerException at org.gephi.visualization.opengl.text.TextModel.writeXML
Public bug reported:
Way to reproduce
Stack trace:
java.lang.NullPointerException
at org.gephi.visualization.opengl.text.TextModel.writeXML(TextModel.java:387)
at org.gephi.visualization.VizModel.writeXML(VizModel.java:486)
at org.gephi.visualization.VizModelPersistenceProvider.writeXML(VizModelPersistenceProvider.java:39)
at org.gephi.project.io.GephiWriter.writeWorkspaceChildren(GephiWriter.java:167)
at org.gephi.project.io.GephiWriter.writeWorkspace(GephiWriter.java:158)
at org.gephi.project.io.GephiWriter.writeProject(GephiWriter.java:138)
at org.gephi.project.io.GephiWriter.writeAll(GephiWriter.java:80)
at org.gephi.project.io.SaveTask.run(SaveTask.java:95)
at org.gephi.utils.longtask.api.LongTaskExecutor$RunningLongTask.run(LongTaskExecutor.java:228)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:637)
** Affects: gephi
Importance: Low
Assignee: Mathieu Bastian (mathieu.bastian)
Status: Incomplete
** Affects: gephi/0.7
Importance: Low
Status: Incomplete
** Tags: project
** Changed in: gephi
Milestone: None => 0.7alpha2
** Also affects: gephi/0.7
Importance: Undecided
Status: New
** Changed in: gephi/0.7
Status: New => Incomplete
** Changed in: gephi/0.7
Importance: Undecided => Low
--
NullPointerException at org.gephi.visualization.opengl.text.TextModel.writeXML
https://bugs.launchpad.net/bugs/545993
You received this bug notification because you are a member of Gephi
Team, which is subscribed to 0.7.
Status in Gephi - Network exploration and manipulation: Incomplete
Status in Gephi 0.7 series: Incomplete
Bug description:
Way to reproduce
Stack trace:
java.lang.NullPointerException
at org.gephi.visualization.opengl.text.TextModel.writeXML(TextModel.java:387)
at org.gephi.visualization.VizModel.writeXML(VizModel.java:486)
at org.gephi.visualization.VizModelPersistenceProvider.writeXML(VizModelPersistenceProvider.java:39)
at org.gephi.project.io.GephiWriter.writeWorkspaceChildren(GephiWriter.java:167)
at org.gephi.project.io.GephiWriter.writeWorkspace(GephiWriter.java:158)
at org.gephi.project.io.GephiWriter.writeProject(GephiWriter.java:138)
at org.gephi.project.io.GephiWriter.writeAll(GephiWriter.java:80)
at org.gephi.project.io.SaveTask.run(SaveTask.java:95)
at org.gephi.utils.longtask.api.LongTaskExecutor$RunningLongTask.run(LongTaskExecutor.java:228)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:637)
Follow ups
References