cancel
Showing results for 
Search instead for 
Did you mean: 

Address already in use: JVM_Bind

szymon_lipnicki3
Active Participant
0 Kudos

Hi All,

I need help.

I have a problem with Integration Service. It stops automatically after few seconds and there is no way to keep it running.

The exception i tomcat logs is:


java.net.BindException: Address already in use: JVM_Bind

    at java.net.DualStackPlainSocketImpl.bind0(Native Method)

    at java.net.DualStackPlainSocketImpl.socketBind(DualStackPlainSocketImpl.java:96)

    at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)

    at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:175)

    at java.net.ServerSocket.bind(ServerSocket.java:376)

    at java.net.ServerSocket.<init>(ServerSocket.java:237)

    at org.apache.catalina.core.StandardServer.await(StandardServer.java:406)

    at org.apache.catalina.startup.Catalina.await(Catalina.java:676)

    at org.apache.catalina.startup.Catalina.start(Catalina.java:628)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:601)

    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)

    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)

I checked port 8080 and B1if is only application that uses it.

Kind Regards,

Szymon

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186605
Active Contributor
0 Kudos

Hi Szymon,

have you checked other ports usage than 8080? Usually tomcat requires four ports:8080 and 8443 for external connection; 8009 and 8005 for internal.

See SAP note 1536119 - Port assignment in the B1 Integration Component landscape

So another port than 8080 might be unavailable here, check via telnet for canditates such as antivirus.

best, peter

former_member192773
Active Participant
0 Kudos

Hello Szymon,

did you already tried an installation repair?

Else post you b1i version or if production create a ticket at SAP.

Best Regards,

Teun