Sign in to follow this  
e7seif

Server shutting down immediately after started

Recommended Posts

Hello,

 

I know this has been posted a million times before but no solution I have come across scouring the internet has worked. I have the server shutting down on a computer and laptop. It used to work on the computer. Never worked on the laptop. On a third older computer it works fine. IPs are correct. What is happening?


Below is pretty much the section from the log file that I see pop up just as it shuts down:

INFO: Creating Wurm SocketServer on /192.168.0.100:48010
Apr 18, 2016 4:37:50 PM com.wurmonline.server.Server shutDown
INFO: Shutting down the server - reason: Problem running the server - Address already in use: bind
Apr 18, 2016 4:37:50 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)

Apr 18, 2016 4:37:50 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)

[Click and drag to move] 

 

Share this post


Link to post
Share on other sites

Try changing the server internal port to 48011,

If you have nvidia card one of the services it has uses 48010 now.

Share this post


Link to post
Share on other sites

My game has worked fine until today. Now when I start the server, it runs the stuff & then crashes & blinks out. I had a Java update notice & did that this morning. In years past, this has created problems because the coders didn't have their own update in the client/game yet to accommodate the Java. I have a Nvidia card. I tried the change above you suggested. It still simply crashes. I'm new to the Unlimited game, but played online for years. Hope you can help.

 

Share this post


Link to post
Share on other sites
36 minutes ago, Retha said:

My game has worked fine until today. Now when I start the server, it runs the stuff & then crashes & blinks out. I had a Java update notice & did that this morning. In years past, this has created problems because the coders didn't have their own update in the client/game yet to accommodate the Java. I have a Nvidia card. I tried the change above you suggested. It still simply crashes. I'm new to the Unlimited game, but played online for years. Hope you can help.

 

 

post the java errors wurm.log.0 file.

Share this post


Link to post
Share on other sites

ok, how do I do that? I went to the logs file & "copied" but it won't let me paste here.

 

nvm  ..  I think I figured it out. Is this what you need?

 

 

Apr 20, 2016 7:29:56 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)
 

Edited by Retha

Share this post


Link to post
Share on other sites

This was above it.

 

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

Apr 20, 2016 9:02:54 PM com.wurmonline.server.zones.CropTilePoller initializeFields
INFO: CROPS_POLLER: Collecting tile Finished.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.effects.EffectFactory loadEffects
INFO: Loaded 0 effects from database took 6.067378 ms
Apr 20, 2016 9:02:54 PM com.wurmonline.server.creatures.AnimalSettings loadAll
INFO: Loading all animal settings.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.creatures.AnimalSettings loadAll
INFO: Loaded 0 animal settings. That took 4.430422 ms.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.items.ItemSettings loadAll
INFO: Loading all item settings.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.items.ItemSettings loadAll
INFO: Loaded 0 item settings. That took 0.091342 ms.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.structures.DoorSettings loadAll
INFO: Loading all door (and gate) settings.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.structures.DoorSettings loadAll
INFO: Loaded 0 door (and gate) settings. That took 4.646158 ms.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.structures.StructureSettings loadAll
INFO: Loading all structure settings.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.structures.StructureSettings loadAll
INFO: Loaded 0 structure settings (guests). That took 0.080225 ms.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.creatures.MineDoorSettings loadAll
INFO: Loading all minedoor settings.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.creatures.MineDoorSettings loadAll
INFO: Loaded 0 minedoor settings. That took 0.074516 ms.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.players.PermissionsHistories loadAll
INFO: Purging permissions history over 6 months old.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.players.PermissionsHistories loadAll
INFO: Purged 0 permissions history. That took 0.126798 ms.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.players.PermissionsHistories loadAll
INFO: Loading all permissions history.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.players.PermissionsHistories loadAll
INFO: Loaded 0 permissions history. That took 0.127399 ms.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.Items loadAllItemData
INFO: Loaded 101 item data entries, that took 2.154666 ms
Apr 20, 2016 9:02:54 PM com.wurmonline.server.items.ItemSpellEffects loadSpellEffectsForItems
INFO: Loaded 0 Spell Effects For Items, that took 0.082629 ms
Apr 20, 2016 9:02:54 PM com.wurmonline.server.Items loadAllItempInscriptionData
INFO: Loaded 0 item inscription data entries, that took 0.046873 ms
Apr 20, 2016 9:02:54 PM com.wurmonline.server.Items loadAllStaticItems
INFO: Loading all static preloaded items
Apr 20, 2016 9:02:54 PM 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 20, 2016 9:02:54 PM com.wurmonline.server.utils.logging.ItemTransferDatabaseLogger <init>
INFO: Creating Item Transfer logger, System useItemTransferLog option: false
Apr 20, 2016 9:02:54 PM 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 20, 2016 9:02:54 PM com.wurmonline.server.utils.ItemDamageDatabaseUpdater <init>
INFO: Creating Item Damage Updater.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.Items loadAllStaticItems
INFO: Loaded all static preloaded items, that took 63.60997 ms
Apr 20, 2016 9:02:54 PM com.wurmonline.server.Items loadAllProtectedItems
INFO: Loaded 0 protected corpse entries, that took 0.062798 ms
Apr 20, 2016 9:02:54 PM com.wurmonline.server.Items loadAllZoneItems
INFO: Loading all zone items using com.wurmonline.server.items.BodyDbStrings@7d8b3029
Apr 20, 2016 9:02:54 PM com.wurmonline.server.Items loadAllZoneItems
INFO: Loaded 17 zone items. That took 0.21784 ms.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.Items loadAllZoneItems
INFO: Loading all zone items using com.wurmonline.server.items.ItemDbStrings@4414c3bd
Apr 20, 2016 9:02:54 PM com.wurmonline.server.Items loadAllZoneItems
INFO: Loaded 5069 zone items. That took 41.74902 ms.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.Items loadAllZoneItems
INFO: Loading all zone items using com.wurmonline.server.items.CoinDbStrings@4ab89366
Apr 20, 2016 9:02:54 PM com.wurmonline.server.Items loadAllZoneItems
INFO: Loaded 5079 zone items. That took 1.229822 ms.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.combat.WeaponCreator createWeapons
INFO: Creating weapons
Apr 20, 2016 9:02:54 PM com.wurmonline.server.combat.WeaponCreator createWeapons
INFO: Creating weapons took 0.290855 ms
Apr 20, 2016 9:02:54 PM com.wurmonline.server.banks.Banks loadAllBanks
INFO: Loaded 0 banks from database took 4.443041 ms
Apr 20, 2016 9:02:54 PM com.wurmonline.server.structures.Wall loadAllWalls
INFO: Loading all walls.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.structures.Wall loadAllWalls
INFO: Loaded 0 wall. That took 0.115981 ms.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.structures.Floor loadAllFloors
INFO: Loading all floors.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.structures.Floor loadAllFloors
INFO: Loaded 0 floors. That took 0.097652 ms.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.structures.BridgePart loadAllBridgeParts
INFO: Loading all bridge parts.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.structures.BridgePart loadAllBridgeParts
INFO: Loaded 0 bridge parts. That took 0.123493 ms.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.kingdom.Kingdom loadAllKingdoms
INFO: Loading all kingdoms.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.kingdom.Kingdom loadAllKingdoms
INFO: Loaded kingdoms from database took 49.53869 ms
Apr 20, 2016 9:02:54 PM com.wurmonline.server.kingdom.King loadAllEra
INFO: Loading all kingdom eras.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.kingdom.King loadAllEra
INFO: Loaded kingdom eras from database took 0.085033 ms
Apr 20, 2016 9:02:54 PM com.wurmonline.server.kingdom.Appointments <init>
INFO: Loading era -1 for kingdom 1 current=true
Apr 20, 2016 9:02:54 PM com.wurmonline.server.kingdom.Appointments <init>
INFO: Loading era -3 for kingdom 3 current=true
Apr 20, 2016 9:02:54 PM com.wurmonline.server.kingdom.Appointments <init>
INFO: Loading era -2 for kingdom 2 current=true
Apr 20, 2016 9:02:54 PM com.wurmonline.server.kingdom.Appointments <init>
INFO: Loading era -5 for kingdom 0 current=true
Apr 20, 2016 9:02:54 PM com.wurmonline.server.spells.Cooldowns loadAllCooldowns
INFO: Loading all cooldowns.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.spells.Cooldowns loadAllCooldowns
INFO: Loaded cooldowns from database took 0.129502 ms
Apr 20, 2016 9:02:54 PM com.wurmonline.server.zones.Zones createZones
INFO: Creating zones: size is 2048, 2048
Apr 20, 2016 9:02:54 PM com.wurmonline.server.zones.Zones initializeDomains
INFO: Number of faithzones=65536 surfaced as well as underground.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.zones.Zones createZones
INFO: Initialised surface zones - array size: [32][32];
Apr 20, 2016 9:02:54 PM com.wurmonline.server.zones.Zones createZones
INFO: Initialised cave zones - array size: [32][32];
Apr 20, 2016 9:02:54 PM com.wurmonline.server.zones.Zones createZones
INFO: Seconds between polls=800, zonespolled=2, maxnumberofzonespolled=1024
Apr 20, 2016 9:02:54 PM com.wurmonline.server.zones.Zones createZones
INFO: Loading surface and cave zone structures
Apr 20, 2016 9:02:54 PM com.wurmonline.server.structures.Structures loadAllStructures
INFO: Loading all Structures
Apr 20, 2016 9:02:54 PM com.wurmonline.server.structures.Structures loadAllStructures
INFO: Structures loaded. Number of structures=0. That took 0.168263 ms.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.WurmId loadIdNumbers
INFO: Loading ids.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.WurmId loadIdNumbers
INFO: Added to ids, creatrureIdcounter is now 199172
Apr 20, 2016 9:02:54 PM com.wurmonline.server.WurmId loadIdNumbers
INFO: Finished loading Wurm IDs, that took 0.687173 millis.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.zones.Zones createZones
INFO: Loaded 1024 surface and cave zones
Apr 20, 2016 9:02:54 PM com.wurmonline.server.zones.Zones createZones
INFO: Zones created and loaded. Number of zones=1024. PollFraction is 24. That took 344.76578 millis.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.zones.Zones loadAllMiningTiles
INFO: Loaded 7 mining tiles, that took 0.137915 ms
Apr 20, 2016 9:02:54 PM com.wurmonline.server.zones.SpawnTable createEncounters
INFO: Creating Encounters
Apr 20, 2016 9:02:54 PM com.wurmonline.server.zones.SpawnTable createEncounters
INFO: Created Encounters. It took 0.472037 ms.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.zones.Zones initializeWalkTiles
INFO: Initialising walked tiles
Apr 20, 2016 9:02:54 PM com.wurmonline.server.zones.Zones initializeWalkTiles
INFO: Initialised walked tiles. It took 6.02351 ms.
Apr 20, 2016 9:02:54 PM com.wurmonline.server.zones.Zones loadProtectedTiles
INFO: Loading protected tiles from file: Creative\\protectedTiles.bmap
Apr 20, 2016 9:02:55 PM com.wurmonline.server.zones.Zones loadProtectedTiles
INFO: Loaded 0 protected tiles. It took 272.3049 ms.
Apr 20, 2016 9:02:55 PM 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 20, 2016 9:02:55 PM com.wurmonline.server.utils.CreaturePositionDatabaseUpdater <init>
INFO: Creating Creature Position Updater.
Apr 20, 2016 9:02:55 PM 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 20, 2016 9:02:55 PM com.wurmonline.server.utils.PlayerPositionDatabaseUpdater <init>
INFO: Creating Player Position Updater.
Apr 20, 2016 9:02:55 PM com.wurmonline.server.creatures.Brand loadAllBrands
INFO: Loading Brands
Apr 20, 2016 9:02:55 PM com.wurmonline.server.creatures.Creatures loadAllCreatures
INFO: Loading all skills for creatures
Apr 20, 2016 9:02:55 PM com.wurmonline.server.creatures.Creatures loadAllCreatures
INFO: Loaded creature skills. That took 0.261409
Apr 20, 2016 9:02:55 PM com.wurmonline.server.creatures.Creatures loadAllCreatures
INFO: Loading Creatures
Apr 20, 2016 9:02:55 PM com.wurmonline.server.creatures.Creatures loadAllCreatures
INFO: Loading all items for creatures
Apr 20, 2016 9:02:55 PM com.wurmonline.server.creatures.Creatures loadAllCreatures
INFO: Loaded creature items. That took 2.011042 ms for 2 items and 0 coins.
Apr 20, 2016 9:02:56 PM com.wurmonline.server.Players loadBannedIps
INFO: Loaded 0 banned IPs
Apr 20, 2016 9:02:56 PM com.wurmonline.server.creatures.Creatures loadAllCreatures
INFO: Loaded 9404 creatures. Destroyed 0. That took 1584.6058 ms. CheckPoints cp1=267.47906, cp2=0.0, cp3=0.0, cp4=0.0
Apr 20, 2016 9:02:56 PM com.wurmonline.server.creatures.Creatures loadAllCreatures
INFO: Loaded items for creature. CheckPoints cp1=0.932631, cp2=0.0, cp3=58.588535, cp4=0.894798
Apr 20, 2016 9:02:56 PM com.wurmonline.server.Server fixHoles
INFO: Fixing cave entrances.
Apr 20, 2016 9:02:56 PM com.wurmonline.server.Server fixHoles
INFO: Set 0 cave entrances to rock out of 1
Apr 20, 2016 9:02:56 PM com.wurmonline.server.Server fixHoles
INFO: Fixing cave entrances took 155.5509 ms
Apr 20, 2016 9:02:56 PM com.wurmonline.server.Items loadAllItemEffects
INFO: Loading item effects.
Apr 20, 2016 9:02:56 PM com.wurmonline.server.Items loadAllItemEffects
INFO: Loaded 4 item effects. That took 17.517666 ms.
Apr 20, 2016 9:02:56 PM com.wurmonline.server.villages.Villages loadVillages
INFO: Loading villages.
Apr 20, 2016 9:02:56 PM com.wurmonline.server.villages.Villages loadVillages
INFO: Loaded 0 villages from the database took 0.12139 ms
Apr 20, 2016 9:02:56 PM com.wurmonline.server.zones.Zones loadTowers
INFO: Loading guard towers.
Apr 20, 2016 9:02:56 PM com.wurmonline.server.zones.Zones loadTowers
INFO: Loaded 0 Guard towers. That took 0.03215 ms.
Apr 20, 2016 9:02:56 PM com.wurmonline.server.villages.PvPAlliance loadPvPAlliances
INFO: Loading all PVP Alliances.
Apr 20, 2016 9:02:56 PM com.wurmonline.server.villages.PvPAlliance loadPvPAlliances
INFO: Loaded PVP Alliances from database took 0.083831 ms
Apr 20, 2016 9:02:56 PM com.wurmonline.server.villages.Villages loadWars
INFO: Loading all wars.
Apr 20, 2016 9:02:56 PM com.wurmonline.server.villages.Villages loadWars
INFO: Loaded 0 wars from the database took 0.055287 ms
Apr 20, 2016 9:02:56 PM com.wurmonline.server.villages.RecruitmentAds loadRecruitmentAds
INFO: Loaded 0 ads from the database took 0.060995 ms
Apr 20, 2016 9:02:56 PM com.wurmonline.server.economy.DbEconomy load
INFO: Iron=0
Apr 20, 2016 9:02:56 PM com.wurmonline.server.economy.DbEconomy load
INFO: Copper=0
Apr 20, 2016 9:02:56 PM com.wurmonline.server.economy.DbEconomy load
INFO: Silver=0
Apr 20, 2016 9:02:56 PM com.wurmonline.server.economy.DbEconomy load
INFO: Gold=0
Apr 20, 2016 9:02:56 PM com.wurmonline.server.economy.Economy getEconomy
INFO: Loading economy took 33.864403 ms.
Apr 20, 2016 9:02:56 PM com.wurmonline.server.Server startRunning
INFO: Loading economy took 35.030525 ms.
Apr 20, 2016 9:02:57 PM com.wurmonline.server.endgames.EndGameItems loadEndGameItems
INFO: Loading End Game Items.
Apr 20, 2016 9:02:57 PM com.wurmonline.server.endgames.EndGameItems loadEndGameItems
INFO: Loaded 2 altars and 12 artifacts. That took 43.364944 ms.
Apr 20, 2016 9:02:57 PM com.wurmonline.server.players.PlayerInfoFactory loadPlayerInfos
INFO: Loading player infos. Going to prune DB.
Apr 20, 2016 9:02:57 PM com.wurmonline.server.players.PlayerInfoFactory loadPlayerInfos
INFO: Loaded 2 PlayerInfos from the database took 20 ms
Apr 20, 2016 9:02:57 PM com.wurmonline.server.players.WurmRecord loadAllChampRecords
INFO: Loaded 0 champ records from the database took 0 ms
Apr 20, 2016 9:02:57 PM com.wurmonline.server.skills.Affinities loadAffinities
INFO: Loaded 2 affinities from the database took 0.247587 ms
Apr 20, 2016 9:02:57 PM com.wurmonline.server.players.PlayerInfoFactory loadReferers
INFO: Loaded 0 referrers from the database took 0.100657 ms
Apr 20, 2016 9:02:57 PM com.wurmonline.server.zones.Dens loadDens
INFO: Loading dens
Apr 20, 2016 9:02:57 PM com.wurmonline.server.zones.Dens loadDens
INFO: Loaded 1 dens from the database took 9.698551 ms
Apr 20, 2016 9:02:57 PM com.wurmonline.server.players.Reimbursement loadAll
INFO: Loaded 0 reimbursements from the database took 0.109972 ms
Apr 20, 2016 9:02:57 PM com.wurmonline.server.players.PendingAccount loadAllPendingAccounts
INFO: Loaded 0 pending accounts from the database took 0.060394 ms
Apr 20, 2016 9:02:57 PM com.wurmonline.server.intra.PasswordTransfer loadAllPasswordTransfers
INFO: Loaded 0 PasswordTransfers from the database took 0.069108 ms
Apr 20, 2016 9:02:57 PM com.wurmonline.server.players.AchievementGenerator loadAchievementTemplates
INFO: Loading achievement templates.
Apr 20, 2016 9:02:57 PM com.wurmonline.server.players.Achievements loadAllAchievements
INFO: Loaded 44 achievements from the database took 4.086684 ms
Apr 20, 2016 9:02:57 PM com.wurmonline.server.zones.FocusZone loadAll
INFO: Loaded 6 focus zones. It took 0.446798 millis.
Apr 20, 2016 9:02:57 PM com.wurmonline.server.epic.Hota loadAllHotaItems
INFO: Loaded 0 HOTA items. It took 0.051681 millis.
Apr 20, 2016 9:02:57 PM com.wurmonline.server.epic.Hota loadAllHelpers
INFO: Loaded 0 HOTA helpers. It took 0.033052 millis.
Apr 20, 2016 9:02:57 PM com.wurmonline.communication.SocketServer <init>
INFO: Creating Wurm SocketServer on /192.168.0.2:48010
Apr 20, 2016 9:02:57 PM com.wurmonline.server.Server shutDown
INFO: Shutting down the server - reason: Problem running the server - Address already in use: bind
Apr 20, 2016 9:02:57 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)

Share this post


Link to post
Share on other sites

have u tried the solution i posted above?  use a different one other than 48011.

you could also change the other ports one by one as another program could of high jacked them too.

 

 

Share this post


Link to post
Share on other sites
On 4/18/2016 at 5:35 PM, bigsteve said:

Try changing the server internal port to 48011,

If you have nvidia card one of the services it has uses 48010 now.

Bump and Pin this please this is very useful info.

Share this post


Link to post
Share on other sites

As I stated in my post, I tried your suggestions to the original person who started this. Unfortunately, I have no idea what I'm doing, so don't know if I'm even doing it right. By clicking around on random places, I found the "connect by I.P." tab had a menu that included a slot labeled "port". The 4 digit number that was in there, is where I keyed in the 48010 because I interpreted your instuctions as the probable number to use with my NVidia card. After your last post, I went in & tried the 48011. I still get the same crash & burn. I am clueless about your reference to "change the other ports", let alone one by one, and am concerned about the "another program could of high jacked them too". I really appreciated you trying to help, but I'm someone who doesn't know anything about computer programming. :(

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