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
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.
DISCORD :
https://discord.com/users/325653525793210378
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
Question
popalo
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
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.