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

    • Website: https://l2aurum.com/ Discord: https://discord.gg/ngaD9DJRjE   Dear Players, We are excited to announce that the x300 Summer Season Beta server will open on 19‑06‑2026 at 20:00 GMT+2. As previously mentioned, there will be no wipe and no account deletion. All accounts, characters, items, and progress from Season 1 will remain completely safe. To ensure a fair and competitive start for new players, all Season 1 accounts will be temporarily locked. The official Summer Season launch will take place on 26‑06‑2026 at 20:00 GMT+2. A few weeks after the official launch, Season 1 accounts will be unlocked so previous players can access their characters and continue their journey. This approach allows new players to enjoy a fresh start while preserving the progress and achievements of our long-term community. Thank you for your continued support, and we look forward to welcoming everyone to the new Summer Season. L2Aurum Team   Explore L2 Aurum Features Discover the Enhancements that set us apart!   Information Server Version: Interlude - PvP Server Client Interface: Unique Interface   Rates     Additional Features and changes When you create a new character, you will start in Giran Harbor at Level 1, equipped with full No-Grade items. Auto Farm is available for free for 2 hour daily without VIP. VIP players receive 4 hours of Auto Farm per day. The Auto Farm time resets with the server restart at 5:30 AM. Status Noblesse: Last hit Barakiel. Player Spawn Protection: 7 seconds. Geodata + Pathnodes: Enabled. All commands are available in the Community Board. Maximum 3 Bishops Per Party: Enabled. Boss Protect - Anti-Zerg: Enabled. Shift + click on monsters to see the droplist. Offline shop. Mana Potion Restores 1000 MP with a cooldown of 8 seconds. Inventory Slots: 250.   Weapon Information Lv1 Black Chaotic Weapons. Lv2 Aurum Weapons.   Armor Information Lv1 Blue Apella Armor. Lv2 Aurum Apella Armor. Misc additions Accessories +50 and +150 pdef|mdef. Tattoos: Resolve | Soul | Avadon. Agathions: Cosmetic only (no stats).   Buffs / Dances / Songs / Prophecies Duration: 2 hours. Total Buff Slots: 32 + 4 (Divine Inspiration). Vote Buff: You must vote on 3 of 6 vote sites to get the vote buff blessing. Castle Reward Every clan that captures a castle receives the castle owner clan blessing buff. To receive it, the clan leader must be online.   Events   Raid Bosses Epic Bosses Final Bosses     For full server information please visit website PvP: Server Features   Website: https://l2aurum.com/ Discord: https://discord.gg/ngaD9DJRjE      
  • 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..