Error when restarting

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
laikeriz
Posts: 48
Joined: Sun Feb 01, 2009 8:35 pm

Error when restarting

Post by laikeriz »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 3502:
L2JDP Revision 6606:

Sometimes when i try to restart with my char it crashes and i get this error in GS console:

Code: Select all

Exception in thread "SelectorThread-54" java.lang.NoClassDefFoundError: net/sf/l2j/gameserver/network/serverpackets/RestartResponse        at net.sf.l2j.gameserver.network.L2GamePacketHandler.handlePacket(L2GamePacketHandler.java:361)        at net.sf.l2j.gameserver.network.L2GamePacketHandler.handlePacket(L2GamePacketHandler.java:42)        at org.mmocore.network.SelectorThread.parseClientPacket(SelectorThread.java:478)        at org.mmocore.network.SelectorThread.tryReadPacket(SelectorThread.java:416)        at org.mmocore.network.SelectorThread.readPacket(SelectorThread.java:329)        at org.mmocore.network.SelectorThread.run(SelectorThread.java:195)Caused by: java.lang.ClassNotFoundException: net.sf.l2j.gameserver.network.serverpackets.RestartResponse        at java.net.URLClassLoader$1.run(Unknown Source)        at java.security.AccessController.doPrivileged(Native Method)        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)        at java.lang.ClassLoader.loadClassInternal(Unknown Source)        ... 6 more
Any solution?
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Error when restarting

Post by JIV »

did you replaced jar with new one while server was running?
Post Reply