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.
🔥 DISCOUNT UNTIL THE END OF THE MONTH!
» From 14.03.2025 to 19.03.2025 - 20% Discount!
Price: 500$ - 400$.
»From 20.03.2025 to 31.03.2025 - 10% Discount!
Price: 500$ - 450$.
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.