Question

Hi,

i am running the WSO2 ESB 4.6.0 in my local machine , i changed the offset in carbon.xml,still it gives the error as

  1. [2013-10-25 17:48:00,975] ERROR - JMXServerManager Could not initialize RMI server java.rmi.server.ExportException: Port already in use: 11113; nested exception is: java.net.BindException: Address already in use

  2. ERROR - CarbonTomcat LifeCycleException while starting tomcat connector org.apache.catalina.LifecycleException: Failed to start component [Connector[org.apache.coyote.http11.Http11NioProtocol-9445]]

Help me to figure out this..

Was it helpful?

Solution

You obviously have some other programs running that listen on these ports. Try to find out the corresponding processes, e.g., using TCPView if you're on Windows, and see whether you can stop them. Alternatively, you may try to increase the offset until you stumble upon some free ports.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top