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
"installing and starting the RM SERVER"
Alexandros_Tzekas51
Member Posts: 28 Learner II
I tried to execute the "standalone.sh" file using the Terminal so i can start the RM Server but it failed! This is the message i received:
02:35:01,035 INFO [org.jboss.as] (MSC service thread 1-4) JBAS015950: JBoss EAP 6.4.0.Alpha1 (AS 7.5.0.Final-redhat-15) stopped in 67ms
WARN 15687
What should i do?
Tagged:
0
Best Answer
-
Edin_Klapic Employee-RapidMiner, RMResearcher, Member Posts: 299 RM Data ScientistEducational license should be the equivalent to Large. So only your hardware is the limit5
Answers
Here are all the Warnings i receive when i 'm trying to execute the "standalone.sh" file using the Terminal and some info
14:20:08,330 INFO [org.jboss.as] (Controller Boot Thread) JBAS015964: Http management interface is not enabled
14:20:08,330 INFO [org.jboss.as] (Controller Boot Thread) JBAS015954: Admin console is not enabled
14:20:08,330 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss EAP 6.4.0.Alpha1 (AS 7.5.0.Final-redhat-15) started (with errors) in 106071ms - Started 1994 of 2035 services (5 services failed or missing dependencies, 68 services are lazy, passive or on-demand)
14:20:17,990 INFO [stdout] (jmsListenerTaskExecutor-3) 2018-12-13 14:20:17.990 INFO 4578 --- [rTaskExecutor-3] c.r.e.j.service.JobAgentService : Job Agent 'agent-bundled' (9d98bcb0-a43f-4449-843b-9b7440b7fe2a) state changes from TIMED_OUT to ACTIVE.
at 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_191]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_191]
at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_191]
14:18:34,622 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 46) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.
14:19:09,768 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015960: Class Path entry xml-apis.jar in /content/rapidminer-server-9.0.4.ear/lib/xalan-2.7.2.jar does not point to a valid jar for a Class-Path reference.
14:19:10,312 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015893: Encountered invalid class name 'moduleName=groovy-all' for service type 'org.codehaus.groovy.runtime.ExtensionModule'
Scott
Does your computer respond to "ping hostname"?
First of all number 2 indicates that your Server seems to have started ( JBoss EAP 6.4.0.Alpha1 (AS 7.5.0.Final-redhat-15) started (with errors) in 106071ms - Started 1994 of 2035 services ). Did you check if it was available right after this log message appeared?
Number 10 obviously indicates an error causing RapidMiner Server to shut down but at a different timestamp. Do they belong to the same logfile?
I am not sure about the severity of number 5. The settings can be seen in the <rapidminer-server-home>\configuration\standalone.xml file (almost at the bottom). Mine looks like:
<interface name="management">
<inet-address value="${jboss.bind.address.management:localhost}"/>
</interface>
Do you also have localhost or your computer name? What happens if you enter localhost and restart the Server?
The other Warnings/Errors do not interfere with the Server startup.
Happy Mining,
Edin
As a general remark:
For us in the community it is always easier to help if we have the full log file, i.e. from the execution of standalone.sh until the final "crash"
The installation failed because of: you don't have write permissions on path {0} ?????????!!!!!!
That is great to hear! Can you please let us (and others viewing this thread in the future) briefly know where the issue was and how you solved it?
Happy Mining,
Edin
So:
2) the same thing on Java.
3) cope paste the MySQL Driver to Root again as root (using su).
4) Finally running the RAPID MINER INSTALLER as root by using su.
5) host: localhost (cause it didn't work with my computer name)
You need to assign more RAM to the job agent. The file is agent.properties located in job-agent/home/config.
License limits apply.
Happy Mining,
Edin