Page 1 of 1

Can't get server to start

PostPosted: Wed Jan 08, 2014 6:23 pm
by SloberingMonkey
Everytime I click on the run.bat file I get this error in the console.

C:\lugdunonServer>run.bat

C:\lugdunonServer>java -Xmx1024M -Xms256M -jar lugdunon-server.jar
08/01/2014 17:17:39.975 INFO Enumerating local network addresses.
08/01/2014 17:17:40.002 WARNING party.leader.timeout config property not set. De
faulting to 300000ms.
08/01/2014 17:17:41.024 INFO Validating super-user failed.
08/01/2014 17:17:41.025 SEVERE Super-user authorization failed.

here's a copy of my server.cfg file

server.name=TestServer
host =127.0.0.1
su.account =adminone
su.password=adminpassword

Re: Can't get server to start

PostPosted: Thu Jan 09, 2014 1:11 am
by lugdunon
Hi there,

Looks like maybe the su.account and su.password values in the dat/server.cfg file might be the issue. They should be the plaintext equivalents of the registered Lugdunon account that you wish be the super user for your server.

Hope this helps!
Chris

Re: Can't get server to start

PostPosted: Thu Jan 09, 2014 7:41 am
by SloberingMonkey
Yep that helped. I didn't know it had to be linked to my user account. Thanks

Re: Can't get server to start

PostPosted: Thu Jan 09, 2014 10:48 am
by Marxell
Im unsure but iguess you can use any registred user. So, lets say you want to host a server but your friend wants to be the super user, his account name should work too.