← Back to team overview

gephi.team team mailing list archive

[Bug 622154] Re: NullPointerException on saving project

 

Fix in rev 1956

** Also affects: gephi/0.7
   Importance: Undecided
       Status: New

** Changed in: gephi
    Milestone: None => 0.7beta

** Changed in: gephi/0.7
       Status: New => Fix Committed

** Changed in: gephi
       Status: Confirmed => Fix Committed

** Changed in: gephi/0.7
   Importance: Undecided => Low

-- 
NullPointerException on saving project
https://bugs.launchpad.net/bugs/622154
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: Fix Committed
Status in Gephi 0.7 series: Fix Committed

Bug description:
Stack trace:

java.lang.NullPointerException
	at org.gephi.layout.LayoutModelImpl.writeXML(LayoutModelImpl.java:227)
	at org.gephi.layout.LayoutModelPersistenceProvider.writeXML(LayoutModelPersistenceProvider.java:23)
	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:91)
	at org.gephi.desktop.project.ProjectControllerUIImpl$3.run(ProjectControllerUIImpl.java:98)
	at org.gephi.utils.longtask.api.LongTaskExecutor$RunningLongTask.run(LongTaskExecutor.java:228)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)