Sign in to follow this  
Quiver

I can no longer start my server - Help!

Recommended Posts

Can someone help me figure this out please? I have been running a dedicated server through steam since the day Wurm Unlimited was launched. I back the game files and database almost daily because I don't want to lose the hard work of those that play on my server. This morning after bring the server down normally and backing up the game files and database. I went to log back in to make sure its running properly. I clicked on manage server it launched the script and brought up the Wurm Unlimited Server window. I click start server like I always do. The script runs and now it looks like a bunch of errors and closed the script and the server window.  I can no longer launch the game.  Below is the script that runs.  I have no clue what is causing the issue.  I have tried several things to fix this,  I have uninstalled and reinstalled Java but get the same errors. I have tried loading a older backup and still get the same error. I have tried a new video driver. I even tried updating the LaunchConfig.ini to point to the java file and changing to OverrideDefaultJavaPath=true.  I can log into other players servers I am just unable to launch my own server.  I can not even launch a new server creative or adventure.  I see something that says Address already in use:  Bind but have no clue what this is.  I have even restarted the computer.  I dont want to lose months of work by everyone. What do I need to do to fix this?


This is the intitial lauch script that runs before bringing up the Wurm Unlimited Server Window.

May 15, 2016 10:30:07 AM com.wurmonline.server.gui.WurmServerGuiMain main
INFO: WurmServerGuiMain starting
Unknown parameter: E:\Games\Steam\steamapps\common\Wurm Unlimited Dedicated Server\WurmServerLauncher.exe
May 15, 2016 10:30:07 AM com.wurmonline.server.gui.WurmServerGuiController locateCurrentDir
INFO: Found current game dir Creative Set to Creative
May 15, 2016 10:30:07 AM com.wurmonline.server.Constants load
INFO: Loading configuration file at E:\Games\Steam\steamapps\common\Wurm Unlimited Dedicated Server\Creative\wurm.ini
Meshsize=11
May 15, 2016 10:30:07 AM com.wurmonline.server.Constants load
INFO: Loading configuration file at E:\Games\Steam\steamapps\common\Wurm Unlimited Dedicated Server\Creative\wurm.ini
Meshsize=11
May 15, 2016 10:30:07 AM com.wurmonline.server.DbConnector closeAll
INFO: Starting to close all Database Connections.
May 15, 2016 10:30:07 AM com.wurmonline.server.DbConnector closeAll
INFO: Finished closing all Database Connections.
Loading servers
May 15, 2016 10:30:07 AM com.wurmonline.server.Servers loadAllServers
INFO: Loading all servers.
May 15, 2016 10:30:07 AM com.wurmonline.server.Servers loadAllServers
INFO: Loading Earthenvale - 17763
May 15, 2016 10:30:07 AM com.wurmonline.server.Servers loadAllServers
INFO: Using database entry for time 144903200
May 15, 2016 10:30:07 AM com.wurmonline.server.zones.TilePoller calcRest
INFO: Current polltile=2143522, rest=712639 pollmodifier=8785, pollround=204
May 15, 2016 10:30:07 AM com.wurmonline.server.zones.TilePoller calcRest
INFO: tiles=4194304, mask=-1 ticksperday=3456000, Nthick=1, rest=712639, manypertick=true
May 15, 2016 10:30:07 AM com.wurmonline.server.Servers loadAllServers
INFO: Loading - 25917
May 15, 2016 10:30:07 AM com.wurmonline.server.Servers loadAllServers
INFO: Loaded 2 servers from the database
May 15, 2016 10:30:07 AM com.wurmonline.server.ServerProperties checkIfCreateTable
INFO: Created properties table in the database
May 15, 2016 10:30:08 AM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-base-color' while resolving lookups for '-f
x-text-fill' from rule '*.toggle-button' in stylesheet jar:file:/E:/Games/Steam/
SteamApps/common/Wurm%20Unlimited%20Dedicated%20Server/runtime/lib/ext/jfxrt.jar
!/com/sun/javafx/scene/control/skin/modena/modena.bss
May 15, 2016 10:30:08 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:/E
:/Games/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: []


Once I click start server this is the script that runs, then closes everything down. I am guessing its a Java issue.

Loading servers
Address already in use: bind
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 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:47)
at com.wurmonline.server.Server.startRunning(Server.java:906)
at com.wurmonline.server.ServerLauncher.runServer(ServerLauncher.java:111)
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

Thank you thank you thank you!  *lots of hugs to you bigsteve*  I had it at 48010 and as soon as I changed it to 48011 it worked fine.  Thank you so much.  Have a wonderful day and Keep on Wurmin!

Share this post


Link to post
Share on other sites

I too am having this issue.  I have tried changing port addresses but it appears that the local ip address is not the one I enter into the Server settings.  My ip is xxx.xxx.x.100 yet the server launcher is using xxx.xxx.x.103.  I'm not too keen on server things but could this be the issue?  Is there a way to force the ip address by editing a certain configuration file?  Thanks!

Share this post


Link to post
Share on other sites

A very nice person from IRC recommended that I set the external ip to 0.0.0.0 and the internal to 127.0.0.1.  This worked quite well.

Share this post


Link to post
Share on other sites

Bigsteve I hope you can help me again.  *smiles*  Something is bugged up and I haven't figured it out.  I log into steam, go to may game library, click on my Wurm Unlimited game and it brings up the launcher.  But when I click on manage server so I can start ihe server, instead of it loading the server setting window it is now taking me to the steam friends activity window.  After about an hour playing around with it I remembered I created a short cut on the desktop for the game. So I can bring up the server launcher window from the short cut but not through the launcher by clicking manage server. Any clue what it could be?  I hope that made sense.  Thanks!

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