gephi.team team mailing list archive
-
gephi.team team
-
Mailing list archive
-
Message #00733
[Bug 654030] Re: NullPointerException on importing CSV data in Data Laboratory
Attached is the edges CSV file (zipped) that I'm trying to import (data
on Twitter @replies, extracted from a public Twapperkeeper archive).
Gephi chokes on the import after some time (never at the same place, it
seems), and throws up the error; after that, it's possible in the Data
Laboratory to find out where it finished (i.e. what the last imported
edge was - the one with the highest edge ID).
It's also possible to continue the import if you remove the already
imported edges from the CSV, and import the new truncated file. With the
attached CSV, I had to repeat that process more than half a dozen times
to import all the edges...
Hope that helps...
Axel
** Attachment added: "spill-edgetimeline.zip"
https://bugs.launchpad.net/gephi/+bug/654030/+attachment/1670233/+files/spill-edgetimeline.zip
--
NullPointerException on importing CSV data in Data Laboratory
https://bugs.launchpad.net/bugs/654030
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: Confirmed
Status in Gephi 0.7 series: Confirmed
Bug description:
Graph API throws NPE because source or target is null
Stack trace:
java.lang.NullPointerException
at org.gephi.graph.dhns.core.GraphFactoryImpl.newEdge(GraphFactoryImpl.java:128)
at org.gephi.graph.dhns.core.GraphFactoryImpl.newEdge(GraphFactoryImpl.java:123)
at org.gephi.graph.dhns.core.GraphFactoryImpl.newEdge(GraphFactoryImpl.java:47)
at org.gephi.datalab.impl.GraphElementsControllerImpl.buildEdge(GraphElementsControllerImpl.java:431)
at org.gephi.datalab.impl.GraphElementsControllerImpl.createEdge(GraphElementsControllerImpl.java:89)
at org.gephi.datalab.impl.AttributeColumnsControllerImpl.importCSVToEdgesTable(AttributeColumnsControllerImpl.java:597)
at org.gephi.datalab.plugin.manipulators.general.ui.ImportCSVUIWizardAction.performAction(ImportCSVUIWizardAction.java:85)
at org.gephi.datalab.plugin.manipulators.general.ImportCSV.execute(ImportCSV.java:40)
References