You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacques Le Roux <ja...@les7arts.com> on 2012/03/23 10:29:30 UTC

Stable demo: Address already in use

Not sure why we got this on stable demo

Set OFBIZ_HOME to - /home/ofbiz/branch9
Exception in thread "main" java.net.BindException: Address already in use
 at java.net.PlainSocketImpl.socketBind(Native Method)
 at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
 at java.net.ServerSocket.bind(ServerSocket.java:328)
 at java.net.ServerSocket.<init>(ServerSocket.java:194)
 at org.ofbiz.base.start.Start.initListenerThread(Start.java:159)
 at org.ofbiz.base.start.Start.init(Start.java:86)
 at org.ofbiz.base.start.Start.main(Start.java:398)

Restarted

Jacques

Re: Stable demo: Address already in use

Posted by Hans Bakker <ma...@antwebsystems.com>.
started two times?

On 03/23/2012 04:29 PM, Jacques Le Roux wrote:
> Not sure why we got this on stable demo
>
> Set OFBIZ_HOME to - /home/ofbiz/branch9
> Exception in thread "main" java.net.BindException: Address already in use
> at java.net.PlainSocketImpl.socketBind(Native Method)
> at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
> at java.net.ServerSocket.bind(ServerSocket.java:328)
> at java.net.ServerSocket.<init>(ServerSocket.java:194)
> at org.ofbiz.base.start.Start.initListenerThread(Start.java:159)
> at org.ofbiz.base.start.Start.init(Start.java:86)
> at org.ofbiz.base.start.Start.main(Start.java:398)
>
> Restarted
>
> Jacques