Sign in to follow this  
drummerboyas157

Cannot assign requested address?

Recommended Posts

I cant figure out why i cant get my server up. My internet went down the other night now it says this

Sep 16, 2016 9:01:24 AM com.wurmonline.server.gui.WurmServerGuiMain main
INFO: WurmServerGuiMain starting
Unknown parameter: D:\Program Files (x86)\Steam\steamapps\common\Wurm Unlimited Dedicated Server\WurmServerLauncher.exe
Sep 16, 2016 9:01:25 AM com.wurmonline.server.gui.WurmServerGuiController locateCurrentDir
INFO: Found current game dir Creative Set to Creative
Sep 16, 2016 9:01:25 AM com.wurmonline.server.Constants load
INFO: Loading configuration file at D:\Program Files (x86)\Steam\steamapps\common\Wurm Unlimited Dedicated Server\Creative\wurm.ini
Meshsize=11
Sep 16, 2016 9:01:25 AM com.wurmonline.server.Constants load
INFO: Loading configuration file at D:\Program Files (x86)\Steam\steamapps\common\Wurm Unlimited Dedicated Server\Creative\wurm.ini
Meshsize=11
Sep 16, 2016 9:01:25 AM com.wurmonline.server.DbConnector closeAll
INFO: Starting to close all Database Connections.
Sep 16, 2016 9:01:25 AM com.wurmonline.server.DbConnector closeAll
INFO: Finished closing all Database Connections.
Loading servers
Sep 16, 2016 9:01:25 AM com.wurmonline.server.Servers loadAllServers
INFO: Loading all servers.
Sep 16, 2016 9:01:25 AM com.wurmonline.server.Servers loadAllServers
INFO: Loading COSPR - 5823
Sep 16, 2016 9:01:25 AM com.wurmonline.server.Servers loadAllServers
INFO: Using database entry for time 227294400
Sep 16, 2016 9:01:25 AM com.wurmonline.server.zones.TilePoller calcRest
INFO: Current polltile=2041666, rest=0 pollmodifier=9535, pollround=323
Sep 16, 2016 9:01:25 AM com.wurmonline.server.zones.TilePoller calcRest
INFO: tiles=4194304, mask=-1 ticksperday=3456000, Nthick=1, rest=0, manypertick=true
Sep 16, 2016 9:01:25 AM com.wurmonline.server.Servers loadAllServers
INFO: Loaded 1 servers from the database
Sep 16, 2016 9:01:25 AM com.wurmonline.server.ServerProperties checkIfCreateTable
INFO: Created properties table in the database
Sep 16, 2016 9:01:26 AM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-base-color' while resolving lookups for '-fx-text-fill' from rule '*.toggle-button' in stylesheet jar:file:/D:/Program%20Files%20(x86)/Steam/SteamApps/common/Wurm%20Unlimited%20Dedicated%20Server/runtime/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss
Sep 16, 2016 9:01:26 AM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-shadow-highlight-color' while resolving lookups for '-fx-background-color' from rule '*.toggle-button' in stylesheet jar:file:/D:/Program%20Files%20(x86)/Steam/SteamApps/common/Wurm%20Unlimited%20Dedicated%20Server/runtime/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss
java.util.logging.config.file system property is not set so hardcoding logging
com.wurmonline logger handlers: []
Loading servers
Cannot assign requested address: bind
java.net.BindException: Cannot assign requested address: 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 sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
        at com.wurmonline.communication.SocketServer.<init>(SocketServer.java:57)
        at com.wurmonline.server.intra.IntraServer.<init>(IntraServer.java:46)
        at com.wurmonline.server.Server.startRunning(Server.java:906)
        at com.wurmonline.server.ServerLauncher.runServer(ServerLauncher.java:117)
        at com.wurmonline.server.gui.WurmServerGuiController.startButtonClicked(WurmServerGuiController.java:280)
        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 sun.reflect.misc.Trampoline.invoke(Unknown Source)
        at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at sun.reflect.misc.MethodUtil.invoke(Unknown Source)
        at javafx.fxml.FXMLLoader$MethodHandler.invoke(Unknown Source)
        at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(Unknown Source)
        at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
        at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
        at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
        at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
        at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
        at javafx.event.Event.fireEvent(Unknown Source)
        at javafx.scene.Node.fireEvent(Unknown Source)
        at javafx.scene.control.Button.fire(Unknown Source)
        at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(Unknown Source)
        at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(Unknown Source)
        at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(Unknown Source)
        at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source)
        at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
        at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
        at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
        at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
        at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
        at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
        at javafx.event.Event.fireEvent(Unknown Source)
        at javafx.scene.Scene$MouseHandler.process(Unknown Source)
        at javafx.scene.Scene$MouseHandler.access$1500(Unknown Source)
        at javafx.scene.Scene.impl_processMouseEvent(Unknown Source)
        at javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source)
        at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
        at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$355(Unknown Source)
        at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source)
        at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source)
        at com.sun.glass.ui.View.handleMouseEvent(Unknown Source)
        at com.sun.glass.ui.View.notifyMouse(Unknown Source)
        at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
        at com.sun.glass.ui.win.WinApplication.lambda$null$149(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
 

Share this post


Link to post
Share on other sites

Check that the IP address the wurm server is using is the same as the IP address of your network card.

when your internet went down your router most likely assisgned a new IP address to your network card.

Edited by bigsteve

Share this post


Link to post
Share on other sites

IP appears to be the same. at least as far as I can tell. when I run ipconfig it shows the same gateway as my wurm server is set on.

Share this post


Link to post
Share on other sites

you do not want to set it to the gateway IP, it needs to be the IPv4 Address......

Share this post


Link to post
Share on other sites

Thanks, this was the problem, like you said the ipv4 changed by .001 so I had to update that for all the ports and such. Now it works

Share this post


Link to post
Share on other sites

Ugh this just happened again and the same thing wont fix it...

 

 

Scratch that, I forgot that you have to change the ip in the local tab and the advanced settings

Edited by drummerboyas157

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this