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
rapidminer server installation - localhost:8080 not working
Hello guys, please help out a newbie here.
I was able to install rapidminer server (AI Hub) but when i try to login to localhost:8080 from my browser, it keeps saying, "
I was able to install rapidminer server (AI Hub) but when i try to login to localhost:8080 from my browser, it keeps saying, "
can't reach this page
The connection was reset."
few details:
***the rapidminer server service is running
***I have checked the server by trying to connect to it from Rapidminer studios and it works
***I have attached the standalone log file if its any help.
thanks!
Tagged:
0
Best Answer
-
BalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornPostgres should run on port 5432.
You can either reconfigure it or the RM Server to another port. Make sure the server accesses the database on the correct port if you change Postgres.0
Answers
I see this in the log:
java.net.BindException: Address already in use: JVM_Bind /0.0.0.0:8080
So something on your computer is already bound to port 8080 and RapidMiner Server can't. It's strange that your Studio is able to connect.
Try to find out which application is listening on 8080 and stop it. Maybe it's just an older instance of RM Server that wasn't stopped properly.
Regards,
Balázs