Sign in to follow this  
Holeron

Dedicated server crash on start

Recommended Posts

Hi, yesterday was all fine but now when i try to start the server i can read: 

 

Could not resolve '-fx-text-base-color' while resolvin lookups for 

 

'-fx-text-fill-' from rule '*.toggle-button' in stylesheet 

 

jar:file:/C:/Steam/SteamApps/common/Wurm%20Unlimited%20Dedicated

 

%Server/runtime/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/ski

 

n/modena/modena.bss

 

Could not resolve '-fx-shadow-highlight-color' while resolvin 

 

lookups for '-fxbackground-color' from rule '*.toggle-button' in 

 

stylesheet jar:file:/C:/Steam/SteamApps/common/Wurm%20Unlimited

 

%20Dedicated

 

%Server/runtime/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/ski

 

n/modena/modena.bss 

 

...and crash few seconds after i hit Start Server button.

Any idea what's about? Thanks.

Share this post


Link to post
Share on other sites

Ok, without having much to go on, but based on this being the most likely cause, I'm going to just take a stab in the dark here and say it may be related to your IP address that you have stored in the configuration for the server. It's likely it's changed since the last time you've launched the server and is no longer able to bind to that IP. Check to verify the IP address that you're getting is what's entered in for 'Server External IP Address' under Local Server tab, and also 'Server Internal IP address' under Advance Server Settings.
 

To find your computer's IP address on Windows:

  1. Open Network Connections by clicking the Start button 4f6cbd09-148c-4dd8-b1f2-48f232a2fd33_818, and then clicking Control Panel. In the search box, typeadapter, and then, under Network and Sharing Center, click View network connections.

  2. Select an active network connection, and then, in the toolbar, click View status of this connection. (You might need to click the chevron bf164617-11ac-4577-9d91-93f8f8f4aecc_40. to find this command.)
  3. Click Details.

    Your computer's IP address appears in the Value column, next to IPv4 Address.

Also, for your security purposes please edit the image and block out your WAN IP and default gateway. 

  • Like 1

Share this post


Link to post
Share on other sites

Also, in your Wurm Unlimited dedicated server directory there will be a file 'wurm.log.0' if you could delete that launch the server again, once it crashes it will recreate that log file. Open it up with any with any text editor and paste the contents to this thread. Make sure to use

tags, if you don't know how to do that then use: www.pastebin.com and paste the link here. 


Share this post


Link to post
Share on other sites

Hi , thanks that you try to help i appreciate that, yes seems that Server external IP address it's different from my actual address, i changed that and work well, but i hope the dev's can make a change that i don't have do do it manually each time i start the server. Didn't find any file "wurm.log.o' or similar in the Wurm Unlimited Dedicated Server folder.


Thank you again for help. 


Share this post


Link to post
Share on other sites

Have the same Problem ...

 

Server is shutting down with the following error message

 

Okt 21, 2015 9:35:17 PM com.wurmonline.server.Server shutDown
INFORMATION: Shutting down the server - reason: Problem running the server - Cannot assign requested address: bind
Okt 21, 2015 9:35:17 PM com.wurmonline.server.Server shutDown
INFORMATION: Shutting down the server - cause:
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.Server.startRunning(Server.java:888)
    at com.wurmonline.server.ServerLauncher.runServer(ServerLauncher.java:108)
    at com.wurmonline.server.gui.WurmServerGuiController.startButtonClicked(WurmServerGuiController.java:273)
    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)

Okt 21, 2015 9:35:17 PM com.wurmonline.server.Server shutDown
INFORMATION: Shutting down at:
java.lang.Exception
    at com.wurmonline.server.Server.shutDown(Server.java:3541)
    at com.wurmonline.server.Server.shutDown(Server.java:3533)
    at com.wurmonline.server.ServerLauncher.runServer(ServerLauncher.java:115)
    at com.wurmonline.server.gui.WurmServerGuiController.startButtonClicked(WurmServerGuiController.java:273)
    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)

Okt 21, 2015 9:35:17 PM com.wurmonline.server.Server shutDown
INFORMATION: Shutting down - Polling Battles
Okt 21, 2015 9:35:17 PM com.wurmonline.server.Server shutDown
INFORMATION: Shutting down - Saving Players
Okt 21, 2015 9:35:17 PM com.wurmonline.server.Players savePlayersAtShutdown
INFORMATION: Saving Players
Okt 21, 2015 9:35:17 PM com.wurmonline.server.Players savePlayersAtShutdown
INFORMATION: Finished saving Players
Okt 21, 2015 9:35:17 PM com.wurmonline.server.Server shutDown
INFORMATION: Shutting down - Clearing Item Database Batches
Okt 21, 2015 9:35:17 PM com.wurmonline.server.Server shutDown
INFORMATION: Shutting down - Saving Creatures
Okt 21, 2015 9:35:17 PM com.wurmonline.server.Server shutDown
INFORMATION: Shutting down - Clearing Creature Database Batches
Okt 21, 2015 9:35:18 PM com.wurmonline.server.Server shutDown
INFORMATION: Shutting down - Saving all creatures
Okt 21, 2015 9:35:18 PM com.wurmonline.server.creatures.Creatures saveCreatures
INFORMATION: Saved 0 creature statuses.
Okt 21, 2015 9:35:18 PM com.wurmonline.server.Server shutDown
INFORMATION: Shutting down - Saving All Zones
Okt 21, 2015 9:35:18 PM com.wurmonline.server.Server shutDown
INFORMATION: Shutting down - Saving Surface Mesh
Okt 21, 2015 9:35:18 PM com.wurmonline.server.Server shutDown
INFORMATION: Shutting down - Saving Rock Mesh
Okt 21, 2015 9:35:18 PM com.wurmonline.server.Server shutDown
INFORMATION: Shutting down - Saving Cave Mesh
Okt 21, 2015 9:35:18 PM com.wurmonline.server.Server shutDown
INFORMATION: Shutting down - Saving Resource Mesh
Okt 21, 2015 9:35:18 PM com.wurmonline.server.Server shutDown
INFORMATION: Shutting down - Saving Flags Mesh
Okt 21, 2015 9:35:18 PM com.wurmonline.server.Server shutDown
INFORMATION: Shutting down - Saving Constants
Okt 21, 2015 9:35:18 PM com.wurmonline.server.Server shutDown
INFORMATION: Shutting down - Saving WurmID Numbers
Okt 21, 2015 9:35:18 PM com.wurmonline.server.Server shutDown
INFORMATION: Shutting down - Closing Database Connections
Okt 21, 2015 9:35:18 PM com.wurmonline.server.DbConnector closeAll
INFORMATION: Starting to close all Database Connections.
Okt 21, 2015 9:35:18 PM com.wurmonline.server.DbConnector closeAll
INFORMATION: Finished closing all Database Connections.
Okt 21, 2015 9:35:18 PM com.wurmonline.server.Server shutDown
INFORMATION: The server shut down nicely. Wurmcalendar time is 5814004
Okt 21, 2015 9:35:18 PM com.wurmonline.server.Server$4 run
INFORMATION:
Wurm Server Shutdown hook is running

Okt 21, 2015 9:35:18 PM com.wurmonline.server.DbConnector closeAll
INFORMATION: Starting to close all Database Connections.
Okt 21, 2015 9:35:18 PM com.wurmonline.server.DbConnector closeAll
INFORMATION: Finished closing all Database Connections.

 

External IP is static and correctly put in.

Ports are all forwarded as they should be, although i dont know if i have to forward any ports to the Internal IP Port 48010

Edited by DrSeth

Share this post


Link to post
Share on other sites

Port forwarding works both ways, not only do you need an outgoing path from your server. You need an incoming path as well. Unless your Pc is directly connected in tunnel mode on your router, you have to map from the external ip and ports to the internal ip and ports and vice versa on the outbound. Hope that helps.

Edited by KageTenshi

Share this post


Link to post
Share on other sites

Holeron,


 


The reason you have to update it so frequently is because you're likely being issued an IP address from a DHCP server, in most cases this a router on your home network. You need to see if you can configure a DHCP reservation or static IP address for the machine that is hosting your Wurm Unlimited server. This will prevent the IP address from changing, however it's not fool proof, i.e. you switch between using wired and wireless network connections. 


Share this post


Link to post
Share on other sites

Dr. Seth,


 


If you're trying to set the IP address to that of your public external IP address that won't work. It needs to be the IP address that your router assigns your computer. Otherwise, check to make sure you don't have any virtual network adapters enabled that might be interfering with you being able to bind to the correct network adapter. If all else fails you can use 0.0.0.0 , but that is not ideal for a few different reasons. 


Share this post


Link to post
Share on other sites

Hi Drakeling,


 


didnt know that "external IP" aint my real static IP my ISP provides me with ... funny why it would be named external IP though.


 


I'll check on the other stuff and report back if it shows up on any server list (LAN or Internet)


Share this post


Link to post
Share on other sites

Same problem here! I managed to play for a while, but suddenly the server refuses to start. Same log/warnings as my collegues before.

In the local Server settings i manually adapted the External IP adress as advised. No difference. Do I have to adapt the internal adress as well and what about the ports and forwarding them? What does that mean and how do I check that?

Tbh I'm quite annoyed by WU atm since neither the dedicated server nor wurm unlimited works for me...

edit: dedicated server seems to work for me now. restarting the pc helped. nice :)

Edited by Barrington

Share this post


Link to post
Share on other sites

I have tried everything listed above.  I had my dedicated server working for several weeks.  I performed a Geforce driver update and now my server is not working and giving the huge list of errors listed above.  Any ideas?

Share this post


Link to post
Share on other sites
2 minutes ago, Blighte said:

I have tried everything listed above.  I had my dedicated server working for several weeks.  I performed a Geforce driver update and now my server is not working and giving the huge list of errors listed above.  Any ideas?

Please post all of the errors, so we can help root our the issue.

Share this post


Link to post
Share on other sites
6 minutes ago, Blighte said:

I have tried everything listed above.  I had my dedicated server working for several weeks.  I performed a Geforce driver update and now my server is not working and giving the huge list of errors listed above.  Any ideas?

 

Why did you need to upgrade a video card driver on a server?    I run the cheapest card i can find.    Interested to find out how a driver on a video card could cause this issue...  Did you force the server down?    

as Steve said.. Need the logs to tell for sure.   

Edited by razoreqx

Share this post


Link to post
Share on other sites

It was just a NVIDIA Geforce driver update.  I've done them before and Wurm still ran fine.  I have also uninstalled and reinstalled java 32 and java 64.  I have had no problems with my dedicated server until today.  Here is the log file info:

INFO: Shutting down the server - reason: Problem running the server - Address already in use: bind
Mar 29, 2016 3:47:13 PM com.wurmonline.server.Server shutDown
INFO: Shutting down the server - cause:
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)

Mar 29, 2016 3:47:13 PM com.wurmonline.server.Server shutDown
INFO: Shutting down at:
java.lang.Exception
 at com.wurmonline.server.Server.shutDown(Server.java:3523)
 at com.wurmonline.server.Server.shutDown(Server.java:3515)
 at com.wurmonline.server.ServerLauncher.runServer(ServerLauncher.java:118)
 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)

Mar 29, 2016 3:47:13 PM com.wurmonline.server.Server shutDown
INFO: Shutting down - Polling Battles
Mar 29, 2016 3:47:13 PM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving Players
Mar 29, 2016 3:47:13 PM com.wurmonline.server.Players savePlayersAtShutdown
INFO: Saving Players
Mar 29, 2016 3:47:13 PM com.wurmonline.server.Players savePlayersAtShutdown
INFO: Finished saving Players
Mar 29, 2016 3:47:13 PM com.wurmonline.server.Server shutDown
INFO: Shutting down - Clearing Item Database Batches
Mar 29, 2016 3:47:13 PM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving Creatures
Mar 29, 2016 3:47:13 PM com.wurmonline.server.Server shutDown
INFO: Shutting down - Clearing Creature Database Batches
Mar 29, 2016 3:47:14 PM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving all creatures
Mar 29, 2016 3:47:14 PM com.wurmonline.server.creatures.Creatures saveCreatures
INFO: Saved 0 creature statuses.
Mar 29, 2016 3:47:14 PM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving All Zones
Mar 29, 2016 3:47:14 PM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving Surface Mesh
Mar 29, 2016 3:47:14 PM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving Rock Mesh
Mar 29, 2016 3:47:14 PM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving Cave Mesh
Mar 29, 2016 3:47:14 PM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving Resource Mesh
Mar 29, 2016 3:47:14 PM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving Flags Mesh
Mar 29, 2016 3:47:14 PM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving Constants
Mar 29, 2016 3:47:14 PM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving WurmID Numbers
Mar 29, 2016 3:47:14 PM com.wurmonline.server.Server shutDown
INFO: Shutting down - Closing Database Connections
Mar 29, 2016 3:47:14 PM com.wurmonline.server.DbConnector closeAll
INFO: Starting to close all Database Connections.
Mar 29, 2016 3:47:14 PM com.wurmonline.server.DbConnector closeAll
INFO: Finished closing all Database Connections.
Mar 29, 2016 3:47:14 PM com.wurmonline.server.Server shutDown
INFO: The server shut down nicely. Wurmcalendar time is 5818400
Mar 29, 2016 3:47:14 PM com.wurmonline.server.Server$4 run
INFO:
Wurm Server Shutdown hook is running

Mar 29, 2016 3:47:14 PM com.wurmonline.server.DbConnector closeAll
INFO: Starting to close all Database Connections.
Mar 29, 2016 3:47:14 PM com.wurmonline.server.DbConnector closeAll
INFO: Finished closing all Database Connections.

 

How or why would the address already be in use?

 

Also, before I even press "Start Server", I am getting:

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:/E:/Steam/steamapps/common/Wurm%20Unlimited%20Dedicated%Server/runtime/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/Modena/Modena.bss

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:/Steam/steamapps/common/Wurm%20Unlimited%20Dedicated%20Server/runtime/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/Modena/Modena.bss

 

There is also something after I hit "Start Server" that says something about java.logging is not set correctly.

Edited by Blighte

Share this post


Link to post
Share on other sites

The issues for you, blighte is this

 

Address already in use: bind

 

Some other program is use the same port that the server needs to use, it could be any program that is running,

I am not at home on my PC so not able to,give you a pricise way to find out which one it is, but i think its a dos command line called netstat.

 

I also think a part of window task manager, (W7 and above), might be able,to help.

Edited by bigsteve
damn Tablet messed up post

Share this post


Link to post
Share on other sites
3 hours ago, Blighte said:

I have tried everything listed above.  I had my dedicated server working for several weeks.  I performed a Geforce driver update and now my server is not working and giving the huge list of errors listed above.  Any ideas?

Good to see I'm not alone in this issue. Played this morning, shut down the server then updated my GeForce driver afterwards. Came home from work, sat down and almost verbatim to your crash. Seems to be an issue with the new drivers, I'm rolling mine back to 364.51 as I know that version worked

 

Edit: Fixed, move the Server Internal IP Port and Server External IP Port up or down by one

Edited by Hellbringr

Share this post


Link to post
Share on other sites

I've tried raising and lowering the IP address by 1 and rolling my video driver back to 364.51.  I'm still getting that stupid bind issue.  I'm showing a cic07:http utilizing the same port as my computer but I don't know what the cic07:http is or how to shut it off.  It's  not in my task manager that I can see anywhere.  This is definitely a head scratcher for me

 

Share this post


Link to post
Share on other sites

open up your Task Manager, go to the Performance Tab, and hit the Resource Monitor button at the bottom, go to the Network tab, look through the Listerning Ports at the bottom.

Share this post


Link to post
Share on other sites

holy crap batman, i think i found your issue.

NvStreamNetworkService.exe is using port 48010.

Change it to 48011 or 48012 and u should be up and running in no time.

 

 

Share this post


Link to post
Share on other sites
10 minutes ago, bigsteve said:

holy crap batman, i think i found your issue.

NvStreamNetworkService.exe is using port 48010.

Change it to 48011 or 48012 and u should be up and running in no time.

 

 

bigsteve, you're a genius!  Changed it to 48011 and it came up instantly!  Thanks SO MUCH for your time and assistance!

 

Thanks to you too, Hellbringr!!!!

 

Edited by Blighte

Share this post


Link to post
Share on other sites

I hope this question isn't getting old... :P I am getting an identical log to Blighte, however I am using Evolve to avoid port forwarding as I am lazy XD. I have attempted switching the IP several times to the evolve party IP, a different party IP and to my computer IP - no change. I tried following the instructions to check listening ports and it appears none of the ones in the server configuration are being used. my server ran perfectly just two days ago with no issue at all with me leaving everything default and just changing the external IP to my evolve party IP, so i am confused as to why it is not working now... any thoughts are greatly appreciated thank you.

Share this post


Link to post
Share on other sites

Here is the Log from my last attempt to launch the server:

 

----------------------------------------------------------------
Wurm Server logging started at Mon Apr 04 00:14:18 MDT 2016
----------------------------------------------------------------
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: motd: Find a Key of the Heavens and ascend to Deity on Valrei Moon!
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: 
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: fileName: Dead Adventure\wurm.ini
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: 
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: Check WURMLOGS: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: isGameServer: true
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: devmode: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: maintaining: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: crashed: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: RUNBATCH: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: pruneDb: true
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: reprospect: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: caveImg: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: createSeeds: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: Min millis between player connections: 1000
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: 
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: fileDBPath: Dead Adventure\
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: dbHost: Dead Adventure
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useSplitCreaturesTable: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: analyseAllDbTables: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: checkAllDbTables: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: optimiseAllDbTables: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: createTemporaryDatabaseIndicesAtStartup: true
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: dropTemporaryDatabaseIndicesAtStartup: true
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: usePrepStmts: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: gatherDbStats: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: 
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: siteDbHost: Dead Adventure
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: siteDbDriver: org.gjt.mm.mysql.Driver
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: siteDbUser: 
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useSiteDb: true
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: 
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: loginDbHost: Dead Adventure
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: loginDbDriver: 
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: loginDbUser: 
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useLoginDb: true
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: 
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: dbUser: root
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: dbDriver: 
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useDb: true
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: usePooledDb: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: dbPort: 
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: loginDbPort: 
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: siteDbPort: 
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: trackOpenDatabaseResources: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: 
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: numberOfDirtyMeshRowsToSaveEachCall: 10
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useDirectByteBuffersForMeshIO: true
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: 
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: webPath: .
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: skillTemplatesDBPath: templates\skills\
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: zonesDBPath: zones\
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: itemTemplatesDBPath: templates\items\
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: creatureStatsDBPath: creatures\
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: playerStatsDBPath: players\
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: itemStatsDBPath: items\
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: tileStatsDBPath: tiles\
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: itemOldStatsDBPath: olditems\
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: creatureOldStatsDBPath: deadCreatures\
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useQueueToSendDataToPlayers: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useMultiThreadedBankPolling: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useScheduledExecutorToCountEggs: true
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useScheduledExecutorToSaveConstants: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useScheduledExecutorToSaveDirtyMeshRows: true
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useScheduledExecutorToSendTimeSync: true
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useScheduledExecutorToSwitchFatigue: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useScheduledExecutorToTickCalendar: true
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useScheduledExecutorToWriteLogs: true
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useScheduledExecutorForServer: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: scheduledExecutorServiceThreads: 20
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useItemTransferLog: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useTileEventLog: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useDatabaseForServerStatisticsLog: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useScheduledExecutorToUpdateCreaturePositionInDatabase: true
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useScheduledExecutorToUpdatePlayerPositionInDatabase: true
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useScheduledExecutorToUpdateItemDamageInDatabase: true
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useScheduledExecutorToConnectToTwitter: true
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: numberOfDbCreaturePositionsToUpdateEachTime: 500
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: numberOfDbPlayerPositionsToUpdateEachTime: 500
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: numberOfDbItemDamagesToUpdateEachTime: 500
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: playerStatLog: numplayers.log
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: logonStatLog: numlogons.log
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: ipStatLog: numips.log
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: newbieStatLog: newbies.log
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: totIpStatLog: totalips.log
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: payingLog: paying.log
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: moneyLog: mrtgmoney.log
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: lagLog: lag.log
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: lagThreshold: 1000
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: Eigc enabled false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Constants logConstantValues
INFO: useIncomingRMI: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server addShutdownHook
INFO: Adding Shutdown Hook
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: Wurm Impl Title: null
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: Wurm Impl Vendor: null
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: Wurm Impl Version: null
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: Wurm Common Impl Title: null
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: Wurm Common Impl Vendor: null
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: Wurm Common Impl Version: null
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: MySQL JDBC Spec Title: null
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: MySQL JDBC Spec Vendor: null
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: MySQL JDBC Spec Version: null
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: MySQL JDBC Impl Title: null
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: MySQL JDBC Impl Vendor: null
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: MySQL JDBC Impl Version: null
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: Javax Mail Spec Title: JavaMail(TM) API Design Specification
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: Javax Mail Spec Vendor: Sun Microsystems, Inc.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: Javax Mail Spec Version: 1.3
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: Javax Mail Impl Title: javax.mail
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: Javax Mail Impl Vendor: Sun Microsystems, Inc.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: Javax Mail Impl Version: 1.4
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: Javax Activation Spec Title: Java Platform API Specification
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: Javax Activation Spec Vendor: Oracle Corporation
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: Javax Activation Spec Version: 1.8
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: Javax Activation Impl Title: Java Runtime Environment
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: Javax Activation Impl Vendor: Oracle Corporation
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server logCodeVersionInformation
INFO: Javax Activation Impl Version: 1.8.0_60
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server startRunning
INFO: checkAllDbTables is false so not checking database tables for errors.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server startRunning
INFO: analyseAllDbTables is false so not analysing database tables to update indices.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server startRunning
INFO: OptimizeAllDbTables is false so not optimising database tables.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Servers loadAllServers
INFO: Loading all servers.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Servers loadAllServers
INFO: Loading Dead's server - 11455
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Servers loadAllServers
INFO: Using database entry for time 5922200
Apr 04, 2016 12:14:18 AM com.wurmonline.server.zones.TilePoller calcRest
INFO: Current polltile=1983680, rest=0 pollmodifier=56515, pollround=2
Apr 04, 2016 12:14:18 AM com.wurmonline.server.zones.TilePoller calcRest
INFO: tiles=4194304, mask=-1 ticksperday=3456000, Nthick=1, rest=0, manypertick=true
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Servers loadAllServers
INFO: Loaded 1 servers from the database
Apr 04, 2016 12:14:18 AM com.wurmonline.server.ServerProperties checkIfCreateTable
INFO: Created properties table in the database
Apr 04, 2016 12:14:18 AM com.wurmonline.mesh.MeshIO open
INFO: Dead Adventure\top_layer.map size is 16778240
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server loadWorldMesh
INFO: Loading world mesh, size: 2048 took 82.25767 ms
Apr 04, 2016 12:14:18 AM com.wurmonline.mesh.MeshIO open
INFO: Dead Adventure\map_cave.map size is 16778240
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server loadCaveMesh
INFO: Loading cave mesh, size: 2048 took 93.345825 ms
Apr 04, 2016 12:14:18 AM com.wurmonline.mesh.MeshIO open
INFO: Dead Adventure\resources.map size is 16778240
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server loadResourceMesh
INFO: Loading resource mesh, size: 2048 took 40.966305 ms
Apr 04, 2016 12:14:18 AM com.wurmonline.mesh.MeshIO open
INFO: Dead Adventure\rock_layer.map size is 16778240
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server loadRockMesh
INFO: Loading rock mesh, size: 2048 took 41.268353 ms
Apr 04, 2016 12:14:18 AM com.wurmonline.mesh.MeshIO open
INFO: Dead Adventure\flags.map size is 16778240
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server loadFlagsMesh
INFO: Loading flags mesh, size: 2048 took 35.94331 ms
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server startRunning
INFO: Max height: 3707
Apr 04, 2016 12:14:18 AM com.wurmonline.mesh.MeshIO open
INFO: Dead Adventure\water.map size is 16778240
Apr 04, 2016 12:14:18 AM com.wurmonline.server.zones.Water loadWaterMesh
INFO: Loading water mesh, size: 2048 took 37.382195 ms
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features$Feature dbReadOverriddenFeatures
INFO: Loading all overridden features for production version: 126 and isTestServer: true.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features$Feature dbReadOverriddenFeatures
INFO: Loaded 5 overridden features from the database
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Dummy entry - do not use, Id: 0, Version: 1, Default: true, Overridden: true, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Name change, Id: 31, Version: 999, Default: true, Overridden: false, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Surface Water, Id: 32, Version: 130, Default: true, Overridden: false, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Cave Water, Id: 33, Version: 999, Default: true, Overridden: false, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: New skill system, Id: 38, Version: 125, Default: true, Overridden: true, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Blocked Traders, Id: 41, Version: 121, Default: true, Overridden: false, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Combat system changes for creatures, Id: 51, Version: 128, Default: true, Overridden: true, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Blocked HOTA terraforming and building, Id: 55, Version: 201, Default: true, Overridden: false, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Free armour and weapons on spawn, Id: 56, Version: 201, Default: true, Overridden: false, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Random treasure chests, Id: 57, Version: 201, Default: true, Overridden: true, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Ownership Papers, Id: 70, Version: 999, Default: true, Overridden: false, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Valrei map, Id: 72, Version: 125, Default: true, Overridden: false, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Crop tile poller split, Id: 75, Version: 125, Default: true, Overridden: false, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Single Player Bridges, Id: 76, Version: 125, Default: true, Overridden: true, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Amphora, Id: 77, Version: 126, Default: true, Overridden: false, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Set as a chaos server (test pvp only), Id: 78, Version: 999, Default: true, Overridden: false, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Set a destination on a boat, Id: 79, Version: 126, Default: true, Overridden: false, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: New portals, Id: 80, Version: 999, Default: true, Overridden: false, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Transform from resource tiles, Id: 81, Version: 126, Default: true, Overridden: false, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Wagon Passenger, Id: 82, Version: 126, Default: true, Overridden: false, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Cave Dwellings, Id: 85, Version: 999, Default: true, Overridden: false, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Placing items on furniture, Id: 86, Version: 999, Default: true, Overridden: false, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Rifts, Id: 87, Version: 999, Default: true, Overridden: false, Enabled: false]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Features logFeatureDetails
INFO: Feature [Name: Transform to resource tiles, Id: 88, Version: 126, Default: true, Overridden: false, Enabled: true]
Apr 04, 2016 12:14:18 AM com.wurmonline.server.MessageServer initialise
INFO: Initialising MessageServer
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Server startRunning
INFO: Protocol: 179699123
Apr 04, 2016 12:14:18 AM com.wurmonline.server.deities.Deities <clinit>
INFO: Loading deities 
Apr 04, 2016 12:14:18 AM com.wurmonline.server.items.ItemTemplateCreator initialiseItemTemplates
INFO: Initialising the Item Templates took 35 milliseconds
Apr 04, 2016 12:14:18 AM com.wurmonline.server.spells.SpellGenerator createSpells
INFO: Starting to create spells
Apr 04, 2016 12:14:18 AM com.wurmonline.server.spells.SpellGenerator createSpells
INFO: Generating spells took 18.490265 ms
Apr 04, 2016 12:14:18 AM com.wurmonline.server.creatures.CreatureTemplateCreator createCreatureTemplates
INFO: Starting to create Creature Templates
Apr 04, 2016 12:14:18 AM com.wurmonline.server.skills.Skill calculateChances
INFO: Calculating skill chances...
Apr 04, 2016 12:14:18 AM com.wurmonline.server.skills.Skill calculateChances
INFO: Loaded skill chances succeeded.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.skills.Skill calculateChances
INFO: Done. Loading/Calculating skill chances from the database took 10.180553 millis.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.creatures.CreatureTemplateCreator createCreatureTemplates
INFO: Creating Creature Templates took 32 ms
Apr 04, 2016 12:14:18 AM com.wurmonline.server.zones.CropTilePoller initializeFields
INFO: CROPS_POLLER: Collecting tile data.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.zones.CropTilePoller logCropFields
INFO: 

Apr 04, 2016 12:14:18 AM com.wurmonline.server.zones.CropTilePoller initializeFields
INFO: CROPS_POLLER: Collecting tile Finished.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.effects.EffectFactory loadEffects
INFO: Loaded 1 effects from database took 2.300178 ms
Apr 04, 2016 12:14:18 AM com.wurmonline.server.creatures.AnimalSettings loadAll
INFO: Loading all animal settings.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.creatures.AnimalSettings loadAll
INFO: Loaded 0 animal settings. That took 1.284802 ms.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.items.ItemSettings loadAll
INFO: Loading all item settings.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.items.ItemSettings loadAll
INFO: Loaded 0 item settings. That took 0.097576 ms.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.structures.DoorSettings loadAll
INFO: Loading all door (and gate) settings.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.structures.DoorSettings loadAll
INFO: Loaded 0 door (and gate) settings. That took 2.505525 ms.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.structures.StructureSettings loadAll
INFO: Loading all structure settings.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.structures.StructureSettings loadAll
INFO: Loaded 0 structure settings (guests). That took 0.086508 ms.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.creatures.MineDoorSettings loadAll
INFO: Loading all minedoor settings.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.creatures.MineDoorSettings loadAll
INFO: Loaded 0 minedoor settings. That took 0.094664 ms.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.players.PermissionsHistories loadAll
INFO: Purging permissions history over 6 months old.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.players.PermissionsHistories loadAll
INFO: Purged 0 permissions history. That took 0.109518 ms.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.players.PermissionsHistories loadAll
INFO: Loading all permissions history.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.players.PermissionsHistories loadAll
INFO: Loaded 0 permissions history. That took 0.084178 ms.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Items loadAllItemData
INFO: Loaded 482 item data entries, that took 4.684244 ms
Apr 04, 2016 12:14:18 AM com.wurmonline.server.WurmId loadIdNumbers
INFO: Loading ids.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.WurmId loadIdNumbers
INFO: Added to ids, creatrureIdcounter is now 7934903
Apr 04, 2016 12:14:18 AM com.wurmonline.server.WurmId loadIdNumbers
INFO: Finished loading Wurm IDs, that took 0.754979 millis.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.items.ItemSpellEffects loadSpellEffectsForItems
INFO: Loaded 59 Spell Effects For Items, that took 4.087717 ms
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Items loadAllItempInscriptionData
INFO: Loaded 0 item inscription data entries, that took 0.065827 ms
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Items loadAllStaticItems
INFO: Loading all static preloaded items
Apr 04, 2016 12:14:18 AM com.wurmonline.server.utils.logging.DatabaseLogger <init>
INFO: Creating Database logger Item transfer logger for WurmLoggable type: com.wurmonline.server.utils.logging.ItemTransfer, MaxLoggablesToRemovePerCycle: 500
Apr 04, 2016 12:14:18 AM com.wurmonline.server.utils.logging.ItemTransferDatabaseLogger <init>
INFO: Creating Item Transfer logger, System useItemTransferLog option: false
Apr 04, 2016 12:14:18 AM com.wurmonline.server.utils.DatabaseUpdater <init>
INFO: Creating Database updater Item Database Damage Updater for WurmDbUpdatable type: com.wurmonline.server.utils.ItemDamageDatabaseUpdatable, MaxUpdatablesToRemovePerCycle: 500
Apr 04, 2016 12:14:18 AM com.wurmonline.server.utils.ItemDamageDatabaseUpdater <init>
INFO: Creating Item Damage Updater.
Apr 04, 2016 12:14:18 AM com.wurmonline.server.Players loadBannedIps
INFO: Loaded 0 banned IPs
Apr 04, 2016 12:14:19 AM com.wurmonline.server.Items loadAllStaticItems
INFO: Loaded all static preloaded items, that took 71.84992 ms
Apr 04, 2016 12:14:19 AM com.wurmonline.server.Items loadAllProtectedItems
INFO: Loaded 0 protected corpse entries, that took 0.085634 ms
Apr 04, 2016 12:14:19 AM com.wurmonline.server.Items loadAllZoneItems
INFO: Loading all zone items using com.wurmonline.server.items.BodyDbStrings@63b7f4f8
Apr 04, 2016 12:14:19 AM com.wurmonline.server.Items loadAllZoneItems
INFO: Loaded 102 zone items. That took 0.319817 ms.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.Items loadAllZoneItems
INFO: Loading all zone items using com.wurmonline.server.items.ItemDbStrings@2a79d83f
Apr 04, 2016 12:14:19 AM com.wurmonline.server.Items loadAllZoneItems
INFO: Loaded 3072 zone items. That took 62.798336 ms.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.Items loadAllZoneItems
INFO: Loading all zone items using com.wurmonline.server.items.CoinDbStrings@581d847f
Apr 04, 2016 12:14:19 AM com.wurmonline.server.Items loadAllZoneItems
INFO: Loaded 3089 zone items. That took 1.675108 ms.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.combat.WeaponCreator createWeapons
INFO: Creating weapons
Apr 04, 2016 12:14:19 AM com.wurmonline.server.combat.WeaponCreator createWeapons
INFO: Creating weapons took 0.588953 ms
Apr 04, 2016 12:14:19 AM com.wurmonline.server.banks.Banks loadAllBanks
INFO: Loaded 0 banks from database took 1.574327 ms
Apr 04, 2016 12:14:19 AM com.wurmonline.server.structures.Wall loadAllWalls
INFO: Loading all walls.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.structures.Wall loadAllWalls
INFO: Loaded 15 wall. That took 4.251122 ms.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.structures.Floor loadAllFloors
INFO: Loading all floors.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.structures.Floor loadAllFloors
INFO: Loaded 15 floors. That took 10.308423 ms.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.structures.BridgePart loadAllBridgeParts
INFO: Loading all bridge parts.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.structures.BridgePart loadAllBridgeParts
INFO: Loaded 0 bridge parts. That took 0.182628 ms.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.kingdom.Kingdom loadAllKingdoms
INFO: Loading all kingdoms.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.kingdom.Kingdom loadAllKingdoms
INFO: Loaded kingdoms from database took 20.885109 ms
Apr 04, 2016 12:14:19 AM com.wurmonline.server.kingdom.King loadAllEra
INFO: Loading all kingdom eras.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.kingdom.King loadAllEra
INFO: Loaded kingdom eras from database took 0.13282 ms
Apr 04, 2016 12:14:19 AM com.wurmonline.server.kingdom.Appointments <init>
INFO: Loading era -1 for kingdom 1 current=true
Apr 04, 2016 12:14:19 AM com.wurmonline.server.kingdom.Appointments <init>
INFO: Loading era -3 for kingdom 3 current=true
Apr 04, 2016 12:14:19 AM com.wurmonline.server.kingdom.Appointments <init>
INFO: Loading era -2 for kingdom 2 current=true
Apr 04, 2016 12:14:19 AM com.wurmonline.server.kingdom.Appointments <init>
INFO: Loading era -5 for kingdom 0 current=true
Apr 04, 2016 12:14:19 AM com.wurmonline.server.spells.Cooldowns loadAllCooldowns
INFO: Loading all cooldowns.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.spells.Cooldowns loadAllCooldowns
INFO: Loaded cooldowns from database took 0.115053 ms
Apr 04, 2016 12:14:19 AM com.wurmonline.server.zones.Zones createZones
INFO: Creating zones: size is 2048, 2048
Apr 04, 2016 12:14:19 AM com.wurmonline.server.zones.Zones initializeDomains
INFO: Number of faithzones=65536 surfaced as well as underground.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.zones.Zones createZones
INFO: Initialised surface zones - array size: [32][32];
Apr 04, 2016 12:14:19 AM com.wurmonline.server.zones.Zones createZones
INFO: Initialised cave zones - array size: [32][32];
Apr 04, 2016 12:14:19 AM com.wurmonline.server.zones.Zones createZones
INFO: Seconds between polls=800, zonespolled=2, maxnumberofzonespolled=1024
Apr 04, 2016 12:14:19 AM com.wurmonline.server.zones.Zones createZones
INFO: Loading surface and cave zone structures
Apr 04, 2016 12:14:19 AM com.wurmonline.server.structures.Structures loadAllStructures
INFO: Loading all Structures
Apr 04, 2016 12:14:19 AM com.wurmonline.server.structures.Structures loadAllStructures
INFO: Structures loaded. Number of structures=15. That took 3.915284 ms.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.zones.Zones createZones
INFO: Loaded 1024 surface and cave zones
Apr 04, 2016 12:14:19 AM com.wurmonline.server.zones.Zones createZones
INFO: Zones created and loaded. Number of zones=1024. PollFraction is 24. That took 532.4649 millis.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.zones.Zones loadAllMiningTiles
INFO: Loaded 7 mining tiles, that took 0.229814 ms
Apr 04, 2016 12:14:19 AM com.wurmonline.server.zones.SpawnTable createEncounters
INFO: Creating Encounters
Apr 04, 2016 12:14:19 AM com.wurmonline.server.zones.SpawnTable createEncounters
INFO: Created Encounters. It took 1.033726 ms.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.zones.Zones initializeWalkTiles
INFO: Initialising walked tiles
Apr 04, 2016 12:14:19 AM com.wurmonline.server.zones.Zones initializeWalkTiles
INFO: Initialised walked tiles. It took 12.218004 ms.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.zones.Zones loadProtectedTiles
INFO: Loading protected tiles from file: Dead Adventure\\protectedTiles.bmap
Apr 04, 2016 12:14:19 AM com.wurmonline.server.zones.Zones loadProtectedTiles
INFO: Loaded 0 protected tiles. It took 76.510864 ms.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.utils.DatabaseUpdater <init>
INFO: Creating Database updater Creature Database Position Updater for WurmDbUpdatable type: com.wurmonline.server.utils.CreaturePositionDbUpdatable, MaxUpdatablesToRemovePerCycle: 500
Apr 04, 2016 12:14:19 AM com.wurmonline.server.utils.CreaturePositionDatabaseUpdater <init>
INFO: Creating Creature Position Updater.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.utils.DatabaseUpdater <init>
INFO: Creating Database updater Player Database Position Updater for WurmDbUpdatable type: com.wurmonline.server.utils.PlayerPositionDbUpdatable, MaxUpdatablesToRemovePerCycle: 500
Apr 04, 2016 12:14:19 AM com.wurmonline.server.utils.PlayerPositionDatabaseUpdater <init>
INFO: Creating Player Position Updater.
Apr 04, 2016 12:14:19 AM com.wurmonline.server.creatures.Brand loadAllBrands
INFO: Loading Brands
Apr 04, 2016 12:14:19 AM com.wurmonline.server.creatures.Creatures loadAllCreatures
INFO: Loading all skills for creatures
Apr 04, 2016 12:14:19 AM com.wurmonline.server.creatures.Creatures loadAllCreatures
INFO: Loaded creature skills. That took 1.936379
Apr 04, 2016 12:14:19 AM com.wurmonline.server.creatures.Creatures loadAllCreatures
INFO: Loading Creatures
Apr 04, 2016 12:14:20 AM com.wurmonline.server.creatures.Creatures loadAllCreatures
INFO: Loading all items for creatures
Apr 04, 2016 12:14:20 AM com.wurmonline.server.creatures.Creatures loadAllCreatures
INFO: Loaded creature items. That took 9.840639 ms for 443 items and 0 coins.
Apr 04, 2016 12:14:22 AM com.wurmonline.server.creatures.Creatures loadAllCreatures
INFO: Loaded 7172 creatures. Destroyed 0. That took 2952.887 ms. CheckPoints cp1=431.15927, cp2=0.0, cp3=0.0, cp4=0.0
Apr 04, 2016 12:14:22 AM com.wurmonline.server.creatures.Creatures loadAllCreatures
INFO: Loaded items for creature. CheckPoints cp1=1.919466, cp2=0.0, cp3=97.51685, cp4=430.2624
Apr 04, 2016 12:14:22 AM com.wurmonline.server.Server fixHoles
INFO: Fixing cave entrances.
Apr 04, 2016 12:14:23 AM com.wurmonline.server.Server fixHoles
INFO: Set 0 cave entrances to rock out of 5
Apr 04, 2016 12:14:23 AM com.wurmonline.server.Server fixHoles
INFO: Fixing cave entrances took 256.1543 ms
Apr 04, 2016 12:14:23 AM com.wurmonline.server.Items loadAllItemEffects
INFO: Loading item effects.
Apr 04, 2016 12:14:23 AM com.wurmonline.server.Items loadAllItemEffects
INFO: Loaded 25 item effects. That took 54.298134 ms.
Apr 04, 2016 12:14:23 AM com.wurmonline.server.villages.Villages loadVillages
INFO: Loading villages.
Apr 04, 2016 12:14:23 AM com.wurmonline.server.villages.Villages loadVillages
INFO: Loaded 3 villages from the database took 34.076252 ms
Apr 04, 2016 12:14:23 AM com.wurmonline.server.zones.Zones loadTowers
INFO: Loading guard towers.
Apr 04, 2016 12:14:23 AM com.wurmonline.server.zones.Zones loadTowers
INFO: Loaded 49 Guard towers. That took 39.03837 ms.
Apr 04, 2016 12:14:23 AM com.wurmonline.server.villages.PvPAlliance loadPvPAlliances
INFO: Loading all PVP Alliances.
Apr 04, 2016 12:14:23 AM com.wurmonline.server.villages.PvPAlliance loadPvPAlliances
INFO: Loaded PVP Alliances from database took 0.102237 ms
Apr 04, 2016 12:14:23 AM com.wurmonline.server.villages.Villages loadWars
INFO: Loading all wars.
Apr 04, 2016 12:14:23 AM com.wurmonline.server.villages.Villages loadWars
INFO: Loaded 0 wars from the database took 0.070487 ms
Apr 04, 2016 12:14:23 AM com.wurmonline.server.villages.RecruitmentAds loadRecruitmentAds
INFO: Loaded 0 ads from the database took 0.069905 ms
Apr 04, 2016 12:14:23 AM com.wurmonline.server.economy.DbEconomy load
INFO: Iron=0
Apr 04, 2016 12:14:23 AM com.wurmonline.server.economy.DbEconomy load
INFO: Copper=0
Apr 04, 2016 12:14:23 AM com.wurmonline.server.economy.DbEconomy load
INFO: Silver=0
Apr 04, 2016 12:14:23 AM com.wurmonline.server.economy.DbEconomy load
INFO: Gold=0
Apr 04, 2016 12:14:23 AM com.wurmonline.server.economy.Economy getEconomy
INFO: Loading economy took 28.618973 ms.
Apr 04, 2016 12:14:23 AM com.wurmonline.server.Server startRunning
INFO: Loading economy took 30.5003 ms.
Apr 04, 2016 12:14:23 AM com.wurmonline.server.endgames.EndGameItems loadEndGameItems
INFO: Loading End Game Items.
Apr 04, 2016 12:14:23 AM com.wurmonline.server.endgames.EndGameItems loadEndGameItems
INFO: Loaded 2 altars and 12 artifacts. That took 2.471446 ms.
Apr 04, 2016 12:14:23 AM com.wurmonline.server.players.PlayerInfoFactory loadPlayerInfos
INFO: Loading player infos. Going to prune DB.
Apr 04, 2016 12:14:23 AM com.wurmonline.server.players.PlayerInfoFactory loadPlayerInfos
INFO: Loaded 8 PlayerInfos from the database took 8 ms
Apr 04, 2016 12:14:23 AM com.wurmonline.server.players.WurmRecord loadAllChampRecords
INFO: Loaded 0 champ records from the database took 0 ms
Apr 04, 2016 12:14:23 AM com.wurmonline.server.skills.Affinities loadAffinities
INFO: Loaded 5 affinities from the database took 0.164861 ms
Apr 04, 2016 12:14:23 AM com.wurmonline.server.players.PlayerInfoFactory loadReferers
INFO: Loaded 0 referrers from the database took 0.050099 ms
Apr 04, 2016 12:14:23 AM com.wurmonline.server.zones.Dens loadDens
INFO: Loading dens
Apr 04, 2016 12:14:23 AM com.wurmonline.server.zones.Dens loadDens
INFO: Loaded 0 dens from the database took 9.804521 ms
Apr 04, 2016 12:14:23 AM com.wurmonline.server.players.Reimbursement loadAll
INFO: Loaded 0 reimbursements from the database took 0.154083 ms
Apr 04, 2016 12:14:23 AM com.wurmonline.server.players.PendingAccount loadAllPendingAccounts
INFO: Loaded 0 pending accounts from the database took 0.099616 ms
Apr 04, 2016 12:14:23 AM com.wurmonline.server.intra.PasswordTransfer loadAllPasswordTransfers
INFO: Loaded 0 PasswordTransfers from the database took 0.088838 ms
Apr 04, 2016 12:14:23 AM com.wurmonline.server.players.AchievementGenerator loadAchievementTemplates
INFO: Loading achievement templates.
Apr 04, 2016 12:14:23 AM com.wurmonline.server.players.Achievements loadAllAchievements
INFO: Loaded 69 achievements from the database took 8.293691 ms
Apr 04, 2016 12:14:23 AM com.wurmonline.server.zones.FocusZone loadAll
INFO: Loaded 2 focus zones. It took 3.310602 millis.
Apr 04, 2016 12:14:23 AM com.wurmonline.server.epic.Hota loadAllHotaItems
INFO: Loaded 14 HOTA items. It took 0.133986 millis.
Apr 04, 2016 12:14:23 AM com.wurmonline.server.epic.Hota loadAllHelpers
INFO: Loaded 0 HOTA helpers. It took 0.040779 millis.
Apr 04, 2016 12:14:23 AM com.wurmonline.communication.SocketServer <init>
INFO: Creating Wurm SocketServer on /10.8.148.3:48010
Apr 04, 2016 12:14:23 AM com.wurmonline.server.Server shutDown
INFO: Shutting down the server - reason: Problem running the server - Cannot assign requested address: bind
Apr 04, 2016 12:14:23 AM com.wurmonline.server.Server shutDown
INFO: Shutting down the server - cause: 
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: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)

Apr 04, 2016 12:14:23 AM com.wurmonline.server.Server shutDown
INFO: Shutting down at: 
java.lang.Exception
    at com.wurmonline.server.Server.shutDown(Server.java:3523)
    at com.wurmonline.server.Server.shutDown(Server.java:3515)
    at com.wurmonline.server.ServerLauncher.runServer(ServerLauncher.java:118)
    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)

Apr 04, 2016 12:14:23 AM com.wurmonline.server.Server shutDown
INFO: Shutting down - Polling Battles
Apr 04, 2016 12:14:23 AM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving Players
Apr 04, 2016 12:14:23 AM com.wurmonline.server.Players savePlayersAtShutdown
INFO: Saving Players
Apr 04, 2016 12:14:23 AM com.wurmonline.server.Players savePlayersAtShutdown
INFO: Finished saving Players
Apr 04, 2016 12:14:23 AM com.wurmonline.server.Server shutDown
INFO: Shutting down - Clearing Item Database Batches
Apr 04, 2016 12:14:23 AM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving Creatures
Apr 04, 2016 12:14:23 AM com.wurmonline.server.Server shutDown
INFO: Shutting down - Clearing Creature Database Batches
Apr 04, 2016 12:14:25 AM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving all creatures
Apr 04, 2016 12:14:25 AM com.wurmonline.server.creatures.Creatures saveCreatures
INFO: Saved 0 creature statuses.
Apr 04, 2016 12:14:25 AM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving All Zones
Apr 04, 2016 12:14:25 AM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving Surface Mesh
Apr 04, 2016 12:14:25 AM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving Rock Mesh
Apr 04, 2016 12:14:25 AM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving Cave Mesh
Apr 04, 2016 12:14:25 AM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving Resource Mesh
Apr 04, 2016 12:14:25 AM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving Flags Mesh
Apr 04, 2016 12:14:25 AM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving Constants
Apr 04, 2016 12:14:25 AM com.wurmonline.server.Server shutDown
INFO: Shutting down - Saving WurmID Numbers
Apr 04, 2016 12:14:25 AM com.wurmonline.server.Server shutDown
INFO: Shutting down - Closing Database Connections
Apr 04, 2016 12:14:25 AM com.wurmonline.server.DbConnector closeAll
INFO: Starting to close all Database Connections.
Apr 04, 2016 12:14:26 AM com.wurmonline.server.DbConnector closeAll
INFO: Finished closing all Database Connections.
Apr 04, 2016 12:14:26 AM com.wurmonline.server.Server shutDown
INFO: The server shut down nicely. Wurmcalendar time is 5922200
Apr 04, 2016 12:14:26 AM com.wurmonline.server.Server$4 run
INFO: 
Wurm Server Shutdown hook is running

Apr 04, 2016 12:14:26 AM com.wurmonline.server.DbConnector closeAll
INFO: Starting to close all Database Connections.
Apr 04, 2016 12:14:26 AM com.wurmonline.server.DbConnector closeAll
INFO: Finished closing all Database Connections.
 

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