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
(SOLVED) help installing rapidminer server
inceptorfull
Member Posts: 44 Contributor II
I tried to install rapidminer server it give me at the end
tried to open the rapidminer server
http://koana:8080/
it gives me white page only
and when try to run the standalone
"Service.bat terminated abormally error code : 9.009- rapidminer server service registration may have failed"although I test the MYsql connection and it worked.
tried to open the rapidminer server
http://koana:8080/
it gives me white page only
and when try to run the standalone
can anyone help me what to do to make it works?
14:54:49,416 INFO [org.jboss.as] (Controller Boot Thread) JBAS015954: Admin console is not enabled
14:54:49,417 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS 7.2.0.Alpha1-redhat-4 "Janus" started (with errors) in 198478ms - Started 1113 of 1198 services (1 services failed or missing dependencies, 82 services are passive or on-demand)
Tagged:
0
Answers
Question 1)
to install it as a service, you need to start the installer with admin privileges. Otherwise Windows will prevent it.
However you can still start it via the standalone.bat file manually.
Question 2)
Obviously I cannot see the entire log, but at that point http://koana:8080/ should work. The part where it says "started (with errors)" can usually be ignored because nothing is actually wrong.
Regards,
Marco
but it doesnot work and give me blank page so what may be the problem? also i canot find RM services in windows services
any help?
That should get you started quickly.
what does the log file say (found in SERVER/standalone/logs/server.log)?
Regards,
Marco
looks like your database configuration is incomplete, it complains that it does not know which database to use. Maybe you forgot to add the schema?
Can you post the contents of the relevant <datasource> section?
Regards,
Marco
I am NOT a SQL person so I just tried to follow the instructions as best as I could on SQL Workbench and hope for the best.
Scott
this depends on the database system. Oracle is for example fine (or even required) to leave blank. Others require a schema. I dunno why the test succeeded but Server fails though. Probably our test does not cover the entirety of what Server itself needs to do..
Regards,
Marco