Hello all,
I'm new to multiverse and I'm trying to get the servers to go through initialization. It seems that I receive the following error when the combat server starts:
ERROR [2012-07-01 20:57:55,295] main Engine.main: domain server localhost:20374 failed java.lang.NullPointerException
at multiverse.server.util.Base64.decode(Base64.java:979)
at multiverse.server.util.Base64.decode(Base64.java:961)
at multiverse.msgsys.MessageAgent.connectToDomain(MessageAgent.java:415)
at multiverse.server.engine.Engine.main(Engine.java:359)
All the other services fail, as they apparently need to communicate to the combat server as seen below:
Could not connect to agent 'combat' at 127.0.0.1:4569 java.net.ConnectException: Connection refused: connect
My dev environment is:
Win 7 (32bit)
python 2.6.4
java (jdk) version "1.7.0_05"
mysql 5.5
mysql-connector-java-5.1.20-bin
server_20120322 (downloaded as of 01JUL)
I am able to use the MV tools (load models, etc) and can start the client in standalone. I've read through the wiki tutorial and some of the forum post.
My apologies if this has already been answered as I've not been able to find one within the forums, but has anyone experienced this error?. I also noticed on the sourceforge page that it references an older build (ver20081125) being run on fedora. Is this the working/tested platform/build?
Any insight would greatly be appreciated.