rapidminer ai hub localhost:8080 error
Best Answers
-
BalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955
Unicorn
Hi,
this is a symptom for the AI Hub not running. You need to look for the reason.
Do you have a simple installation (with the installer wizard) or a Docker deployment?
In the first case, find the logs folder and look into the files there, searching for error messages.
In the Docker or docker-compose case, what does "docker-compose logs rm-server-svc" write? Are all the containers running? Or maybe exiting because of insufficient memory?
Regards,
Balázs2 -
BalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955
Unicorn
-
aschaferdiek Employee, Member Posts: 76
RM Engineering
Answers
I found the logs folder and there are many files in the logs folder. Error messages only appears in server.log file as attached. Is this the file that you mean?
If yes, what should I do to solve the errors?
You guys are right. Mysql is the problem. I think mysql got some glitch. Thus, I decided to start all over again by uninstalling mysql and reinstall again. Then, I follow the database setup documentation by rapidminer properly and everything went well. For the collate, I use utf - utf8_bin as mentioned in the documentation.
Thus, I would like to express my deepest gratitude to Mr Balázs and Mr aschaferdiek for helping me pointing out the errors and give suggestions. It makes me realize to follow every steps correctly.
Again, thank you so much