Seems as the ExporterGEXF does not yet support the export of columns of type time_interval.java.lang.RuntimeException: java.lang.NullPointerException
at org.gephi.desktop.io.export.DesktopExportController$2.run(DesktopExportController.java:107)
at org.gephi.utils.longtask.api.LongTaskExecutor$RunningLongTask.run(LongTaskExecutor.java:251)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.NullPointerException
at org.gephi.io.exporter.plugin.ExporterGEXF.writeAttributes(ExporterGEXF.java:338)
at org.gephi.io.exporter.plugin.ExporterGEXF.writeAttributes(ExporterGEXF.java:310)
...
Statistics:Posted by hbruch — 21 Aug 2014 08:30
I have used the plugin HTTP graph to create a graph and exported it via Gephi to a .gexf file. After importing, it gives the "Java-error" described on 04 august 2014.<?xml version="1.0" encoding="UTF-8"?>
<gexf xmlns="http://www.gexf.net/1.2draft" version="1.2" xmlns:viz="http://www.gexf.net/1.2draft/viz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.gexf.net/1.2draft http://www.gexf.net/1.2draft/gexf.xsd">
<meta lastmodifieddate="2014-08-04">
<creator>Gephi 0.8.1</creator>
<description></description>
</meta>
<graph defaultedgetype="directed" timeformat="double" mode="dynamic">
<attributes class="node" mode="static">
<attribute id="hits" title="hits" type="integer"></attribute>
<attribute id="content-type" title="content-type" type="string"></attribute>
<attribute id="domain" title="domain" type="string"></attribute>
<attribute id="type" title="type" type="string"></attribute>
<attribute id="bytes" title="bytes" type="integer"></attribute>
<attribute id="status code" title="status code" type="integer"></attribute>
</attributes>
<attributes class="node" mode="dynamic">
<attribute id="time_interval" title="time_interval"
Statistics:Posted by MT_OMH — 20 Aug 2014 19:33
Statistics:Posted by hbruch — 04 Aug 2014 21:12
Statistics:Posted by MT_OMH — 04 Aug 2014 15:07