Random error when starting up server

Discussion in 'Bukkit Help' started by xThiieNx, Mar 10, 2012.

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

    xThiieNx

    My server was working perfectly fine yesterday and the day before etc.
    But today I get this error when loading the server

    09:00:56 [SEVERE] java.net.ConnectException: Connection refused: connect
    09:00:56 [SEVERE] at java.net.PlainSocketImpl.socketConnect(Native Method)
    09:00:56 [SEVERE] at java.net.PlainSocketImpl.doConnect(Unknown Source)
    09:00:56 [SEVERE] at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    09:00:56 [SEVERE] at java.net.PlainSocketImpl.connect(Unknown Source)
    09:00:56 [SEVERE] at java.net.SocksSocketImpl.connect(Unknown Source)
    09:00:56 [SEVERE] at java.net.Socket.connect(Unknown Source)
    09:00:56 [SEVERE] at java.net.Socket.connect(Unknown Source)
    09:00:56 [SEVERE] at sun.net.NetworkClient.doConnect(Unknown Source)
    09:00:56 [SEVERE] at sun.net.www.http.HttpClient.openServer(Unknown Source)
    09:00:56 [SEVERE] at sun.net.www.http.HttpClient.openServer(Unknown Source)
    09:00:56 [SEVERE] at sun.net.www.http.HttpClient.<init>(Unknown Source)
    09:00:56 [SEVERE] at sun.net.www.http.HttpClient.New(Unknown Source)
    09:00:56 [SEVERE] at sun.net.www.http.HttpClient.New(Unknown Source)
    09:00:56 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
    09:00:56 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
    09:00:56 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
    09:00:56 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    09:00:56 [SEVERE] at java.net.URL.openStream(Unknown Source)
    09:00:56 [SEVERE] at com.griefcraft.util.Updater$1Background_Check_Thread.run(Updater.java:491)
    09:00:56 [SEVERE] at java.lang.Thread.run(Unknown Source)
    09:00:56 [SEVERE] Exception in thread "Thread-11"
    09:00:56 [SEVERE] java.lang.NullPointerException
    09:00:56 [SEVERE] at com.griefcraft.util.Updater.shouldAutoUpdate(Updater.java:445)
    09:00:56 [SEVERE] at com.griefcraft.util.Updater.tryAutoUpdate(Updater.java:291)
    09:00:56 [SEVERE] at com.griefcraft.util.Updater$1.run(Updater.java:190)
    09:00:56 [SEVERE] at com.griefcraft.util.Updater$1Background_Check_Thread.run(Updater.java:509)

    I have not done anything to the server since yesterday, so why is it doing this?
     
  2. Offline

    executionz

    What build are you on?
     
  3. Offline

    xThiieNx

    Beta Build 2034
     
  4. Offline

    executionz

    Ok im on #2054 and i got that after reloading my server... I think its due to it being dev and not RB, because I get it as it is loading the end and not plugins.
     
  5. Offline

    xThiieNx

    oh ok. I was running #2034 since last week and nothing like this was happening until before
     
  6. Offline

    executionz

    Have you installed any plugins lately?
     
  7. Offline

    xThiieNx

  8. Offline

    executionz

    Ok just wondered because I have and wondered if we had the same plugin that caused a problem :)
     
  9. Offline

    xThiieNx

    I tested each one of my plugins and it appears LWC is the problem
     
  10. Offline

    executionz

    I dont think its a game breaker though so I will probably just keep it running till they update :)
     
  11. Offline

    ashimi

    Code:
    2012-03-10 22:54:55 [GRAVE] java.net.SocketException: Connection reset
    2012-03-10 22:54:55 [GRAVE] at java.net.SocketInputStream.read(Unknown Source)
    2012-03-10 22:54:55 [GRAVE] at java.io.BufferedInputStream.fill(Unknown Source)
    2012-03-10 22:54:55 [GRAVE] at java.io.BufferedInputStream.read1(Unknown Source)
    2012-03-10 22:54:55 [GRAVE] at java.io.BufferedInputStream.read(Unknown Source)
    2012-03-10 22:54:55 [GRAVE] at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
    2012-03-10 22:54:55 [GRAVE] at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
    2012-03-10 22:54:55 [GRAVE] at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
    2012-03-10 22:54:55 [GRAVE] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    2012-03-10 22:54:55 [GRAVE] at java.net.URL.openStream(Unknown Source)
    2012-03-10 22:54:55 [GRAVE] at com.griefcraft.util.Updater$1Background_Check_Thread.run(Updater.java:491)
    2012-03-10 22:54:55 [GRAVE] at java.lang.Thread.run(Unknown Source)
    2012-03-10 22:54:55 [GRAVE] Exception in thread "Thread-12"
    2012-03-10 22:54:55 [GRAVE] java.lang.NullPointerException
    2012-03-10 22:54:55 [GRAVE] at com.griefcraft.util.Updater.shouldAutoUpdate(Updater.java:445)
    2012-03-10 22:54:55 [GRAVE] at com.griefcraft.util.Updater.tryAutoUpdate(Updater.java:291)
    2012-03-10 22:54:55 [GRAVE] at com.griefcraft.util.Updater$1.run(Updater.java:190)
    2012-03-10 22:54:55 [GRAVE] at com.griefcraft.util.Updater$1Background_Check_Thread.run(Updater.java:509)
    2012-03-10 22:54:55 [GRAVE] at java.lang.Thread.run(Unknown Source)
    Site OFF ur plug need Conection > http://metrics.griefcraft.com/ > expect this page back again
     
  12. Offline

    Cat121

    Oh, this is the root of the problem... I'm happy to learn that. I will be more when it is online again.
     
Thread Status:
Not open for further replies.

Share This Page