Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Broken UI

JonnyRobbieJonnyRobbie Member Posts: 1 Learner III
edited November 2018 in Help
I got myself community RM5 from sourceforge, but when I'm trying to run it, the ui is a mess:

http://i.imgur.com/9oN7Tgf.png

I've tried to run by clicking [tt]lib/rapidminer.jar[/tt] and [tt]lib/launcher.jar[/tt], by running through [tt]java -jar rapidminer.jar[/tt], by running with [tt]scripts./RapidMinerGUI[/tt]. Nothing helped.

I should have required java:
$ java -version
java version "1.7.0_79"
Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)
running on linux:
$ uname -roms
Linux 4.1.4-1-ARCH x86_64 GNU/Linux
this is stdout when running the RapidMinerGUI script:
$ ./RapidMinerGUI 
RAPIDMINER_HOME is not set. Trying the directory '.'...
Number of cores: 2
Number of GC Threads: 1
No maximum Java memory defined, using 1024 Mb...
Starting RapidMiner from '.', using classes from './lib/rapidminer.jar'...
Java version: 17
Starting with G1 garbage collector
Starting in multi-core mode
Aug 14, 2015 4:58:45 PM com.rapid_i.Launcher ensureRapidMinerHomeSet
INFO: rapidminer.home is '.'.
Aug 14, 2015 4:58:46 PM com.rapid_i.Launcher main
INFO: Launching RapidMiner, platform ANY
Aug 14, 2015 4:58:46 PM com.rapidminer.tools.ParameterService init
INFO: Reading configuration resource com/rapidminer/resources/rapidminerrc.
Aug 14, 2015 4:58:46 PM com.rapidminer.tools.I18N <clinit>
INFO: Set locale to en.
Aug 14, 2015 4:58:47 PM com.rapid_i.Launcher ensureRapidMinerHomeSet
INFO: rapidminer.home is '.'.
Aug 14, 2015 4:58:50 PM com.rapidminer.tools.expression.parser.ExpressionParserFactory <clinit>
INFO: Default version of expression parser registered successfully
Aug 14, 2015 4:58:52 PM com.rapidminer.parameter.ParameterTypePassword decryptPassword
WARNING: Password in XML file looks like unencrypted plain text.
Aug 14, 2015 4:58:54 PM com.rapidminer.tools.OperatorService init
INFO: Number of registered operator classes: 443; number of registered operator descriptions: 444; number of replacements: 403
Aug 14, 2015 4:58:54 PM com.rapidminer.tools.jdbc.JDBCProperties <init>
WARNING: Missing database driver class name for ODBC Bridge (e.g. Access)
Aug 14, 2015 4:58:54 PM com.rapidminer.tools.jdbc.JDBCProperties registerDrivers
INFO: JDBC driver ca.ingres.jdbc.IngresDriver not found. Probably the driver is not installed.
[Fatal Error] :1:1: Premature end of file.
Any help would be appreciated, thanks
Sign In or Register to comment.