Jump to content
  • 0

Tekkit Internal Server Error


whb

Question

Launcher Version: 1.2.5

Operating System: Win 7

Java Version: Java 7

Antivirus Program: -

Description of Problem:

When i try to log in my hamachi server i got this problem

Error Messages:

Error Log:


[WARNING] Failed to handle packet: java.lang.NullPointerException

java.lang.NullPointerException

	at codechicken.nei.NEIServerConfig.canPlayerUseFeature(NEIServerConfig.java:84)

	at codechicken.nei.NEIServerPacketHandler.sendPermissableActionsTo(NEIServerPacketHandler.java:178)

	at codechicken.nei.NEIServerPacketHandler.handlePacket(NEIServerPacketHandler.java:42)

	at codechicken.core.CoreUtils.handlePacket(CoreUtils.java:150)

	at codechicken.core.PacketCustom.recieve(PacketCustom.java:451)

	at net.minecraft.server.mod_CodeChickenCore.onPacket250Received(mod_CodeChickenCore.java:65)

	at net.minecraft.server.BaseMod.onPacket250Packet(BaseMod.java:74)

	at cpw.mods.fml.server.FMLBukkitHandler.handlePacket250(FMLBukkitHandler.java:381)

	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:1444)

	at net.minecraft.server.Packet250CustomPayload.handle(SourceFile:46)

	at net.minecraft.server.NetworkManager.b(NetworkManager.java:234)

	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:121)

	at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)

	at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:556)

	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453)

	at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

2012-09-02 00:30:03 [iNFO] Connection reset

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

your ENTIRE log is needed to find the error.

your entire log is NOT needed to find the error.

lets break it down:

java.lang.NullPointerException <-- means something doesn't exist that should.

codechicken.nei.NEIServerConfig.canPlayerUseFeature <-- where the error happened, lets break that down further.

codechicken.nei <--- so the error is in NEI

.NEIServerConfig <--- obviously something to do with the config

.canPlayerUseFeature <--- sounds like permissions to me, of course this isn't necessarily true.

one line down, just before the error happened:

codechicken.nei.NEIServerPacketHandler.sendPermissableActionsTo <-- this is where NEI tells the player what they can and cannot do, such as spawn items, change weather, heal, creative, etc.

Now I'm no expert in server configs, but it sounds to me like they are messed up.

But in my opinion, throwing a NullPointerException because of a bad config is not good practice, so idk if this is the case.

tl;dr: check your NEI config files :D

Link to comment
Share on other sites

  • 0

It is possible that something was thrown earlier in the log that caused the crash as it trickled down, thats why its common practice to ask for the entire log.

However, good diagnoses. Also, for future reference, java.lang.NullPointerException can be caused by something in the server startup, as in within the first 50 or so lines, before it begins to check the plugins, which brings me back to the reason I ask for the whole log.

EDIT: looking over the log one more time, deleate your servers NEI mod file out of the /tekkit/mods folder (think thats its name) and then attempt to login. That should fix any NEI related issues. However, yet again, I cant diagnose the problum properly without the entire log file. If you are worried about people getting sensitive information, the only thing thats even close to sensitive is your IP address listed in the port binding at startup. Nothing more.

Link to comment
Share on other sites

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
×
×
  • Create New...