Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Problem with port 8083
juancarcvi
Member Posts: 1 Learner III
Hi
I'm installing RapidAnalytics 1.1.014 Community Edition (Windows 2008 Server)
I ran the installer as Administrator, but at the end, I’ve got the message: Service.bat terminated abnormally! Error code: 9.009 service registration may have failed.
If I execute run.bat i get the error:
12:11:04,178 INFO WebService Using RMI server codebase: http:127.0.0.1:8083
12:11:04,181 ERROR AbstractKernelController Error installing to Start: namejboss:serviceWebService stateCreate modeManual requiredStateInstalled: java.lang.Exception: Port 8083 already in use.
at org.jboss.web.WebServer.start(WebServer.java:243) :6.0.0.Final
at org.jboss.web.WebService.startService(WebService.java:323) :6.0.0.Final
.....
The port 8083 is used by other software in my Company and it can’t be changed. Can I change this port for RA? Is this the origin of the problem when installing or is it due to another thing ?
Thanks
JuanCar
I'm installing RapidAnalytics 1.1.014 Community Edition (Windows 2008 Server)
I ran the installer as Administrator, but at the end, I’ve got the message: Service.bat terminated abnormally! Error code: 9.009 service registration may have failed.
If I execute run.bat i get the error:
12:11:04,178 INFO WebService Using RMI server codebase: http:127.0.0.1:8083
12:11:04,181 ERROR AbstractKernelController Error installing to Start: namejboss:serviceWebService stateCreate modeManual requiredStateInstalled: java.lang.Exception: Port 8083 already in use.
at org.jboss.web.WebServer.start(WebServer.java:243) :6.0.0.Final
at org.jboss.web.WebService.startService(WebService.java:323) :6.0.0.Final
.....
The port 8083 is used by other software in my Company and it can’t be changed. Can I change this port for RA? Is this the origin of the problem when installing or is it due to another thing ?
Thanks
JuanCar
Tagged:
0
Answers
you can change all the ports separately, but the easiest way is to use JBoss port binding sets. E.g., you can start JBoss with
run -Djboss.service.binding.set=ports-01
which will offset ports by 100.
Best,
Simon