I would like know what is the solution for this problem. Thank you!! El jueves, 9 de mayo de 2013 18:48:32 UTC-3, Michael Hunger escribió: > > Gabe, > > Thanks for reporting. > > I try to work with the Gephi team to figure that out, stay tuned. > > Michael > > Am 09.05.2013 um 18:00 schrieb Gabriel Bassett: > > While attempting to import a database from Neo4j to Gephi, I get the > following error: > > java.lang.ClassCastException: java.lang.String cannot be cast to > java.lang.Long > at > org.gephi.neo4j.plugin.impl.Neo4jDelegateProviderImpl.getNodeAttributeValue(Neo4jDelegateProviderImpl.java:37) > at > org.gephi.data.attributes.AttributeValueImpl.getValue(AttributeValueImpl.java:81) > at > org.gephi.data.attributes.AttributeValueImpl.equals(AttributeValueImpl.java:103) > at > org.gephi.data.attributes.AttributeRowImpl.setValue(AttributeRowImpl.java:153) > at > org.gephi.data.attributes.AttributeRowImpl.setValue(AttributeRowImpl.java:141) > at > org.gephi.data.attributes.AttributeRowImpl.setValue(AttributeRowImpl.java:128) > at > org.gephi.data.attributes.AttributeRowImpl.setValue(AttributeRowImpl.java:110) > at > org.gephi.neo4j.plugin.impl.GraphModelImportConverter.fillGephiNodeDataWithNeoNodeData(GraphModelImportConverter.java:160) > at > org.gephi.neo4j.plugin.impl.GraphModelImportConverter.createGephiNodeFromNeoNode(GraphModelImportConverter.java:135) > at > org.gephi.neo4j.plugin.impl.Neo4jImporterImpl.processNode(Neo4jImporterImpl.java:181) > at > org.gephi.neo4j.plugin.impl.Neo4jImporterImpl.importNodes(Neo4jImporterImpl.java:175) > at > org.gephi.neo4j.plugin.impl.Neo4jImporterImpl.importGraph(Neo4jImporterImpl.java:153) > at > org.gephi.neo4j.plugin.impl.Neo4jImporterImpl.doImport(Neo4jImporterImpl.java:137) > at > org.gephi.neo4j.plugin.impl.Neo4jImporterImpl.importDatabase(Neo4jImporterImpl.java:131) > at > org.gephi.neo4j.plugin.impl.Neo4jImporterImpl.importDatabase(Neo4jImporterImpl.java:77) > at > org.gephi.desktop.neo4j.Neo4jMenuAction$FullImportMenuAction$1.run(Neo4jMenuAction.java:238) > [catch] at > org.gephi.utils.longtask.api.LongTaskExecutor$RunningLongTask.run(LongTaskExecutor.java:251) > 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.runWorker(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) > > The database was generated by importing a CVS file of network devices into > neo4j with a python script. I then copied the database off the linux VM to > a shared directory where my windows gephi install could access it. > > Please let me know know if you have any other questions. The database is > about 10,000 nodes and 12,000 edges. > > Gabe > @gdbassett > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/groups/opt_out. > > > > >
-- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
