Jump to content
  • 0

java.util.zip.ZipException: Not in GZIP format


Question

Posted

Title: java.util.zip.ZipException: Not in GZIP format

Version: 3.1.2

OS: Server = Debian Squeeze 4.0

Java Version: java version "1.7.0_05" Java SE Runtime Environment (build 1.7.0_05-b06) Java HotSpot 64-Bit Server VM (build 23.1-b03, mixed mode)

Description of Problem:

I have no idea what is causing this, but more and more people on my server are having a certain problem. When they open certain chests it will kick them displaying this message "java.util.zip.ZipException: Not in GZIP format".

I have figured out that this has to do with some items, because if they break the chests and pick up the items it will then kick them and will then not let them reconnect until I either delete their player file, or remove the item by editing their player file.

I have not found a single item yet that would cause this, for me it happened with some stone tool, once it was removed I could join back. For a different player it was an iron shovel ( i think, some iron tool ) .

This might be related, on my other server, after using an alchemical tome on my tablet, it would then, once, I reach a certain emc amount ( somewhere between 100 and 500 ) it would apparently display and item that caused the same error, ( java.util.zip.ZipException: Not in GZIP format ). Only way I could fix this was by deleting my _tablet file so it wouldn't display that item anymore every time I open the tablet.

Error Messages:

java.util.zip.ZipException: Not in GZIP format

Error Log:


 

13 answers to this question

Recommended Posts

  • 0
Posted

Update: It happened to one of my chests for the first time, which lets me know more about it. I have not changed any items in that chest recently. It just randomly happened after a while.

  • 0
Posted

Update: Found the problem. It's the Iron Shovel. Just crafted one --> Disconnect.

I joined back, picked the Iron Shovel up --> java.util.zip.ZipException: Not in GZIP format

Anyone? Any ideas?

  • 0
Posted

Had this problem too this morning also with the same item, iron shovel.

here's what I do:

- stop the server

- extract the zip file that I downloaded weeks ago to start a tekkit server and overwrite everything

- start the server again

and the problem disappeared...

  • 0
Posted

So you overwrite all the mods and config? Not a viable option for me since I don't use all mods and all config are configured not-standard.

  • 0
Posted

yes I did, but it probably work if you just replace the tekkit.jar on the server folder

if that doesn't work you might also try to replace the zips and jars on the mods folder

  • 0
Posted

i have had this problem before except with a wooden tool. for me it was being caused by another item with the same id, look at all the mod configs for anything that has the same id as the items causing the problem.

  • 0
Posted

Ok, just came on a server(Rgaming) this morning. I went to my flower room to collect my red matter. I saw a zombie in a corner, AOE'd it with a katar and it drop a iron shovel. i tryied to pick it up --> java.util.zip.ZipException: Not in GZIP format. I reconnected and went to my chests. Opened 1 up it was full of rm, 3 seconds later..... java.util.zip.ZipException: Not in GZIP format. I reloged, tryied breaking it --> java.util.zip.ZipException: Not in GZIP format. I call a admin when i relogged. He picks up the shovel, Same error. Case is... he said on skype "I CANT RECONNECT -_- SAME DANM ERROR". Later on i realized this is a bug in 1.0.3.2. the owner had to do the following:

-Close server

-Replace all mods with ziped files

-Extract and then replace folders

-Override all Zipped files

-Ban iron shovels

-Re-open the server

The error was fixed instantly.

  • 0
Posted

the iron shovel has the same item id as another item, find the mod that is using the same item id and you can also fix this problem

i have had this issue with a wodden axe before

  • 0
Posted

Hey guys you are looking for a line similar to this one:

CONFLICT @ 0 item slot already occupied by net.minecraft.server.ItemSpade@6cfdbc53 while adding codechicken.wirelessredstone.addons.ItemWirelessTriangulator@657250c

It doesn't have to be Item slot 0, and it doesn't have to be ironspade... Although if its the spade that is crashign you then it is this. The way to fix it is to look at the next part, and get the item, in my case the WirelessTriangulator.

Go into the config file and change the ID, from what ever digit it is set, repeat this process until there are no more colliding ID's..

If this doesn't work then i'm sorry... You need to reinstall your server config and files

  • 0
Posted

Also for the best results, stop the server, delete your server.log file and startup and recreate the crash, then search for the line :D

FYI, in my case, I tried disabling the triangulator because they haven't fixed it...

  • 0
Posted

This is caused by when you try to disable an item by setting it's ID to 0, thus causing 2 items to exist as the same ID. Use tekkitrestrict and tekkitcustomizer to disallow the item instead.

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...