An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Error executing background job 'Creating Display'java.lang.IndexOutOfBoundsException: Index 0, Size: 0Exception: java.lang.IndexOutOfBoundsExceptionMessage: Index: 0, Size: 0Stack trace: java.util.LinkedList.entry(LinkedList.java:365) java.util.LinkedList.get(LinkedList.java:315) com.rapidminer.gui.renderer.RendererService.getName(RendererService.java:298) com.rapidminer.gui.processeditor.results.ResultTab.createComponent(ResultTab.java:143) com.rapidminer.gui.processeditor.results.ResultTab.showResult(ResultTab.java:116) com.rapidminer.gui.processeditor.results.DockableResultDisplay.showResultNow(DockableResultDisplay.java:226) com.rapidminer.gui.processeditor.results.DockableResultDisplay.access$200(DockableResultDisplay.java:78) com.rapidminer.gui.processeditor.results.DockableResultDisplay$5.run(DockableResultDisplay.java:212) com.rapidminer.gui.tools.ProgressThread$2.run(ProgressThread.java:177) java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) java.lang.Thread.run(Thread.java:662)
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.2.000"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.2.000" expanded="true" name="Process"> <process expanded="true" height="640" width="748"> <operator activated="true" class="generate_nominal_data" compatibility="5.2.000" expanded="true" height="60" name="Generate Nominal Data" width="90" x="31" y="119"> <parameter key="number_examples" value="10"/> </operator> <operator activated="true" class="generate_id" compatibility="5.2.000" expanded="true" height="76" name="Generate ID" width="90" x="179" y="120"/> <operator activated="true" class="nominal_to_binominal" compatibility="5.2.000" expanded="true" height="94" name="Nominal to Binominal" width="90" x="313" y="120"/> <operator activated="true" class="generalized_sequential_patterns" compatibility="5.2.000" expanded="true" height="76" name="GSP" width="90" x="447" y="120"> <parameter key="customer_id" value="label"/> <parameter key="time_attribute" value="id"/> <parameter key="window_size" value="1.0"/> <parameter key="max_gap" value="1.0"/> <parameter key="min_gap" value="0.0"/> </operator> <connect from_op="Generate Nominal Data" from_port="output" to_op="Generate ID" to_port="example set input"/> <connect from_op="Generate ID" from_port="example set output" to_op="Nominal to Binominal" to_port="example set input"/> <connect from_op="Nominal to Binominal" from_port="example set output" to_op="GSP" to_port="example set"/> <connect from_op="GSP" from_port="example set" to_port="result 1"/> <connect from_op="GSP" from_port="patterns" to_port="result 2"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> <portSpacing port="sink_result 2" spacing="0"/> <portSpacing port="sink_result 3" spacing="0"/> </process> </operator></process>
Feb 10, 2012 9:58:34 AM INFO: No filename given for result file, using stdout for logging results!Feb 10, 2012 9:58:34 AM INFO: Process startsFeb 10, 2012 9:58:34 AM INFO: Loading initial data.Feb 10, 2012 9:58:34 AM WARNING: Found only 2.0 sequences. Together with the small minimal support, this could result in very many patterns and a long calculation time.Feb 10, 2012 9:58:34 AM INFO: Generating Candidates of length 1Feb 10, 2012 9:58:34 AM INFO: Generated 190 candidatesFeb 10, 2012 9:58:34 AM INFO: Building Hashtree for counting candidates of length 2Feb 10, 2012 9:58:34 AM INFO: Counting supporting sequences for candidates of length 2Feb 10, 2012 9:58:34 AM INFO: Filtered Candidates. Remaining: 46Feb 10, 2012 9:58:34 AM INFO: Generating Candidates of length 2Feb 10, 2012 9:58:34 AM INFO: Generated 138 candidatesFeb 10, 2012 9:58:34 AM INFO: Building Hashtree for counting candidates of length 3Feb 10, 2012 9:58:34 AM INFO: Counting supporting sequences for candidates of length 3Feb 10, 2012 9:58:34 AM INFO: Filtered Candidates. Remaining: 35Feb 10, 2012 9:58:34 AM INFO: Generating Candidates of length 3Feb 10, 2012 9:58:34 AM INFO: Generated 14 candidatesFeb 10, 2012 9:58:34 AM INFO: Building Hashtree for counting candidates of length 4Feb 10, 2012 9:58:34 AM INFO: Counting supporting sequences for candidates of length 4Feb 10, 2012 9:58:34 AM INFO: Filtered Candidates. Remaining: 14Feb 10, 2012 9:58:34 AM INFO: Generating Candidates of length 4Feb 10, 2012 9:58:34 AM INFO: Generated 2 candidatesFeb 10, 2012 9:58:34 AM INFO: Building Hashtree for counting candidates of length 5Feb 10, 2012 9:58:34 AM INFO: Counting supporting sequences for candidates of length 5Feb 10, 2012 9:58:34 AM INFO: Filtered Candidates. Remaining: 2Feb 10, 2012 9:58:34 AM INFO: Generating Candidates of length 5Feb 10, 2012 9:58:34 AM INFO: Generated 0 candidatesFeb 10, 2012 9:58:34 AM INFO: Saving results.Feb 10, 2012 9:58:34 AM INFO: Process finished successfully after 0 sFeb 10, 2012 9:58:34 AM WARNING: Error executing background job 'Creating Display': java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
Nils wrote:Okay, I ran the process with the 5.2 release and now I got the same error. But with the current SVN versionthe error is gone. Someone must already have fixed the problem ;DI should be gone with the next bugfix release...Greetings,Nils