Answer the question
In order to leave comments, you need to log in
How to read error messages in Java?
Hello! I decided to raise one of the basic questions of Java programming. Namely how to read error messages. There is deathly silence on the Internet about this. Does everyone immediately understand what messages like the one below as an example mean? Can someone describe in detail using the example below what each line in this output means and how to find a place with an error in the code using these messages?
ERROR clientpackets.GameClientPacket: Client: IN_GAME IP: 127.0.0.1 Account: Admin Player : Player - Failed running: [C] EnterWorld - Server Version: Rev 1
java.lang.NullPointerException
at l2p.gameserver.utils.ItemFunctions.addItem(ItemFunctions.java:108)
at services.PvpToExp.onPlayerEnter(PvpToExp.java:99)
at l2p.gameserver.model.actor.listener.PlayerListenerList.onEnter(PlayerListenerList.java:31)
at l2p.gameserver.clientpackets.EnterWorld.runImpl(EnterWorld.java:178)
at l2p.gameserver.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:41)
at l2p.commons.net.nio.impl.MMOExecutableQueue.run(MMOExecutableQueue.java:34)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Answer the question
In order to leave comments, you need to log in
Does everyone immediately understand what messages like the one below as an example mean?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question