Page 1 of 1

erreur lunch Gamserveur Login and register

Posted: Fri Jan 13, 2012 6:57 pm
by nico89600
L2J Revision Number:5123
L2JDP Revision Number:8615

Morning ,

I have a big worry I ant apache instaler correctly the latest version, compilation succeeded perfectly but when I run the register or the server and login server gameserveur the same error appears I do not know or it may come.

Can you help me

[img]
Sans%20titre.jpg
[/img]

Re: erreur lunch Gamserveur Login and register

Posted: Fri Jan 13, 2012 7:01 pm
by MELERIX
missing main libs probably.

Re: erreur lunch Gamserveur Login and register

Posted: Fri Jan 13, 2012 7:06 pm
by nico89600
i dont know

i screen my library

[img]
library.jpg
[/img]

Re: erreur lunch Gamserveur Login and register

Posted: Fri Jan 13, 2012 7:08 pm
by theone
the JVM cannot find the main class in your gameserver jar. (GameServer.java)
Did you modify the ant file before you compiled it?
How do you launch the server?

French:
La machine virtuelle java n'arrive pas à trouver la classe principale dans le jar du GameServer (GameServer.java)
As-tu modifié le fichier ant avant de compiler?
Comment est-ce que tu lance l'application? (mets le code de la console que tu utilise pour lancer le serveur ici svp)

Re: erreur lunch Gamserveur Login and register

Posted: Fri Jan 13, 2012 7:15 pm
by nico89600
I run the application with the gameserver.bat .
this is the code

Code: Select all

@echo offtitle Game Server Console:startecho Starting L2J Game Server.echo.REM -------------------------------------REM Default parameters for a basic server.java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms1024m -Xmx1024m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServerREMREM If you have a big server and lots of memory, you could experiment for example withREM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOptsREM -------------------------------------if ERRORLEVEL 2 goto restartif ERRORLEVEL 1 goto errorgoto end:restartecho.echo Admin Restart ...echo.goto start:errorecho.echo Server terminated abnormalyecho.:endecho.echo server terminatedecho.pause 
I did not even change the file .

and my screen compilation Ant apache
compil ant.jpg

Re: erreur lunch Gamserveur Login and register

Posted: Fri Jan 13, 2012 7:58 pm
by MELERIX
show pictures of: game & login folders

Re: erreur lunch Gamserveur Login and register

Posted: Fri Jan 13, 2012 8:09 pm
by nico89600
for gameserver :
dossier.jpg

for loginserver:
dossier login.jpg
I think the problem is . jar files

Re: erreur lunch Gamserveur Login and register

Posted: Fri Jan 13, 2012 9:19 pm
by theone
the error says it cannot find GameServer.java (the main class), so imho the problem comes from when you compiled the core

Re: erreur lunch Gamserveur Login and register

Posted: Fri Jan 13, 2012 9:27 pm
by nico89600
Yes, however when I compile I have no error I do not understand and I do not know what to do

Re: erreur lunch Gamserveur Login and register

Posted: Fri Jan 13, 2012 11:31 pm
by MELERIX
try following this guides step by step: viewtopic.php?f=2&t=10719

Re: erreur lunch Gamserveur Login and register

Posted: Fri Jan 13, 2012 11:41 pm
by nico89600
i go trying



edit:
same mistake that compiles perfectly but not Started On Server


edit 2 : after relooking and relooking and .. i go instal subversion collabnet update and the server gone ...


just for subversion Collab :/

thanks for you help :oops: