Problem with GameServer

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
Eandy
Posts: 30
Joined: Sat Sep 26, 2009 7:55 pm

Problem with GameServer

Post by Eandy »

Hi all. (I using Debian Squeeze, HI5 (l2j) Latest revision)
When I use

Code: Select all

./startGameServer
. Server dont start and in log I have this error:

Code: Select all

Error: Could not find or load main class com.l2jserver.gameserver.GameServer 
Somebody any solution? Thanks :)
User avatar
Asmodaius
Posts: 170
Joined: Sun Jul 16, 2006 9:43 am

Re: Problem with GameServer

Post by Asmodaius »

Check this thread :

viewtopic.php?f=82&t=24624
Eandy
Posts: 30
Joined: Sat Sep 26, 2009 7:55 pm

Re: Problem with GameServer

Post by Eandy »

Now I got this problem can somebody help me?

Code: Select all

Exception in thread "main" java.lang.NoClassDefFoundError: com/l2jserver/gameserver/GameServerCaused by: java.lang.ClassNotFoundException: com.l2jserver.gameserver.GameServer    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)    at java.security.AccessController.doPrivileged(Native Method)    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)Could not find the main class: com.l2jserver.gameserver.GameServer.  Program will exit.
Eandy
Posts: 30
Joined: Sat Sep 26, 2009 7:55 pm

Re: Problem with GameServer

Post by Eandy »

Can somebody help me please?
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: Problem with GameServer

Post by tukune »

$ java -version
$ echo $JAVA_HOME
Eandy
Posts: 30
Joined: Sat Sep 26, 2009 7:55 pm

Re: Problem with GameServer

Post by Eandy »

still same
User avatar
Asmodaius
Posts: 170
Joined: Sun Jul 16, 2006 9:43 am

Re: Problem with GameServer

Post by Asmodaius »

IamOR, just told you to check your java files.

The issue here, seems to be, either corrupted jar files, if you have downloaded ready builds or wrong java version, which affects the build compilation, if you are using SVN repositories.

Did you have nightly builds, or you are using Eclipse?
Eandy
Posts: 30
Joined: Sat Sep 26, 2009 7:55 pm

Re: Problem with GameServer

Post by Eandy »

ahh.
I using nightly build.
Java Version 1.0.6
User avatar
Asmodaius
Posts: 170
Joined: Sun Jul 16, 2006 9:43 am

Re: Problem with GameServer

Post by Asmodaius »

Apparently, you do not read forum threads.
Update your java files.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Problem with GameServer

Post by MELERIX »

Eandy
Posts: 30
Joined: Sat Sep 26, 2009 7:55 pm

Re: Problem with GameServer

Post by Eandy »

I am not sure but there is no update to java 1.0.7 on Debian...
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: Problem with GameServer

Post by Zoey76 »

Powered by Eclipse 4.34 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
Eandy
Posts: 30
Joined: Sat Sep 26, 2009 7:55 pm

Re: Problem with GameServer

Post by Eandy »

Ok nice, I Installed Java 7. Now I got this error. :?

Code: Select all

java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: Error 23 
Eandy
Posts: 30
Joined: Sat Sep 26, 2009 7:55 pm

Re: Problem with GameServer

Post by Eandy »

Can somebody help me? I want finally run that :?
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Problem with GameServer

Post by MELERIX »

Eandy wrote:Can somebody help me? I want finally run that :?
what error you got now ?

did you got an error during build process too ?
Post Reply