I installed AI hub in default path ie C:\Users\[USERNAME]\rapidminer-ai-hub. I don't know about the "startup scripts". Just ran standalone.bat and it could be opened at localhost:8080
But the windows service does not start even manually. (I performed the installation on another pc and the service starts while I get 404 error for the web based management panel). I think the problem is in log file.
That error in Studio is normal if the Server is not running correctly.
standalone.bat is the startup script. (It is called by the service, so if it doesn't run successfully, the service also won't.) If you find the log file, search for 8080. As you got that error, the relevant messages should be near this one in the log.
Are you using a firewall on your machine? Another software that already uses port 8080? Which database type did you specify in the installation? Is it running correctly? Did the Server create tables in it?
The only firewall is windows firewall. I checked with turning it off
No other software is using this port. I also checked with installation on 8888
MS SQL server is used and the connection test successfully passed at installation (I checked with SQL 2019 and SQL2017). I can login to it from SQL management console.
似乎没有SQL server中创建表. Also I got this error from RM Repository:
2020-12-04 17:44:58,065 WARNING [de.rapidanalytics.web.rest.HealthCheckService] (http-/0.0.0.0:8080-4) HealthCheck failed: Execution Backend is not available
(http-/0.0.0.0:8080-4) There was an error during the processing of the request: The Job Service seems to not be available, please check your setup: org.jboss.resteasy.client.exception.ResteasyClientException: javax.management.InstanceNotFoundException: jboss.as:socket-binding-group=standard-sockets,socket-binding=http
it should be at the beginning in the log file. It writes a lot of diagnostic information and it is technical, but readable. Stuff like Error, Failed, Not available etc. are relevant here.
You can post the entire log file there, a developer might look into it. (I'm not one of those.) But you should check for errors yourself first.
Answers
look into the configured Home directory for the server. There should be logs from the server startup.
Where did you install the server? Which path? Can you start it manually with the startup script?
Regards,
Balázs
Hello
I installed AI hub in default path ie C:\Users\[USERNAME]\rapidminer-ai-hub. I don't know about the "startup scripts". Just ran standalone.bat and it could be opened at localhost:8080
Regards
A
standalone.bat is the startup script. (It is called by the service, so if it doesn't run successfully, the service also won't.)
If you find the log file, search for 8080. As you got that error, the relevant messages should be near this one in the log.
Are you using a firewall on your machine? Another software that already uses port 8080? Which database type did you specify in the installation? Is it running correctly? Did the Server create tables in it?
Regards,
Balázs
Also I got this error from RM Repository:
Regards
A
Did you find the logfile? Did you search for errors in it? It is really detailed, it says what it is doing and what is failing.
Regards,
Balázs
Yes, I find them which one do you need to post it for you?(because I can not understand them)
Regards
A
I find these texts in server log file:
I hope this helps
A
it should be at the beginning in the log file.
It writes a lot of diagnostic information and it is technical, but readable. Stuff like Error, Failed, Not available etc. are relevant here.
You can post the entire log file there, a developer might look into it. (I'm not one of those.) But you should check for errors yourself first.
Regards,
Balázs