Hi there, we have problems with starting the JBoss . We have on one Linux Machine two SAS environments (test and production) with own metadata and two JBoss instances. The both JBoss instances aren’t clustered, they are running independently from each other’s (SASServer<n>.sh) . We can start the first JBoss instance without errors. If we start the second JBoss instance we get the error message in the stdout.log from SASServer2: 13:49:08,073 ERROR [SocketServerInvoker] Error starting ServerSocket. Bind port: 4446, bind address: /0.0.0.0 13:49:08,073 ERROR [Connector] Error starting connector. java.net.BindException: Address already in use 13:49:08,796 ERROR [SocketServerInvoker] Error starting ServerSocket. Bind port: 3873, bind address: /0.0.0.0 13:49:08,796 ERROR [Connector] Error starting connector. java.net.BindException: Address already in use OK, we have to change the port 4446 and 3873 - I think only by editing the file jboss.port.bindings.xml. On which port shall we change the second instance of JBoss? 14446 or 4546 or what? And, is it sufficient to edit the file jboss.port.bindings.xml or do we need more customizing? Thanks in advance for informations and support Brigitte
... View more