Pages: [1]
  Print  
Author Topic: Paren - Automatic System Construction again [SOLVED]  (Read 754 times)
aws
Newbie
*
Posts: 10


« on: May 11, 2012, 01:30:52 PM »

Good afternoon,

unfortunately, I have to return to a topic that has already been discussed. Working on MacOS Lion with RM 5.2.003 and PaREn 5.1.001, I am facing the same problem like siamak_want in thread http://rapid-i.com/rapidforum/index.php/topic,4777.msg17296.html#msg17296:

Quote
when you run the PaREn, you will see an empty "Error" dialog box with just a close button. And the PaREn does not work at all. If you press the close button, PaREEn will be closed!!!

cbwg has reported this behavior as a bug http://bugs.rapid-i.com/show_bug.cgi?id=1063 that, then again, is a duplicate of the solved bug http://bugs.rapid-i.com/show_bug.cgi?id=1056.

I downloaded RM 5.1.017. PaREn 5.1.001 works fine with this old version. It seems that the bug has not been fixed or the bug did not cause the problem.

I am thankful for any comments.

Best regards,
  Alex
« Last Edit: May 16, 2012, 06:22:52 PM by aws » Logged
Nils
Administrator
Sr. Member
*****
Posts: 334


« Reply #1 on: May 14, 2012, 09:29:54 AM »

Hi,

with the latest version you have this bug should have been fixed. Can you please start RapidMiner via command line and have a look at the messages that will be shown when you start Paren?

Best,
Nils
« Last Edit: May 14, 2012, 09:36:43 AM by Nils » Logged

Please add [SOLVED] to the topic title when your problem has been solved! (do so by editing the first post in the thread and modifying the title)
aws
Newbie
*
Posts: 10


« Reply #2 on: May 14, 2012, 03:43:29 PM »

Good afternoon,

thanks for your reply. Here are the terminal messages from the start of RM to the empty error box in the second step of PaREn:

Code:
14.05.2012 16:36:06 com.rapidminer.tools.ParameterService init
INFO: Reading configuration resource com/rapidminer/resources/rapidminerrc.
14.05.2012 16:36:06 com.rapidminer.tools.I18N <clinit>
INFO: Set locale to en.
14.05.2012 16:36:06 com.rapid_i.Launcher ensureRapidMinerHomeSet
INFO: Property rapidminer.home is not set. Guessing.
14.05.2012 16:36:06 com.rapid_i.Launcher ensureRapidMinerHomeSet
INFO: Trying parent directory of '/Applications/rapidminer/lib/rapidminer.jar'...gotcha!
14.05.2012 16:36:06 com.rapidminer.RapidMiner performFirstInitialization
INFO: Performing upgrade from version 5.1.017 to version 5.2.003
May 14 16:36:06 java[5134] <Error>: CGContextGetCTM: invalid context 0x0
May 14 16:36:06 java[5134] <Error>: CGContextSetBaseCTM: invalid context 0x0
May 14 16:36:06 java[5134] <Error>: CGContextGetCTM: invalid context 0x0
May 14 16:36:06 java[5134] <Error>: CGContextSetBaseCTM: invalid context 0x0
14.05.2012 16:36:08 com.rapidminer.parameter.ParameterTypePassword decryptPassword
WARNING: Password in XML file looks like unencrypted plain text.
14.05.2012 16:36:10 com.rapidminer.tools.jdbc.JDBCProperties <init>
WARNING: Missing database driver class name for 'ODBC Bridge (e.g. Access)'
14.05.2012 16:36:10 com.rapidminer.tools.jdbc.JDBCProperties registerDrivers
INFO: JDBC driver ca.ingres.jdbc.IngresDriver not found. Probably the driver is not installed.
14.05.2012 16:36:10 com.rapidminer.tools.jdbc.JDBCProperties registerDrivers
INFO: JDBC driver oracle.jdbc.driver.OracleDriver not found. Probably the driver is not installed.
initGui(MainFrame mainFrame)
May 14 16:36:11 java[5134] <Error>: CGContextGetCTM: invalid context 0x0
May 14 16:36:11 java[5134] <Error>: CGContextSetBaseCTM: invalid context 0x0
May 14 16:36:11 java[5134] <Error>: CGContextGetCTM: invalid context 0x0
May 14 16:36:11 java[5134] <Error>: CGContextSetBaseCTM: invalid context 0x0
14.05.2012 16:36:17 com.rapidminer.tools.I18N getMessage
WARNING: Missing I18N key: gui.dialog.step.regression.title
14.05.2012 16:36:17 com.rapidminer.tools.I18N getMessage
WARNING: Missing I18N key: gui.dialog.step.evaluate.title
14.05.2012 16:36:17 com.rapidminer.tools.I18N getMessage
WARNING: Missing I18N key: gui.dialog.classifier_recommender_wizard.icon
14.05.2012 16:36:23 com.rapidminer.tools.I18N getMessage
WARNING: Missing I18N key: gui.dialog.step.regression.title
java.lang.NullPointerException
at com.rapidminer.operator.Operator.getParameterAsRepositoryLocation(Operator.java:1396)
at com.rapidminer.operator.io.RepositorySource.getRepositoryEntry(RepositorySource.java:91)
at com.rapidminer.operator.io.RepositorySource.read(RepositorySource.java:105)
at de.dfki.madm.paren.gui.wizard.AutomaticSystemConstructionWizard.readDataSet(AutomaticSystemConstructionWizard.java:94)
at de.dfki.madm.paren.gui.wizard.RegressionWizardStep$2.doInBackground(RegressionWizardStep.java:265)
at de.dfki.madm.paren.gui.wizard.RegressionWizardStep$2.doInBackground(RegressionWizardStep.java:258)
at javax.swing.SwingWorker$1.call(SwingWorker.java:277)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at javax.swing.SwingWorker.run(SwingWorker.java:316)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)

I am looking forward to your answer.

Best regards,
  Alex
Logged
Nils
Administrator
Sr. Member
*****
Posts: 334


« Reply #3 on: May 14, 2012, 05:43:36 PM »

Hi,

this is a nasty bug that has been fixed some time ago but wasn't released yet.
But there should be a new version out today or tomorrow that should fix it.

Best,
Nils
Logged

Please add [SOLVED] to the topic title when your problem has been solved! (do so by editing the first post in the thread and modifying the title)
aws
Newbie
*
Posts: 10


« Reply #4 on: May 16, 2012, 02:37:15 PM »

Sounds great. I just checked for a new version of RM, but couldn't find anything. It seems the new release is a little bit late. I check again next week.

Thank you so far.
Logged
Nils
Administrator
Sr. Member
*****
Posts: 334


« Reply #5 on: May 16, 2012, 03:44:00 PM »

The update should be live within any minute now
Logged

Please add [SOLVED] to the topic title when your problem has been solved! (do so by editing the first post in the thread and modifying the title)
aws
Newbie
*
Posts: 10


« Reply #6 on: May 16, 2012, 06:22:33 PM »

It works. Thank you. Well done!
Logged
Pages: [1]
  Print  
 
Jump to: