my server keeps kicking everyone off every 2 minutes or so... please help
8 replies [Last post]
cv1128
Contributor
Contributor
WoM Member: 577628
WoM Coins: 321

subject explans it pretty well, heres the error log from the development console...

Client> java.net.SocketException: Software caused connection abort: recv failed
Client>     at java.net.SocketInputStream.socketRead0(Native Method)
Client>     at java.net.SocketInputStream.read(Unknown Source)
Client>     at java.net.SocketInputStream.read(Unknown Source)
Client>     at java.io.FilterInputStream.read(Unknown Source)
Client>     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
Client>     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
Client>     at java.io.DataInputStream.readUnsignedByte(Unknown Source)
Client>     at ex.a(SourceFile:178)
Client>     at cn.i(SourceFile:249)
Client>     at cn.c(SourceFile:17)
Client>     at co.run(SourceFile:94)

 

please help, this just started doing this today...

niels
Staff Member
Community Managers
WoM Member: 1857
WoM Coins: 1714
By the looks of it the

By the looks of it the server's got some buggy plugins. Removing this "bouncycastle" thing should do the trick

cv1128
Contributor
Contributor
WoM Member: 577628
WoM Coins: 321
sometimes it gives this error log instead...

Client> java.net.SocketTimeoutException: Read timed out
Client>     at java.net.SocketInputStream.socketRead0(Native Method)
Client>     at java.net.SocketInputStream.read(Unknown Source)
Client>     at java.net.SocketInputStream.read(Unknown Source)
Client>     at java.io.FilterInputStream.read(Unknown Source)
Client>     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
Client>     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
Client>     at java.io.DataInputStream.readUnsignedByte(Unknown Source)
Client>     at ex.a(SourceFile:178)
Client>     at cn.i(SourceFile:249)
Client>     at cn.c(SourceFile:17)
Client>     at co.run(SourceFile:94)

 

and also, i noticed that bouncy castle thing too, but i never added anything like that...

random_ninja14
Contributor
Contributor
WoM Member: 575072
WoM Coins: 515

What's bouncy castle any way???

cv1128
Contributor
Contributor
WoM Member: 577628
WoM Coins: 321
What's bouncy castle any

What's bouncy castle any way???

I have NO idea -.-

Yenwood
Staff Memember
Community Managers
WoM Member: 325067
WoM Coins: 1644

Reading from a Mystcraft crash report, its a corrupt chunk. Sorry.

cv1128
Contributor
Contributor
WoM Member: 577628
WoM Coins: 321

a corrupt chunk? ...how can i fix that?

Yenwood
Staff Memember
Community Managers
WoM Member: 325067
WoM Coins: 1644

From: http://www.minecraftforum.net/topic/1728042-how-to-fix-corrupt-chunkschunk-errors/

 

"create a new world (with the same seed, if possible, to avoid biome problems), go to the folder of that new world, copy the "level.dat" file in there, and then paste that file in your corrupted world."

cv1128
Contributor
Contributor
WoM Member: 577628
WoM Coins: 321

thanks, ill try that.