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


  • Posts

    • https://web.archive.org/web/20260306183214/https://maxcheaters.com/topic/241828-l2j-l2damage/page/3/ https://l2topzone.com/forum/l2-server-support-problems/9/l2damage-stopped/30514 Also we will try to push longer seasons ever ! (1135-100)/9 = 115 online
    • ONE SIDE – AND EVERYTHING BREAKS ▪ Looks like a simple case: Florida DL, back side, barcode – “clean and minimal”. ▪ In reality, these are exactly the tasks that fail most often. – data provided as plain text – request only for the back side – focus on the barcode (PDF417) ▪ And here’s the key point: ▪ A barcode is not just a “picture on the back”. It’s compressed logic of the entire document. ▪ If it doesn’t match the front, format, and data structure – the system flags it instantly. ▪ Many create a “similar-looking” code. But systems don’t read “similar” – they read by specification. ▪ In cases like this, it’s not about design. It’s about correct data assembly and how it behaves inside the format. ▪ Today only – 15% off for verification cases. ▪ Want it to pass, not just look right? Describe your case – we’ll show where even clean files break. › TG: @mustang_service ( https:// t.me/ mustang_service ) › Channel: Mustang Service ( https:// t.me/ +JPpJCETg-xM1NjNl ) #editing #photoshop #documents #verification #case
    • Your anonymity is a corpse. Blockchain forgets nothing. Your transactions are direct footprints in the hands of anyone who takes an interest. [✘] Still believe in "mixing"? Forget it. Classic Bitcoin mixers are an illusion of security. For Chainalysis and Elliptic algorithms, any attempt to hide tracks in the ledger is transparent. Your "mixing" is an artifact that gets filtered out in seconds. Every transaction leaves a trail that leads to frozen assets or unwanted questions from exchanges.  We don't mix. We break the link. [-] Input: Your "dirty" coins (Dirty BTC/ETH) with all their history and digital markers stay with us. [+] Output: You receive absolutely clean assets (Clean Crypto) from our reserves, which have never intersected with your past. This isn't a game of hide and seek. This is the surgical removal of your financial history from the system.   ------------------------------------------------------------------- Technical indexing: Bitcoin Mixer, Crypto Mixer, Clean BTC, Clean ETH, Anti-Chainalysis, Best Bitcoin Mixer, Anonymous Crypto Exchange, NoLog Mixing Service.
    • Here you are: https://l2crypt.com/l2-tools/l2editor-source/
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..