Cannot assign requested address: JVM_Bind:8080

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Cannot assign requested address: JVM_Bind:8080

BJ Freeman
this has worked great till today.
I believe this is because there are incoming requests for 8080 while the
app is starting up.

any suggestions as how I can override the error and continue loading?

2006-07-18 09:00:50,213[     Http11Protocol.java:144:ERROR] Error
initializing endpoint
java.net.BindException: Cannot assign requested address: JVM_Bind:8080
        at
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:297)
        at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:142)
        at org.apache.catalina.connector.Connector.initialize(Connector.java:928)
        at
org.apache.catalina.core.StandardService.initialize(StandardService.java:580)
        at
org.ofbiz.catalina.container.CatalinaContainer.init(CatalinaContainer.java:216)
        at
org.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:150)
        at org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:74)
        at org.ofbiz.base.start.Start.initStartLoaders(Start.java:257)
        at org.ofbiz.base.start.Start.init(Start.java:96)
        at org.ofbiz.base.start.Start.main(Start.java:412)
Reply | Threaded
Open this post in threaded view
|

Re: Cannot assign requested address: JVM_Bind:8080

BJ Freeman
for future reference:
I am using names instead of IP's for the config file.
one of the dns servers had the wrong IP address for the naame.
it migrated out to the other DNS servers.
it was my luck to latch on to one that has the wrong IP.
changed the bad IP repointed my DSN lookup to a good DNS server.
works now.


BJ Freeman sent the following on 7/18/2006 9:06 AM:

> this has worked great till today.
> I believe this is because there are incoming requests for 8080 while the
> app is starting up.
>
> any suggestions as how I can override the error and continue loading?
>
> 2006-07-18 09:00:50,213[     Http11Protocol.java:144:ERROR] Error
> initializing endpoint
> java.net.BindException: Cannot assign requested address: JVM_Bind:8080
>     at
> org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:297)
>
>     at
> org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:142)
>     at
> org.apache.catalina.connector.Connector.initialize(Connector.java:928)
>     at
> org.apache.catalina.core.StandardService.initialize(StandardService.java:580)
>
>     at
> org.ofbiz.catalina.container.CatalinaContainer.init(CatalinaContainer.java:216)
>
>     at
> org.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:150)
>
>     at
> org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:74)
>     at org.ofbiz.base.start.Start.initStartLoaders(Start.java:257)
>     at org.ofbiz.base.start.Start.init(Start.java:96)
>     at org.ofbiz.base.start.Start.main(Start.java:412)
>