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
Loading a process from myExperiment
Hi,
I tried to open a project from myExperiment using the Community Extension.
The process doesn't open and the following exception is thrown:
Regards
Matthias
I tried to open a project from myExperiment using the Community Extension.
The process doesn't open and the following exception is thrown:
Sep 13, 2011 10:07:07 AM com.rapidminer.io.community.MyExperimentConnection openMight there be something wrong on my side? I didn't use this extension for a long time, but it was working for me earlier.
INFO: Downloading workflow from http://www.myexperiment.org/workflows/1724/download/loop_repository__amp__append_data_79565.
Exception in thread "ProgressThread" java.lang.NoSuchMethodError: com.rapid_i.deployment.update.client.ProgressReportingInputStream.<init>(Ljava/io/InputStream;Lcom/rapidminer/tools/ProgressListener;III)V
at com.rapidminer.io.community.MyExperimentConnection.open(MyExperimentConnection.java:338)
at com.rapidminer.gui.community.MyExperimentBrowser$4$1.run(MyExperimentBrowser.java:208)
at com.rapidminer.gui.tools.ProgressThread$2.run(ProgressThread.java:176)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Regards
Matthias
0
Answers
My current setup:
RapidMiner 5.3.005
Community Extension 5.1.000
I've tried both under Ubuntu 12.10 and Win7, the same result. I've also tried running versions 5.2 and 5.3 with Java 6 and Java 7, none of these combinations seems to work. The Java error stack is the following:
Mar 16, 2013 7:21:29 PM com.rapidminer.io.community.MyExperimentConnection open
INFO: Opened zip stream
Exception in thread "ProgressThread" java.lang.ExceptionInInitializerError
at org.freehep.graphicsio.svg.SVGGraphics2D.writeImage(SVGGraphics2D.java:543)
at org.freehep.graphicsio.AbstractVectorGraphicsIO.drawImage(AbstractVectorGraphicsIO.java:481)
at org.freehep.graphicsio.AbstractVectorGraphicsIO.drawImage(AbstractVectorGraphicsIO.java:370)
at javax.swing.ImageIcon.paintIcon(ImageIcon.java:413)
at com.rapidminer.gui.flow.ProcessRenderer.renderOperator(ProcessRenderer.java:1424)
at com.rapidminer.gui.flow.ProcessRenderer.renderSubprocess(ProcessRenderer.java:1163)
at com.rapidminer.gui.flow.ProcessRenderer.render(ProcessRenderer.java:1596)
at com.rapidminer.io.community.MyExperimentWorkflowConverter.streamSVG(MyExperimentWorkflowConverter.java:227)
at com.rapidminer.io.community.MyExperimentWorkflowConverter.makeSVG(MyExperimentWorkflowConverter.java:234)
at com.rapidminer.io.community.MyExperimentWorkflowConverter.streamZip(MyExperimentWorkflowConverter.java:150)
at com.rapidminer.io.community.MyExperimentWorkflowConverter.makeZip(MyExperimentWorkflowConverter.java:132)
at com.rapidminer.io.community.MyExperimentWorkflowConverter.convertProcessToWorkflow(MyExperimentWorkflowConverter.java:82)
at com.rapidminer.gui.community.UploadWorkflowDialog$2.run(UploadWorkflowDialog.java:154)
at com.rapidminer.gui.tools.ProgressThread$2.run(ProgressThread.java:189)
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:722)
Caused by: java.lang.NullPointerException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.freehep.graphics2d.PixelGraphics2D.<clinit>(PixelGraphics2D.java:101)
... 17 more
Mar 16, 2013 7:23:39 PM com.rapidminer.gui.RapidMinerGUI$ShutdownHook run
I
Mikolaj
thanks for reporting. In fact there seems to be a compatibility problem.
We will investigate the issue and release a new version soon.
Best,
Nils
Many thanks,
Radek
the new version of the Community Extension is already ready. But there is a bug in the API of MyExperiment.. Thus we will wait with the release of the new version until this bug is fixed.
Best,
Nils