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
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