Jump to content
  • 0

Error launching GS.


Question

Posted

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...

4 answers to this question

Recommended Posts

  • 0
Posted
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...

  • 0
Posted

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 :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...