erreur lunch Gamserveur Login and register

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
nico89600
Posts: 6
Joined: Thu Mar 25, 2010 10:01 am

erreur lunch Gamserveur Login and register

Post 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]
You do not have the required permissions to view the files attached to this post.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: erreur lunch Gamserveur Login and register

Post by MELERIX »

missing main libs probably.
nico89600
Posts: 6
Joined: Thu Mar 25, 2010 10:01 am

Re: erreur lunch Gamserveur Login and register

Post by nico89600 »

i dont know

i screen my library

[img]
library.jpg
[/img]
You do not have the required permissions to view the files attached to this post.
User avatar
theone
Posts: 1384
Joined: Tue Aug 12, 2008 2:28 am
Location: Quebec, Canada

Re: erreur lunch Gamserveur Login and register

Post 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)
Image
nico89600
Posts: 6
Joined: Thu Mar 25, 2010 10:01 am

Re: erreur lunch Gamserveur Login and register

Post 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
You do not have the required permissions to view the files attached to this post.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: erreur lunch Gamserveur Login and register

Post by MELERIX »

show pictures of: game & login folders
nico89600
Posts: 6
Joined: Thu Mar 25, 2010 10:01 am

Re: erreur lunch Gamserveur Login and register

Post by nico89600 »

for gameserver :
dossier.jpg

for loginserver:
dossier login.jpg
I think the problem is . jar files
You do not have the required permissions to view the files attached to this post.
User avatar
theone
Posts: 1384
Joined: Tue Aug 12, 2008 2:28 am
Location: Quebec, Canada

Re: erreur lunch Gamserveur Login and register

Post by theone »

the error says it cannot find GameServer.java (the main class), so imho the problem comes from when you compiled the core
Image
nico89600
Posts: 6
Joined: Thu Mar 25, 2010 10:01 am

Re: erreur lunch Gamserveur Login and register

Post by nico89600 »

Yes, however when I compile I have no error I do not understand and I do not know what to do
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: erreur lunch Gamserveur Login and register

Post by MELERIX »

try following this guides step by step: viewtopic.php?f=2&t=10719
nico89600
Posts: 6
Joined: Thu Mar 25, 2010 10:01 am

Re: erreur lunch Gamserveur Login and register

Post 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:
Post Reply