Login screen problem with console error!

Discussion in 'Bukkit Help' started by Spazmic, Mar 10, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Spazmic

    Hi, I hope you are all fine

    I'm having a console error and I really don't know why. I noticed that the ''login in...'' takes a lot of time, a lot more than before. Sometimes it just ends up by ''end of stream''. All my plugins are up to date, they all start properly.

    List:
    -Worldedit
    -Whitelist
    -LWC
    -GroupManager
    -Essentials, EssSpawn, EssChat
    -dynmap
    -anjosecurity


    CB 531

    Code:
    02:35:11 [INFO] Whitelist: Player Jeff is trying to join...
    02:35:11 [INFO] allow!
    02:35:11 [INFO] Jeff [/192.168.2.15:50710] logged in with entity id 380762
    02:35:18 [GRAVE] java.net.SocketException: Connection reset by peer: socket writ
    e error
    02:35:18 [GRAVE]        at java.net.SocketOutputStream.socketWrite0(Native Metho
    d)
    02:35:18 [GRAVE]        at java.net.SocketOutputStream.socketWrite(Unknown Sourc
    e)
    02:35:18 [GRAVE]        at java.net.SocketOutputStream.write(Unknown Source)
    02:35:18 [GRAVE]        at java.io.DataOutputStream.writeByte(Unknown Source)
    02:35:18 [GRAVE]        at net.minecraft.server.Packet31RelEntityMove.a(SourceFi
    le:65)
    02:35:18 [GRAVE]        at net.minecraft.server.Packet.a(SourceFile:149)
    02:35:18 [GRAVE]        at net.minecraft.server.NetworkManager.e(SourceFile:130)
    
    02:35:18 [GRAVE]        at net.minecraft.server.NetworkManager.d(SourceFile:9)
    02:35:18 [GRAVE]        at net.minecraft.server.NetworkWriterThread.run(SourceFi
    le:83)
    02:35:18 [GRAVE] java.net.SocketException: Software caused connection abort: rec
    v failed
    02:35:18 [GRAVE]        at java.net.SocketInputStream.socketRead0(Native Method)
    
    02:35:18 [GRAVE]        at java.net.SocketInputStream.read(Unknown Source)
    02:35:18 [GRAVE]        at java.net.SocketInputStream.read(Unknown Source)
    02:35:18 [GRAVE]        at java.io.FilterInputStream.read(Unknown Source)
    02:35:18 [GRAVE]        at net.minecraft.server.Packet.b(SourceFile:113)
    02:35:18 [GRAVE]        at net.minecraft.server.NetworkManager.f(SourceFile:155)
    
    02:35:18 [GRAVE]        at net.minecraft.server.NetworkManager.c(SourceFile:9)
    02:35:18 [GRAVE]        at net.minecraft.server.NetworkReaderThread.run(SourceFi
    le:62)
    02:35:18 [INFO] Jeff lost connection: disconnect.genericReason
    02:35:26 [INFO] Whitelist: Player Jeff is trying to join...
    02:35:26 [INFO] allow!
    02:35:26 [INFO] Jeff [/192.168.2.15:50712] logged in with entity id 381073
    02:35:31 [INFO] Jeff lost connection: disconnect.endOfStream
    
    Thank you
    [MERGETIME="1299830566"][/MERGETIME]
    Actually it was kaspersky doing that error. Disabled it and eveything is working fine. Thank you.
     
Thread Status:
Not open for further replies.

Share This Page