Exceptions after few hours of work

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
djmouse
Posts: 135
Joined: Tue Feb 07, 2012 4:48 am

Exceptions after few hours of work

Post by djmouse »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 5627
L2JDP Revision Number: 9168

I use server from beta, got this exception:

Code: Select all

 ChangeCoolDownTime: Entry time: Mon Sep 10 20:55:18 MSK 2012Exception in thread "SelectorThread-482" java.lang.NoClassDefFoundError: com/l2jserver/gameserver/network/serverpackets/CharCreateFail        at com.l2jserver.gameserver.network.L2GamePacketHandler.handlePacket(L2GamePacketHandler.java:80)        at com.l2jserver.gameserver.network.L2GamePacketHandler.handlePacket(L2GamePacketHandler.java:40)        at org.mmocore.network.SelectorThread.parseClientPacket(SelectorThread.java:448)        at org.mmocore.network.SelectorThread.tryReadPacket(SelectorThread.java:391)        at org.mmocore.network.SelectorThread.readPacket(SelectorThread.java:315)        at org.mmocore.network.SelectorThread.run(SelectorThread.java:184)Caused by: java.lang.ClassNotFoundException: com.l2jserver.gameserver.network.serverpackets.CharCreateFail        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)        at java.security.AccessController.doPrivileged(Native Method)        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)        at java.lang.ClassLoader.loadClass(ClassLoader.java:423)        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)        at java.lang.ClassLoader.loadClass(ClassLoader.java:356)        ... 6 more 
After restart it's all okay.
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Exceptions after few hours of work

Post by UnAfraid »

Have you replaced l2jserver.jar while server was up?
Image
djmouse
Posts: 135
Joined: Tue Feb 07, 2012 4:48 am

Re: Exceptions after few hours of work

Post by djmouse »

Ofcourse no. Shutdown, replace, start. Only this way.
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Exceptions after few hours of work

Post by UnAfraid »

update to head and rebuild core and try again it shouldn't happen if you do not replace l2jserver.jar during runtime..
Image
Post Reply