Hello, I have purchased a dedicated server with Linux Debian. I have installed successfully mysql and java. I start the game and login servers and I run *cat* command to check stdout.log file. It appear's the following problems:
Problem at gameserver:
Exception in thread "main" java.lang.NoClassDefFoundError: com/it/br/gameserver GameServer
Caused by: java.lang.ClassNotFoundException: com.it.br.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.it.br.gameserver.GameServer. Program will exit.
Problem at loginserver:
loading login config
java.io.FileNotFoundException: ./config/Loginserver.properties (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:120)
at com.it.br.Config.load(Config.java:2554)
at com.it.br.loginserver.L2LoginServer.<init>(L2LoginServer.java:106)
at com.it.br.loginserver.L2LoginServer.main(L2LoginServer.java:57)
Exception in thread "main" java.lang.Error: Failed to Load ./config/server.prope rties File.
at com.it.br.Config.load(Config.java:2592)
at com.it.br.loginserver.L2LoginServer.<init>(L2LoginServer.java:106)
at com.it.br.loginserver.L2LoginServer.main(L2LoginServer.java:57)
What is the problem? Please help me because I have to fix this problem and start working on server. Sorry for my bad English. Thank you!
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hello everyone,
Given that he has lots of different projects but no concrete opinions..
I pose my request here.
Which serious Lineage2 HighFive project is the best choice?
For a server that can be custom and which can be suitable for a classic x10 server and an x1000 server for example?
L2J
Or we ideally have the source, in order to be able to add the farming systems, weapons and armor, npc...
Free or paid, it doesn't matter.
THANKS
Question
Scotar
Hello, I have purchased a dedicated server with Linux Debian. I have installed successfully mysql and java. I start the game and login servers and I run *cat* command to check stdout.log file. It appear's the following problems:
Problem at gameserver:
Problem at loginserver:
What is the problem? Please help me because I have to fix this problem and start working on server. Sorry for my bad English. Thank you!
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.