Jump to content
  • 0

Login Server Problem - L2Jsunrise


Question

Posted

Can anyone help me out with this? When i try to login, it hangs up.

 

Starting L2J Login Server.

Picked up _JAVA_OPTIONS: -Xmx512M
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/E:/Private%20Server%20Test%20-%20Copy/libs/sl
f4j-jdk14-1.7.12.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/E:/Private%20Server%20Test%20-%20Copy/libs/sl
f4j-log4j12-1.6.4.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.

[23/04 21:50:08] Loading LoginController...
[23/04 21:50:11] Cached 10 KeyPairs for RSA communication
[23/04 21:50:11] Stored 20 keys for Blowfish communication
[23/04 21:50:11] GameServerTable: Loaded 127 server names
[23/04 21:50:11] GameServerTable: Loaded 1 registered Game Servers
[23/04 21:50:11] GameServerTable: Cached 10 RSA keys for Game Server communicati
on.
[23/04 21:50:11] Loaded 2 IP Bans.
[23/04 21:50:11] Scheduled LS restart after 48 hours
[23/04 21:50:11] Listening for GameServers on 127.0.0.1:9014
[23/04 21:50:11] Telnet server is currently disabled.
[23/04 21:50:11] L2LoginServer: is now listening on: *:2106
[23/04 21:50:11] Looking for UPnP Gateway Devices...
[23/04 21:50:15] No active UPnP gateway found
[23/04 21:54:27] Updated Gameserver [1] Bartz IP's:
[23/04 21:54:27] 127.0.0.1/127.0.0.0/8

 

Exception in thread "pool-1-thread-2" java.lang.NoClassDefFoundError: l2r/gamese
rver/model/items/type/EtcItemType
        at l2r.log.filter.ItemFilter.<clinit>(ItemFilter.java:41)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at java.util.logging.LogManager.getFilterProperty(Unknown Source)
        at java.util.logging.StreamHandler.configure(Unknown Source)
        at java.util.logging.StreamHandler.<init>(Unknown Source)
        at java.util.logging.FileHandler.<init>(Unknown Source)
        at l2r.log.handler.ItemLogHandler.<init>(ItemLogHandler.java:31)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at java.util.logging.LogManager$5.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.util.logging.LogManager.loadLoggerHandlers(Unknown Source)
        at java.util.logging.LogManager.addLogger(Unknown Source)
        at java.util.logging.LogManager.demandLogger(Unknown Source)
        at java.util.logging.Logger.demandLogger(Unknown Source)
        at java.util.logging.Logger.getLogger(Unknown Source)
        at org.slf4j.impl.JDK14LoggerFactory.getLogger(JDK14LoggerFactory.java:6
3)
        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:253)
        at l2r.util.Log.<clinit>(Log.java:26)
        at l2r.loginserver.LoginController.loginValid(LoginController.java:676)
        at l2r.loginserver.LoginController.tryAuthLogin(LoginController.java:208
)
        at l2r.loginserver.network.clientpackets.RequestAuthLogin.run(RequestAut
hLogin.java:123)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: l2r.gameserver.model.items.type.Etc
ItemType
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 32 more
Exception in thread "pool-1-thread-5" java.lang.NoClassDefFoundError: Could not
initialize class l2r.util.Log
        at l2r.loginserver.LoginController.loginValid(LoginController.java:676)
        at l2r.loginserver.LoginController.tryAuthLogin(LoginController.java:208
)
        at l2r.loginserver.network.clientpackets.RequestAuthLogin.run(RequestAut
hLogin.java:123)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
 

 

Thanks for the help. love you long time

7 answers to this question

Recommended Posts

  • 0
Posted

Most likely scenario is : you replaced the jar while server was still on. Be sure to shutdown server correctly before doing replacement.

Tryskell i need a little help from u , im trying to register a server Ljacis and there appear this error 

3oq24tx.png

  • 0
Posted

Thanks for hijacking my thread, matteowg.

 

Tryskell,

 

I get the NoClassDefFoundError when hitting the login button from the client. File replacement did not take place.

 

i currently have JRE1.80_73 and jdk1.8.0_91

  • 0
Posted (edited)

Thanks for hijacking my thread, matteowg.

 

Tryskell,

 

I get the NoClassDefFoundError when hitting the login button from the client. File replacement did not take place.

 

i currently have JRE1.80_73 and jdk1.8.0_91

 

You miss classes references on your jar, which can only be corrected with a good compilation. Missing references are basic L2J classes, found on any pack. So the jar is definitively corrupted, or you refer maybe to .class. Be sure to install your server on a clean folder and not simply on the build/dist folder.

 

If nothing works, check your classpath / build.xml content. Ask eventually directly to L2JSunrise project devs.

Edited by Tryskell

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock