Log in after "138 recipes"

Discussion in 'Bukkit Help' started by WMP, Jan 19, 2011.

  1. Offline

    WMP

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hi, why my players can log in after text in server log: "138 recipes"?
    Time needed to display this message is very long.
  2. Offline

    TnT Trinitrotoluene Maximus Administrator Bukkit Help

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Can you get to minecraft.net? If not, than no one can login either, for now anyway.
  3. Offline

    WMP

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yes, i can
  4. Offline

    TnT Trinitrotoluene Maximus Administrator Bukkit Help

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Most people can't.
  5. Offline

    WMP

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I have errors:
    Code:
    java.net.SocketException: Connection reset
            at java.net.SocketInputStream.read(SocketInputStream.java:185)
            at java.net.SocketInputStream.read(SocketInputStream.java:199)
            at java.io.FilterInputStream.read(FilterInputStream.java:83)
            at net.minecraft.server.Packet.b(SourceFile:102)
            at net.minecraft.server.NetworkManager.f(SourceFile:157)
            at net.minecraft.server.NetworkManager.c(SourceFile:15)
            at net.minecraft.server.NetworkReaderThread.run(SourceFile:68)
    java.net.SocketException: Connection reset
            at java.net.SocketInputStream.read(SocketInputStream.java:185)
            at java.net.SocketInputStream.read(SocketInputStream.java:199)
            at java.io.FilterInputStream.read(FilterInputStream.java:83)
            at net.minecraft.server.Packet.b(SourceFile:102)
            at net.minecraft.server.NetworkManager.f(SourceFile:157)
            at net.minecraft.server.NetworkManager.c(SourceFile:15)
            at net.minecraft.server.NetworkReaderThread.run(SourceFile:68)
    and:

    Code:
    java.net.ConnectException: Connection timed out
            at java.net.PlainSocketImpl.socketConnect(Native Method)
            at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:310)
            at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:176)
            at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:163)
            at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384)
            at java.net.Socket.connect(Socket.java:546)
            at java.net.Socket.connect(Socket.java:495)
            at sun.net.NetworkClient.doConnect(NetworkClient.java:178)
            at sun.net.www.http.HttpClient.openServer(HttpClient.java:409)
            at sun.net.www.http.HttpClient.openServer(HttpClient.java:530)
            at sun.net.www.http.HttpClient.<init>(HttpClient.java:240)
            at sun.net.www.http.HttpClient.New(HttpClient.java:321)
            at sun.net.www.http.HttpClient.New(HttpClient.java:338)
            at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:935)
            at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:876)
            at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:801)
            at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
            at java.net.URL.openStream(URL.java:1029)
            at net.minecraft.server.ThreadLoginVerifier.run(SourceFile:96)
    and:
    Code:
    2011-01-19 13:50:53 [INFO] /99.198.122.47:50602 lost connection
    2011-01-19 13:51:30 [INFO] /99.198.122.47:50888 lost connection
    2011-01-19 13:51:45 [INFO] /195.117.128.136:49424 lost connection
    2011-01-19 13:52:04 [INFO] /99.198.122.47:51092 lost connection
    2011-01-19 13:52:13 [INFO] Disconnecting /59.189.160.81:57931: Took too long to log in
    2011-01-19 13:52:33 [INFO] /195.117.128.136:49476 lost connection
    2011-01-19 13:52:59 [INFO] /99.198.122.47:48107 lost connection
    2011-01-19 13:53:10 [INFO] /195.117.128.136:49517 lost connection
    2011-01-19 13:53:36 [INFO] /99.198.122.47:48329 lost connection
    2011-01-19 13:54:03 [INFO] Disconnecting /59.189.160.81:58059: Took too long to log in
    2011-01-19 13:54:20 [INFO] /99.198.122.47:48660 lost connection
    2011-01-19 13:54:57 [INFO] /99.198.122.47:49037 lost connection
    2011-01-19 13:55:15 [INFO] /85.222.114.240:20902 lost connection
    2011-01-19 13:55:33 [INFO] /99.198.122.47:49360 lost connection
    2011-01-19 13:55:40 [INFO] /85.222.114.240:20907 lost connection
    2011-01-19 13:55:57 [INFO] /85.222.114.240:20968 lost connection
    2011-01-19 13:56:38 [INFO] /213.76.159.201:45179 lost connection
    2011-01-19 13:56:39 [INFO] /89.174.4.128:1541 lost connection
    2011-01-19 13:56:44 [INFO] /213.92.176.204:30243 lost connection
  6. Offline

    TnT Trinitrotoluene Maximus Administrator Bukkit Help

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    That is what everyone is getting, because Notch is migrating to new servers. Its not your server.

Share This Page