Problem with port 8083

User: "juancarcvi"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "alexeiww"
    New Altair Community Member
    Hi JuanCar, i`ve the same problem, ¿can somebody help us?
    User: "fischer"
    New Altair Community Member
    Hi,

    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
    User: "alexeiww"
    New Altair Community Member
    Thanks for your help, it works now!