Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry binding GPGNet socket after fail + delay #30

Open
Geosearchef opened this issue Jan 1, 2022 · 0 comments
Open

Retry binding GPGNet socket after fail + delay #30

Geosearchef opened this issue Jan 1, 2022 · 0 comments

Comments

@Geosearchef
Copy link
Member

Socket probably still open / not closed completely

2021-12-29 22:46:49.320 ERROR Couldn't start GPGNetServer (c.f.iceadapter.gpgnet.GPGNetServer:51)
java.net.BindException: Address already in use: bind
    at java.base/sun.nio.ch.Net.bind0(Native Method)
    at java.base/sun.nio.ch.Net.bind(Net.java:550)
    at java.base/sun.nio.ch.Net.bind(Net.java:539)
    at java.base/sun.nio.ch.NioSocketImpl.bind(NioSocketImpl.java:643)
    at java.base/java.net.ServerSocket.bind(ServerSocket.java:396)
    at java.base/java.net.ServerSocket.<init>(ServerSocket.java:282)
    at java.base/java.net.ServerSocket.<init>(ServerSocket.java:173)
    at com.faforever.iceadapter.gpgnet.GPGNetServer.init(GPGNetServer.java:49)
    at com.faforever.iceadapter.IceAdapter.main(IceAdapter.java:60)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant