简体   繁体   中英

Running the WSO2 ESB 4.6.0 on local machine givers an error, even i changed the offset in Carbon.xml

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

You obviously have some other programs running that listen on these ports. Try to find out the corresponding processes, eg, 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM