Jump to content
  • 0

[HELP]L2j Infinity on Linux


Question

Posted

Hello Guys, I'm new here on forum.So I apologize in advance for the poor if I'm writing topic.

I have L2j Infinity but when i run server writing error.Login server boots up just fine.But GameServer ERROR in the Log: ./GameServer_loop.sh: line 10: L2J-Infinity.jar: command not found

My line:#!/bin/bash

 

# exit codes of GameServer:

#  0 normal shutdown

#  2 reboot attempt

 

while :; do

[ -f log/java0.log.0 ] && mv log/java0.log.0 "log/`date +%Y-%m-%d_%H-%M-%S`_java.log"

[ -f log/stdout.log ] && mv log/stdout.log "log/`date +%Y-%m-%d_%H-%M-%S`_stdout.log"

java -Xms1500m -Xmx1024m -cp bsh-engine.jar;bsh-2.0b5.jar;mmocore.jar;javolution.jar;c3p0-0.9.1.2.jar;mysql-connector-java-5.1.6-bin.jar;jython.jar;jython-engine.jar;commons-logging-1.1.jar;java-engine.jar;L2J-Infinity.jar net.sf.l2j.gameserver.L2GameServer > log/stdout.log 2>&1

[ $? -ne 2 ] && break

# /etc/init.d/mysql restart

sleep 10

done

 

Thank you very much :)

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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