Page 1 of 1

GS Start

Posted: Wed Jul 13, 2011 3:28 pm
by diablodoro

Code: Select all

Exception in thread "main" java.lang.NoClassDefFoundError: org/mmocore/network/IAcceptFilterCaused by: java.lang.ClassNotFoundException: org.mmocore.network.IAcceptFilter    at java.net.URLClassLoader$1.run(URLClassLoader.java:217)    at java.security.AccessController.doPrivileged(Native Method)    at java.net.URLClassLoader.findClass(URLClassLoader.java:205)    at java.lang.ClassLoader.loadClass(ClassLoader.java:321)    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)    at java.lang.ClassLoader.loadClass(ClassLoader.java:266)Could not find the main class: com.l2jserver.gameserver.GameServer. Program will exit.
some one know how to fix this ?

Re: GS Start

Posted: Wed Jul 13, 2011 3:36 pm
by goncafa
May be you have some missing files in your server lib folder, or you edit the classpath on startGameServer.bat or GameServer_loop.sh

Re: GS Start

Posted: Wed Jul 13, 2011 3:49 pm
by diablodoro
hmm some idia about the missing file ?

Re: GS Start

Posted: Wed Jul 13, 2011 3:58 pm
by mrTJO
please specify your server and datapack revision, trunk/beta

Re: GS Start

Posted: Wed Jul 13, 2011 4:12 pm
by diablodoro
H5 Beta (267;268;271;273)

Re: GS Start

Posted: Wed Jul 13, 2011 4:47 pm
by mrTJO
Could you post the manifest file contained in jar archive and specify which script file (batch, powershell, shell) are you running?

Re: GS Start

Posted: Wed Jul 13, 2011 6:10 pm
by diablodoro

Code: Select all

#! /bin/sh cd /home/loggon/H5/dist/xterm -title 'Login' -e tail -f /home/loggon/H5/dist/logGS/stdout.log & ./GameServer_loop.sh &
This ?

mmm i dont have l2jserver.jar arhive if you are asing for this i was using nightmare version and it was realy simple to use but this version is deferent so it little hard in the start :)

Re: GS Start

Posted: Wed Jul 13, 2011 7:15 pm
by mrTJO
even if you compile it from svn it generate l2jserver.jar :V
and l2jserver.jar is required to start gameserver

Re: GS Start

Posted: Sat Jul 16, 2011 6:04 pm
by diablodoro
mmm is there way to get working h5 server client ?