rapidminer server installation - localhost:8080 not working
Matose
New Altair Community Member
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
-
Postgres 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
-
Hi!
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ázs0 -
thanks for the reply, Balázs. the application using the port is postgres itself and when i stop it, the database stops working0
-
Postgres 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