Jump to content
  • 0

[Help] Error


Question

Posted

guys i got this errori :)

what can i do to fix it??

 

Exception in thread "SelectorThread-48" java.lang.NoClassDefFoundError: net/sf/l
2j/gameserver/serverpackets/RestartResponse
        at net.sf.l2j.gameserver.network.L2GamePacketHandler.handlePacket(L2Game
PacketHandler.java:266)
        at net.sf.l2j.gameserver.network.L2GamePacketHandler.handlePacket(L2Game
PacketHandler.java:45)
        at com.l2jserver.mmocore.network.SelectorThread.parseClientPacket(Select
orThread.java:484)
        at com.l2jserver.mmocore.network.SelectorThread.tryReadPacket(SelectorTh
read.java:402)
        at com.l2jserver.mmocore.network.SelectorThread.readPacket(SelectorThrea
d.java:360)
        at com.l2jserver.mmocore.network.SelectorThread.run(SelectorThread.java:
227)
Caused by: java.lang.ClassNotFoundException: net.sf.l2j.gameserver.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

5 answers to this question

Recommended Posts

  • 0
Posted

at net.sf.l2j.gameserver.network.L2GamePacketHandler.handlePacket(L2Game

PacketHandler.java:266) look at the error

  • 0
Posted

at net.sf.l2j.gameserver.network.L2GamePacketHandler.handlePacket(L2Game

PacketHandler.java:266) look at the error

i dont see any error here :)

what is wrong shit

  • 0
Posted

As Krash said, it's related to your GamePacketHandler.

 

Try to search too here, as your error message says it comes from here :

 

Caused by: java.lang.ClassNotFoundException: net.sf.l2j.gameserver.serverpackets

.RestartResponse

  • 0
Posted

guys i got this errori :)

what can i do to fix it??

 

Exception in thread "SelectorThread-48" java.lang.NoClassDefFoundError: net/sf/l
2j/gameserver/serverpackets/RestartResponse
       at net.sf.l2j.gameserver.network.L2GamePacketHandler.handlePacket(L2Game
PacketHandler.java:266)
       at net.sf.l2j.gameserver.network.L2GamePacketHandler.handlePacket(L2Game
PacketHandler.java:45)
       at com.l2jserver.mmocore.network.SelectorThread.parseClientPacket(Select
orThread.java:484)
       at com.l2jserver.mmocore.network.SelectorThread.tryReadPacket(SelectorTh
read.java:402)
       at com.l2jserver.mmocore.network.SelectorThread.readPacket(SelectorThrea
d.java:360)
       at com.l2jserver.mmocore.network.SelectorThread.run(SelectorThread.java:
227)
Caused by: java.lang.ClassNotFoundException: net.sf.l2j.gameserver.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

 

Obviously you need to delete all compiled classes and recompile the core (NOT mmocore, the server core).

Guest
This topic is now closed to further replies.


×
×
  • 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