GS Start

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
User avatar
diablodoro
Posts: 67
Joined: Thu Oct 11, 2007 8:54 pm

GS Start

Post 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 ?
User avatar
goncafa
Posts: 385
Joined: Thu Aug 05, 2010 2:10 pm
Location: Santiago, Chile

Re: GS Start

Post 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
Best Regards

PS: im sorry my bad english.
Image
User avatar
diablodoro
Posts: 67
Joined: Thu Oct 11, 2007 8:54 pm

Re: GS Start

Post by diablodoro »

hmm some idia about the missing file ?
mrTJO
L2j Veteran
L2j Veteran
Posts: 208
Joined: Thu Jul 27, 2006 11:03 am
Location: Italy

Re: GS Start

Post by mrTJO »

please specify your server and datapack revision, trunk/beta
User avatar
diablodoro
Posts: 67
Joined: Thu Oct 11, 2007 8:54 pm

Re: GS Start

Post by diablodoro »

H5 Beta (267;268;271;273)
mrTJO
L2j Veteran
L2j Veteran
Posts: 208
Joined: Thu Jul 27, 2006 11:03 am
Location: Italy

Re: GS Start

Post by mrTJO »

Could you post the manifest file contained in jar archive and specify which script file (batch, powershell, shell) are you running?
User avatar
diablodoro
Posts: 67
Joined: Thu Oct 11, 2007 8:54 pm

Re: GS Start

Post 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 :)
mrTJO
L2j Veteran
L2j Veteran
Posts: 208
Joined: Thu Jul 27, 2006 11:03 am
Location: Italy

Re: GS Start

Post by mrTJO »

even if you compile it from svn it generate l2jserver.jar :V
and l2jserver.jar is required to start gameserver
User avatar
diablodoro
Posts: 67
Joined: Thu Oct 11, 2007 8:54 pm

Re: GS Start

Post by diablodoro »

mmm is there way to get working h5 server client ?
Post Reply