Hello everyone,
I have had my eye on this engine for quite some time and finally decided to try it out.
I installed everything as in the installation guide, but when I try to run the server start batch file, the server stops before initializing.
I tried looking through the log files, but I'm still not sure where my problem lies.
Here is some of the logs I am unsure about:
Instance.out
WARN [2012-07-30 16:35:23,332] main engine: world geometry is not set
AND
ERROR [2012-07-30 16:35:26,292] Instance-2 handleMessageImpl java.lang.NullPointerException
at java.lang.String.replace(Unknown Source)
at multiverse.server.util.FileUtil.expandFileName(FileUtil.java:10)
at multiverse.server.plugins.InstancePlugin$CreateInstanceHook.createInstance(InstancePlugin.java:307)
at multiverse.server.plugins.InstancePlugin$CreateInstanceHook.handleMessage(InstancePlugin.java:222)
at multiverse.server.plugins.InstancePlugin$CreateInstanceHook.processMessage(InstancePlugin.java:216)
at multiverse.server.engine.EnginePlugin.handleMessageImpl(EnginePlugin.java:424)
at multiverse.server.engine.EnginePlugin$QueuedMessage.run(EnginePlugin.java:458)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
AND
ERROR [2012-07-30 16:35:26,302] main ScriptManager.runPYFile: file=..\config\sampleworld\startup_instance.py Traceback (innermost last):
File "..\config\sampleworld\startup_instance.py", line 15, in ?
multiverse.msgsys.RPCException(java.lang.NullPointerException in instance)
at java.lang.String.replace(Unknown Source)
at multiverse.server.util.FileUtil.expandFileName(FileUtil.java:10)
at multiverse.server.plugins.InstancePlugin$CreateInstanceHook.createInstance(InstancePlugin.java:307)
at multiverse.server.plugins.InstancePlugin$CreateInstanceHook.handleMessage(InstancePlugin.java:222)
at multiverse.server.plugins.InstancePlugin$CreateInstanceHook.processMessage(InstancePlugin.java:216)
at multiverse.server.engine.EnginePlugin.handleMessageImpl(EnginePlugin.java:424)
at multiverse.server.engine.EnginePlugin$QueuedMessage.run(EnginePlugin.java:458)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
multiverse.msgsys.RPCException: multiverse.msgsys.RPCException(java.lang.NullPointerException in instance)
at org.python.core.Py.JavaError(Unknown Source)
at org.python.core.Py.JavaError(Unknown Source)
at org.python.core.PyReflectedFunction.__call__(Unknown Source)
at org.python.core.PyReflectedFunction.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at org.python.pycode._pyx5.f$0(..\config\sampleworld\startup_instance.py:15)
at org.python.pycode._pyx5.call_function(..\config\sampleworld\startup_instance.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyCode.call(Unknown Source)
at org.python.core.Py.runCode(Unknown Source)
at multiverse.server.engine.ScriptManager.runPYFile(ScriptManager.java:181)
at multiverse.server.engine.ScriptManager.runFile(ScriptManager.java:94)
at multiverse.server.engine.Engine.processPostScripts(Engine.java:527)
at multiverse.server.engine.Engine.main(Engine.java:382)
DEBUG [2012-07-30 16:35:26,302] main Engine, script completed
MOBSERVER
WARN [2012-07-30 16:35:26,152] main ScriptManager.runPYFile: file not found: ..\config\sampleworld\extensions_mobserver.py
The logs then end with:
DEBUG [2012-07-30 16:36:13,044] MessageIO Connection closed (exception) java.nio.channels.SocketChannel[connected local=/127.0.0.1 remote=/127.0.0.1:52945]
ERROR [2012-07-30 16:36:13,044] MessageIO Lost connection to agent 'mobserver' java.nio.channels.SocketChannel[closed]
DEBUG [2012-07-30 16:36:13,074] MessageIO Connection closed (exception) java.nio.channels.SocketChannel[connected local=/127.0.0.1 remote=/127.0.0.1:52942]
ERROR [2012-07-30 16:36:13,074] MessageIO Lost connection to agent 'voiceserver' java.nio.channels.SocketChannel[closed]
DEBUG [2012-07-30 16:36:13,094] MessageIO Connection closed (exception) java.nio.channels.SocketChannel[connected local=/127.0.0.1 remote=/127.0.0.1:52995]
ERROR [2012-07-30 16:36:13,104] MessageIO Lost connection to agent 'login_manager' java.nio.channels.SocketChannel[closed]
DEBUG [2012-07-30 16:36:13,124] MessageIO Connection closed (exception) java.nio.channels.SocketChannel[connected local=/127.0.0.1 remote=/127.0.0.1:52928]
ERROR [2012-07-30 16:36:13,124] MessageIO Lost connection to agent 'proxy_1' java.nio.channels.SocketChannel[closed]
My specs
Windows 7 x64
Latest JDK
Latest MySQL
Latest MySQL connector (5.1.21)
Not using Cygwin
I have tried using different ports, no luck.
I hope my logs can give some insight to the problem I'm having...
Regards
Gabriël