Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception with no-merge strategy in some cases. Incompatible edge should not be created #1802

Closed
eduramiba opened this issue Sep 30, 2017 · 1 comment

Comments

@eduramiba
Copy link
Member

java.lang.IllegalArgumentException: An directed edge already exists
	at org.gephi.graph.impl.EdgeStore.checkUndirectedNotExist(EdgeStore.java:1002)
	at org.gephi.graph.impl.EdgeStore.add(EdgeStore.java:546)
	at org.gephi.graph.impl.GraphStore.addEdge(GraphStore.java:163)
	at org.gephi.io.processor.plugin.DefaultProcessor.process(DefaultProcessor.java:269)
	at org.gephi.io.processor.plugin.DefaultProcessor.process(DefaultProcessor.java:105)
	at org.gephi.io.importer.impl.ImportControllerImpl.process(ImportControllerImpl.java:331)
	at org.gephi.desktop.importer.DesktopImportControllerUI.finishImport(DesktopImportControllerUI.java:585)
	at org.gephi.desktop.importer.DesktopImportControllerUI.access$000(DesktopImportControllerUI.java:106)
	at org.gephi.desktop.importer.DesktopImportControllerUI$3.run(DesktopImportControllerUI.java:307)
[catch] at org.gephi.utils.longtask.api.LongTaskExecutor$RunningLongTask.run(LongTaskExecutor.java:274)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
@eduramiba eduramiba self-assigned this Sep 30, 2017
@eduramiba eduramiba added this to the 0.9.3 milestone Sep 30, 2017
eduramiba added a commit that referenced this issue Nov 18, 2017
Based on commit 6634da3

#1516 Edge labels not retained on graphml export
#1788 GephiFormatException: Gephi failed saving the project.
#1789 NullPointerException: The fileObject parameter cannot be null
#1802 Exception with no-merge strategy in some cases. Incompatible edge should not be created
#1810 GephiFormatException can cause ArrayIndexOutOfBoundsException: 0
#1811 NullPointerException on EdgeTypeFilter
#1812 CSV files are no longer imported correctly when double quotes inside strings are delimited with backslashes
#1815 Add support of Byte Order Mark to CSV parser
#1840 Import of graphml still confuses d3 and label fields
#1848 Import CSV error edges: force undirected makes edges disappear when merged
@pwichmann
Copy link

This still exists, it seems.

[SEVERE]  
java.lang.IllegalArgumentException: An directed edge already exists
	at org.gephi.graph.impl.EdgeStore.checkUndirectedNotExist(EdgeStore.java:1002)
	at org.gephi.graph.impl.EdgeStore.add(EdgeStore.java:546)
	at org.gephi.graph.impl.GraphStore.addEdge(GraphStore.java:163)
	at org.gephi.io.processor.plugin.DefaultProcessor.process(DefaultProcessor.java:269)
	at org.gephi.io.processor.plugin.DefaultProcessor.process(DefaultProcessor.java:105)
	at org.gephi.io.importer.impl.ImportControllerImpl.process(ImportControllerImpl.java:331)
	at org.gephi.desktop.importer.DesktopImportControllerUI.finishImport(DesktopImportControllerUI.java:585)
	at org.gephi.desktop.importer.DesktopImportControllerUI.access$000(DesktopImportControllerUI.java:106)
	at org.gephi.desktop.importer.DesktopImportControllerUI$3.run(DesktopImportControllerUI.java:307)
	at org.gephi.utils.longtask.api.LongTaskExecutor$RunningLongTask.run(LongTaskExecutor.java:274)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants