0

Everytime I launch, it comes up with a Java multiexception error. I need help

matt callahan007 4 years ago updated by Bagel Smookler 4 years ago 1

MultiException[java.net.BindException: Address already in use: bind, java.net.BindException: Address already in use: bind]
at org.eclipse.jetty.server.Server.doStart(Server.java:416)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at com.ubooquity.d.e.a(SourceFile:90)
at com.ubooquity.b.a(SourceFile:95)
at com.ubooquity.a.b(SourceFile:29)
at com.ubooquity.Ubooquity.main(SourceFile:247)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.ubooquity.e.a.a(SourceFile:823)
at com.ubooquity.Launcher.main(SourceFile:10)
Suppressed: java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:298)
at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.server.Server.doStart(Server.java:431)
... 11 more
Caused by: java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:298)
at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.server.Server.doStart(Server.java:431)
... 11 more

------------------


Now, since it seems to be a port error ( I say seems, because it says so but doesn't specify any port) I tried 8 other ports, and still got the same error no matter what, so I don't actually think that's the issue.


I have java 8, and reinstalled it even. Port 2202 and 2203 are completely cleared. Windows 10, fully up-to-date. I had the server up and running for maybe 2 months with no problems, then roughly a week ago, anytime I try to launch the jar file in anyway, it comes back with that error.


I've tried new files. I've tried deleting them. I've tried an old install. I have absolutely no wits about me anymore and I don't know what to do.


I need any and all the help I can get, please.



Thank you


Not sure if Windows patched something recently or another application did (java, etc) but port tcp:8080/8081 were both free for me when I began to experience this same issue recently.