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
how can i uninstall the rapidminer server
Best Answer
-
mmichel Employee-RapidMiner, Member Posts: 129 RM EngineeringHi LiuWenlong,
the table creation seems to fail:15:22:19,660 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] (ServerService Thread Pool -- 64) HHH000388: Unsuccessful: create table ra_ent_group (groupName varchar(255) not null, assignToNewUsers boolean not null, description varchar(255), mirror boolean, singleton boolean not null, special boolean not null, primary key (groupName))due toSpecified key was too long; max key length is 767 bytesWhat DB version are you using? I guess MySQL 5.6 in combination with utf8mb4 encoding? Sadly this configuration will not work out of the box. The best way to overcome this limit would be to use the latest MySQL 5.7 Server or to use another encoding.
Hope this helps,
Marcel1
Answers
The RM Server installation changes the following things:
- RapidMiner Server installation directory
- RapidMiner Server home directory
If you installed startup scripts (/etc/init.d, or /etc/systemd/system), remove these.
If you installed job agents in a path of your choosing, also delete these.
You can also delete the backend database in your database server.
Regards,
Balázs
we will also consider to add this to our documentation articles.
Cheers,
Marcel
I have reinstalled RM server , and no errors .
but when i startup it, other errors have occurred.
1.the server is trying to connect to an activeMQ server ,but time out , Do I need to start an activeMQ server before I start the RM server ?
2.Some error messages show that some of the tables on mysql don't exist, but I don't see the part of the table in the document, how do I create tables in mysql?
I don't speak english very well, I hope you can understand what I mean.
LiuWenlong , a Chinese student at LanZhou University
The ActiveMQ Broker should start automatically with RapidMiner Server. For troubleshooting please upload the server.log file (you can find this one in the log directory of the server home).
This messages should only appear during the first start of RapidMiner Server and indicate the creation of the tables. So, no manual steps required on your end.
Cheers,
Marcel
i upload my server.log and RMS_installer.xml ,Some of RMS_installer.xml been hidden by me.
now i installed RM server ,but when i trying to start is, The startup script stays at the server.log display,
The startup script stays at the server.log display, and i can`t access myhost:8080 .
i trying to access myhost:9990 ,i see 'Welcome to JBoss EAP 6' , Looks like the jBoos server is already started.
and here's the tables that mysql automatically created.
I can't find the tables that appear in the error log in the database.
What am I supposed to do now ?
Thanks again,
LiuWenlong
I changed the encoding to GBK, it worked, thank you very much for your help.
LiuWenlong
Kind regards