Pages: 1 2 [3]
  Print  
Author Topic: CVS Checkout and Branches  (Read 8319 times)
Simon Fischer
Administrator
Sr. Member
*****
Posts: 422



WWW
« Reply #30 on: September 22, 2010, 09:36:52 AM »

Dear all,

after several years we have finally deleted the old sourceforge "yale" project and renamed it to "rapidminer". This means your SVN repositories, and maybe other paths, are no longer working and must be changed to:

  https://rapidminer.svn.sourceforge.net/svnroot/rapidminer/Vega/

The rest is unchanged.

Best,
Simon
Logged

Simon Fischer
Rapid-I

Want to meet others from the RapidMiner community and share your research and results? Visit http://www.rcomm2011.org
colo
Full Member
***
Posts: 245


« Reply #31 on: April 21, 2011, 10:57:59 AM »

Hi,

it seems there were some changes in revision 313 which made my simple test application stop working. The operator creation this way
Code:
Operator retrieveOperator = OperatorService.createOperator(GetWebpageOperator.class);
doesn't work anymore (complaining about a missing OperatorDescription). Switched back to revision 312 and everything works fine again.

This is the error message:
Code:
com.rapidminer.operator.OperatorCreationException: No operator description object given for 'com.rapidminer.operator.io.web.GetWebpageOperator'
at com.rapidminer.tools.OperatorService.createOperator(OperatorService.java:587)
at ExecuteProcess.createProcess(ExecuteProcess.java:75)
at ExecuteProcess.run(ExecuteProcess.java:105)
at Test$2.actionPerformed(Test.java:108)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

Just for your information - perhaps you might want to check that...

Regards
Matthias
« Last Edit: April 27, 2011, 11:01:40 AM by colo » Logged
Pages: 1 2 [3]
  Print  
 
Jump to: