Jump to content
  • 0

Error launching GS.


booosas

Question

Hey people, im using an old pack of another project not L2j.. but maybe you will help me. Im launching server on virtual server (linux CentOS 5.5)

Here the error then i type the command "./startGameServer.sh":

mv: cannot move `log/java0.log.0' to `log/java/2010-12-30_13-23-34_java0.log.0': No such file or directory

 

another problem at gs console:

*sys-package-mgr*: can't create package cache dir, '/root/gameserver/lib/jython.jar/cachedir/packages'

server loads normaly, i can connect and play, but i cant find any problems of these errors.. but you know we dont like the errors...

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
mv: cannot move `log/java0.log.0' to `log/java/2010-12-30_13-23-34_java0.log.0': No such file or directory

Looks like the process dont have enough privilege to make a folder on destination target, thats why cannot move (mv) the file and change his name... make a comand "chmod -R 777" into the whole server folder should fix that, that give read, write and exec permition for every user on that folder...

 

*sys-package-mgr*: can't create package cache dir, '/root/gameserver/lib/jython.jar/cachedir/packages'

maybe it's same probles as before... check folder permition...

 

PD: sorry 4 english XD...

Link to comment
Share on other sites

  • 0

The second one is not problem

 

You will see this only the 1st time that you open gameserver console.

The next time you will not see this as files will be created.

Link to comment
Share on other sites

  • 0

The second one is not problem

 

You will see this only the 1st time that you open gameserver console.

The next time you will not see this as files will be created.

I see it always, on windows XP it was working without any error :)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...