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
Cannot new the process
I use windows 8 and Java 7 Update 25. RapidMiner 5.3.013 can import a CSV file and view the data well.
But whenever I click New Process, there is not any response and the program freezes. This problem occurs on both 32-bit and 64-bit version of RapidMiner.
I am very new to RapidMiner. Is there any way to find the cause of this problem?
But whenever I click New Process, there is not any response and the program freezes. This problem occurs on both 32-bit and 64-bit version of RapidMiner.
I am very new to RapidMiner. Is there any way to find the cause of this problem?
0
Answers
please post the contents of the 'rm.log' file in your C:\UIsers\XYZ\.RapidMiner5 folder after RapidMiner froze.
Regards,
Marco
Sep 04, 2013 5:56:51 PM com.rapidminer.tools.I18N <clinit>
INFO: Set locale to en.
Sep 04, 2013 5:56:51 PM com.rapidminer.tools.expression.parser.ExpressionParserFactory <clinit>
INFO: Default version of expression parser registered successfully
Sep 04, 2013 5:56:52 PM com.rapidminer.parameter.ParameterTypePassword decryptPassword
WARNING: Password in XML file looks like unencrypted plain text.
Sep 04, 2013 5:56:52 PM com.rapidminer.tools.OperatorService init
INFO: Loading additional operators specified by rapidminer.operators.additional (${RAPIDMINER_OPERATORS_ADDITIONAL})
Sep 04, 2013 5:56:52 PM com.rapidminer.tools.OperatorService init
SEVERE: Cannot find operator description file ${RAPIDMINER_OPERATORS_ADDITIONAL}.
Sep 04, 2013 5:56:52 PM com.rapidminer.tools.OperatorService init
INFO: Number of registered operator classes: 443; number of registered operator descriptions: 444; number of replacements: 403
Sep 04, 2013 5:56:52 PM com.rapidminer.tools.jdbc.JDBCProperties <init>
WARNING: Missing database driver class name for ODBC Bridge (e.g. Access)
Sep 04, 2013 5:56:52 PM com.rapidminer.tools.jdbc.JDBCProperties registerDrivers
INFO: JDBC driver ca.ingres.jdbc.IngresDriver not found. Probably the driver is not installed.
Sep 04, 2013 5:56:57 PM com.rapidminer.gui.ApplicationPerspectives loadAll
CONFIG: Loading perspectives.
Sep 04, 2013 5:56:57 PM com.rapid_i.deployment.update.client.UpdateManager$3 run
INFO: Checking for updates.
Sep 04, 2013 5:57:01 PM com.rapid_i.deployment.update.client.UpdateManager$3 run
INFO: No updates since 8/30/13 10:28 AM.
When I click New Process, rm.log is the same but the program freezes.
this sounds quite strange. When you cllick to create a new process while the old one is 'dirty' (aka has unsaved changes) or while one is running, you will get a popup asking for confirmation. That popup is modal, in other words it blocks any user input except for the dialog itself. Can you make sure that there is no dialog popping up behind RapidMiner itself? You can test that by switching to another application and back to RapidMiner by pressing Alt+Tab twice.
Regards,
Marco