errors iget

Discussion in 'Bukkit Help' started by Pyroking, Mar 9, 2011.

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

    Pyroking

    Code:
    2011-03-09 21:51:32 [SEVERE] java.net.ConnectException: Connection timed out
    2011-03-09 21:51:32 [SEVERE]    at java.net.PlainSocketImpl.socketConnect(Native Method)
    2011-03-09 21:51:32 [SEVERE]    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:310)
    2011-03-09 21:51:32 [SEVERE]    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:176)
    2011-03-09 21:51:32 [SEVERE]    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:163)
    2011-03-09 21:51:32 [SEVERE]    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384)
    2011-03-09 21:51:32 [SEVERE]    at java.net.Socket.connect(Socket.java:546)
    2011-03-09 21:51:32 [SEVERE]    at java.net.Socket.connect(Socket.java:495)
    2011-03-09 21:51:32 [SEVERE]    at sun.net.NetworkClient.doConnect(NetworkClient.java:178)
    2011-03-09 21:51:32 [SEVERE]    at sun.net.www.http.HttpClient.openServer(HttpClient.java:409)
    2011-03-09 21:51:32 [SEVERE]    at sun.net.www.http.HttpClient.openServer(HttpClient.java:530)
    2011-03-09 21:51:32 [SEVERE]    at sun.net.www.http.HttpClient.<init>(HttpClient.java:240)
    2011-03-09 21:51:32 [SEVERE]    at sun.net.www.http.HttpClient.New(HttpClient.java:321)
    2011-03-09 21:51:32 [SEVERE]    at sun.net.www.http.HttpClient.New(HttpClient.java:338)
    2011-03-09 21:51:32 [SEVERE]    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:935)
    2011-03-09 21:51:32 [SEVERE]    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:876)
    2011-03-09 21:51:32 [SEVERE]    at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:801)
    2011-03-09 21:51:32 [SEVERE]    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
    2011-03-09 21:51:32 [SEVERE]    at java.net.URL.openStream(URL.java:1029)
    2011-03-09 21:51:32 [SEVERE]    at net.minecraft.server.ThreadLoginVerifier.run(SourceFile:86)
    What does this mean? the server goes offline after that, also i get an error just after a user disconnects.

    Error after disconnect:
    Code:
    2011-03-09 21:42:07 [INFO] Disconnecting skra2680 [/xxx.xxx.xxx.254:xxxxx]: Took too long to log in
    2011-03-09 21:42:44 [SEVERE] java.net.SocketException: Connection reset
    2011-03-09 21:42:44 [SEVERE]     at java.net.SocketInputStream.read(SocketInputStream.java:185)
    2011-03-09 21:42:44 [SEVERE]     at java.net.SocketInputStream.read(SocketInputStream.java:199)
    2011-03-09 21:42:44 [SEVERE]     at java.io.DataInputStream.readUnsignedShort(DataInputStream.java:337)
    2011-03-09 21:42:44 [SEVERE]     at java.io.DataInputStream.readUTF(DataInputStream.java:589)
    2011-03-09 21:42:44 [SEVERE]     at java.io.DataInputStream.readUTF(DataInputStream.java:564)
    2011-03-09 21:42:44 [SEVERE]     at net.minecraft.server.Packet2Handshake.a(SourceFile:16)
    2011-03-09 21:42:44 [SEVERE]     at net.minecraft.server.Packet.b(SourceFile:119)
    2011-03-09 21:42:44 [SEVERE]     at net.minecraft.server.NetworkManager.f(SourceFile:155)
    2011-03-09 21:42:44 [SEVERE]     at net.minecraft.server.NetworkManager.c(SourceFile:9)
    2011-03-09 21:42:44 [SEVERE]     at net.minecraft.server.NetworkReaderThread.run(SourceFile:62)
    Also i had this error for 5 days ago
    Code:
    2011-03-08 15:14:20 [SEVERE] Exception in thread "Thread-199105"
    2011-03-08 15:14:20 [SEVERE] java.lang.OutOfMemoryError: GC overhead limit exceeded
    2011-03-08 15:14:20 [SEVERE]     at java.util.LinkedHashMap.createEntry(LinkedHashMap.java:441)
    2011-03-08 15:14:20 [SEVERE]     at java.util.LinkedHashMap.addEntry(LinkedHashMap.java:423)
    2011-03-08 15:14:20 [SEVERE]     at java.util.HashMap.put(HashMap.java:402)
    2011-03-08 15:14:20 [SEVERE]     at sun.util.resources.OpenListResourceBundle.loadLookup(OpenListResourceBundle.java:134)
    2011-03-08 15:14:20 [SEVERE]     at sun.util.resources.OpenListResourceBundle.loadLookupTablesIfNecessary(OpenListResourceBundle.java:113)
    2011-03-08 15:14:20 [SEVERE]     at sun.util.resources.OpenListResourceBundle.handleGetObject(OpenListResourceBundle.java:74)
    2011-03-08 15:14:20 [SEVERE]     at sun.util.resources.TimeZoneNamesBundle.handleGetObject(TimeZoneNamesBundle.java:75)
    2011-03-08 15:14:20 [SEVERE]     at java.util.ResourceBundle.getObject(ResourceBundle.java:396)
    2011-03-08 15:14:20 [SEVERE]     at java.util.ResourceBundle.getObject(ResourceBundle.java:399)
    2011-03-08 15:14:20 [SEVERE]     at java.util.ResourceBundle.getStringArray(ResourceBundle.java:379)
    2011-03-08 15:14:20 [SEVERE]     at sun.util.TimeZoneNameUtility.retrieveDisplayNames(TimeZoneNameUtility.java:118)
    2011-03-08 15:14:20 [SEVERE]     at sun.util.TimeZoneNameUtility.retrieveDisplayNames(TimeZoneNameUtility.java:99)
    2011-03-08 15:14:20 [SEVERE]     at java.util.TimeZone.getDisplayNames(TimeZone.java:416)
    2011-03-08 15:14:20 [SEVERE]     at java.util.TimeZone.getDisplayName(TimeZone.java:367)
    2011-03-08 15:14:20 [SEVERE]     at java.util.Date.toString(Date.java:1042)
    2011-03-08 15:14:20 [SEVERE]     at org.dynmap.web.handlers.ClientUpdateHandler.handle(ClientUpdateHandler.java:75)
    2011-03-08 15:14:24 [SEVERE]     at org.dynmap.web.HttpServerConnection.run(HttpServerConnection.java:169)
    2011-03-08 15:14:28 [SEVERE] Exception in thread "Thread-199334"
    2011-03-08 15:14:28 [SEVERE] java.lang.OutOfMemoryError: GC overhead limit exceeded
    2011-03-08 15:14:28 [SEVERE]     at java.util.regex.Matcher.<init>(Matcher.java:224)
    2011-03-08 15:14:28 [SEVERE]     at java.util.regex.Pattern.matcher(Pattern.java:905)
    2011-03-08 15:14:28 [SEVERE]     at java.lang.String.replace(String.java:2219)
    2011-03-08 15:14:28 [SEVERE]     at org.dynmap.web.Json.stringifyJson(Json.java:16)
    2011-03-08 15:14:28 [SEVERE]     at org.dynmap.web.Json.stringifyJson(Json.java:81)
    2011-03-08 15:14:28 [SEVERE]     at org.dynmap.web.Json.stringifyJson(Json.java:54)
    2011-03-08 15:14:28 [SEVERE]     at org.dynmap.web.Json.stringifyJson(Json.java:83)
    2011-03-08 15:14:28 [SEVERE]     at org.dynmap.web.handlers.ClientUpdateHandler.handle(ClientUpdateHandler.java:73)
    2011-03-08 15:14:28 [SEVERE]     at org.dynmap.web.HttpServerConnection.run(HttpServerConnection.java:169)
    2011-03-08 15:14:40 [SEVERE] Exception in thread "Connection #1417 read thread"
    2011-03-08 15:14:40 [SEVERE] java.lang.OutOfMemoryError: GC overhead limit exceeded
    2011-03-08 15:14:40 [SEVERE]     at sun.reflect.GeneratedConstructorAccessor16.newInstance(Unknown Source)
    2011-03-08 15:14:40 [SEVERE]     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    2011-03-08 15:14:40 [SEVERE]     at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
    2011-03-08 15:14:40 [SEVERE]     at java.lang.Class.newInstance0(Class.java:372)
    2011-03-08 15:15:19 [SEVERE] Exception in thread "Thread-6"
    2011-03-08 15:15:19 [SEVERE] java.lang.OutOfMemoryError: GC overhead limit exceeded
    2011-03-08 15:15:27 [SEVERE] Exception in thread "Thread-199396"
    2011-03-08 15:15:27 [SEVERE] java.lang.OutOfMemoryError: GC overhead limit exceeded
    2011-03-08 15:15:38 [SEVERE] Exception in thread "Listen thread"
    2011-03-08 15:15:43 [SEVERE] java.lang.OutOfMemoryError: GC overhead limit exceeded
    2011-03-08 15:15:47 [SEVERE] Exception in thread "Thread-4"
    2011-03-08 15:15:51 [SEVERE] java.lang.OutOfMemoryError: GC overhead limit exceeded
    2011-03-08 15:16:18 [SEVERE] Exception in thread "Thread-199401"
    2011-03-08 15:16:18 [SEVERE] java.lang.OutOfMemoryError: GC overhead limit exceeded
    2011-03-08 15:16:30 [INFO] Stopping server
    2011-03-08 15:16:45 [SEVERE] Exception in thread "Thread-199403"
    2011-03-08 15:17:04 [SEVERE] java.lang.OutOfMemoryError: GC overhead limit exceeded
    2011-03-08 15:17:28 [SEVERE] Exception in thread "Thread-199400" java.lang.OutOfMemoryError: GC overhead limit exceeded
    2011-03-08 15:17:36 [SEVERE] Exception in thread "Thread-199405"
    2011-03-08 15:17:36 [SEVERE] java.lang.OutOfMemoryError: GC overhead limit exceeded
    2011-03-08 15:17:43 [SEVERE] Exception in thread "Thread-199406"
    2011-03-08 15:17:51 [SEVERE] java.lang.OutOfMemoryError: GC overhead limit exceeded
    
    I think this error is erroring becourse of ram hitting the limit, but i dont understand that, when the max limit in start is set to 1 gb, also there is 2 gb ram available. So why is that? the server crashed after that... so its pretty serious.


    I run a VPS Linux server (ubuntu 10.04) the server runs with x86 architecture.
    The Minecraft server runs the newest craftbukkit version (Craftbukkit version git-Bukkit-0.0.0-450-gd3c1ba4-b432jnks (MC: 1.3) , with the newest Java version too.

    Im using the standard server command to start the server. No other that what the guide tells me too. (java -Xms1024M -Xmx1024M -jar craftbukkit.jar nogui)
    The plugins are, Essentials, Minecart Mania, Netstats, Permissions, Whitelist, Bigcatch, Minequery and Dynmap.

    The server runs with 1 gb ram which is save, and backuped with 2 gb ram. The CPU is fast enough.

    I havnt tried anything yet, these errors happens when im away from the computer with big space between when nothing happens to i get the errors. Like from 1 week to 1-2 days. So i hope anyone can help me.
    Thank you
     
  2. Offline

    mughi

    i can has more info?

    copy the questions and answer them here. include the questions please, since i can never remember what they are.
     
  3. Offline

    Pyroking

    Updated the post, sorry for not including enough information.
     
  4. Offline

    mughi

    it probably won't completely fix it, but try changing your startup command to:

    java -Xincgc -Xmx1G -jar craftbukkit.jar nogui

    the only thing i am changing there is the Xincgc, which makes java a bit smarter about garbage collection (one of your errors was due to garbage collection issues)
     
  5. Offline

    Pyroking

    I see, thank you very much for your help, i will try that command, and to be sure, i just copy the commandline as you wrote it, right?
     
  6. Offline

    mughi

Thread Status:
Not open for further replies.

Share This Page