The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
'Creating Display' fails for Create Assoc Rules process
Legacy User
Member Posts: 0 Newbie
Hi,
I'm doing some text association (4 txt files) where I am first running an FP-Growth process, and then a Create Association Rules process. Process works fine until it gets to creating the display for the association rules. Below is the error:
Error executing background job 'Creating Display':java.lang.NullPointerException
Exception: java.lang.NullPointerException
Message: null
Stack trace:
edu.uci.ics.jung.visualization.DefaultVisualizationModel.setGraphLayout(DefaultVisualizationModel.java:114)
edu.uci.ics.jung.visualization.BasicVisualizationServer.setGraphLayout(BasicVisualizationServer.java:273)
com.rapidminer.gui.graphs.GraphViewer.changeLayout(GraphViewer.java:601)
com.rapidminer.gui.graphs.GraphViewer.render(GraphViewer.java:755)
com.rapidminer.gui.processeditor.results.SingleResultOverview.<init>(SingleResultOverview.java:178)
com.rapidminer.gui.processeditor.results.ProcessExecutionResultOverview.<init>(ProcessExecutionResultOverview.java:167)
com.rapidminer.gui.processeditor.results.ResultOverview.addResults(ResultOverview.java:117)
com.rapidminer.gui.processeditor.results.DockableResultDisplay$4.run(DockableResultDisplay.java:180)
com.rapidminer.gui.tools.ProgressThread$2.run(ProgressThread.java:176)
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
Any ideas would be much appreciated.
Sal
I'm doing some text association (4 txt files) where I am first running an FP-Growth process, and then a Create Association Rules process. Process works fine until it gets to creating the display for the association rules. Below is the error:
Error executing background job 'Creating Display':java.lang.NullPointerException
Exception: java.lang.NullPointerException
Message: null
Stack trace:
edu.uci.ics.jung.visualization.DefaultVisualizationModel.setGraphLayout(DefaultVisualizationModel.java:114)
edu.uci.ics.jung.visualization.BasicVisualizationServer.setGraphLayout(BasicVisualizationServer.java:273)
com.rapidminer.gui.graphs.GraphViewer.changeLayout(GraphViewer.java:601)
com.rapidminer.gui.graphs.GraphViewer.render(GraphViewer.java:755)
com.rapidminer.gui.processeditor.results.SingleResultOverview.<init>(SingleResultOverview.java:178)
com.rapidminer.gui.processeditor.results.ProcessExecutionResultOverview.<init>(ProcessExecutionResultOverview.java:167)
com.rapidminer.gui.processeditor.results.ResultOverview.addResults(ResultOverview.java:117)
com.rapidminer.gui.processeditor.results.DockableResultDisplay$4.run(DockableResultDisplay.java:180)
com.rapidminer.gui.tools.ProgressThread$2.run(ProgressThread.java:176)
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
Any ideas would be much appreciated.
Sal
0