how can i uninstall the rapidminer server
lzu
New Altair Community Member
Best Answer
-
Hi 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
-
Hi!
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ázs5 -
Thanks Balázs,
we will also consider to add this to our documentation articles.
Cheers,
Marcel2 -
Thanks Marcel and Balázs,
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 University0 -
10:32:49,937 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-10) MSC000001: Failed to start service jboss.network.management: org.jboss.msc.service.StartException in service jboss.network.management: JBAS015810: failed to resolve interface managementat org.jboss.as.server.services.net.NetworkInterfaceService.start(NetworkInterfaceService.java:103) [jboss-as-server-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1980) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1]at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1913) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1]at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_152]at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_152]at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_152]0
-
Hi LiuWenlong,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 ?
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).
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?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
1 -
thanks 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
0 -
Hi 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 -
thanks Marcel,
I changed the encoding to GBK, it worked, thank you very much for your help.
LiuWenlong1 -
Hi Izu, i have the exact same Error like you. what do you mean with "changing the endocding to GBK"?
Kind regards
0 -
Hi. You can change/set the encoding of a database/schema of MySQL. GBK is the encoding for simplified chinese. In general it's advised that you use an up-to-date MySQL version which is supported and the UTF8 encoding.Could you also provide your server.log file so we can see more details?0