Results 1 to 4 of 4
  1. #1
    ikila's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Unhappy Internal exception:java.net.socketTimedoutexception: Read timed out

    please some help i dont know what to do. not sure if its me or the sever tryed loging on to other severs and same thing plz help me out

  2. #2
    Emma Watson's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,581
    Reputation
    2
    Thanks
    239
    Its your internet :P reset your router

  3. #3
    aBadCookie's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    In your closet
    Posts
    389
    Reputation
    23
    Thanks
    86
    My Mood
    Angelic
    Is the server cracked?

  4. #4
    webmaster9's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    anywhere you want
    Posts
    391
    Reputation
    9
    Thanks
    89
    My Mood
    Sleepy
    Connection Timeouts (assuming a local network and several client machines) typically result from

    a) some kind of firewall on the way that simply eats the packets without telling the sender things like "No Route to host"

    b) packet loss due to wrong network configuration or line overload

    c) too many requests overloading the server

    d) a small number of simultaneously available threads/processes on the server which leads to all of them being taken. This happens especially with requests that take a long time to run and may combine with c).

    Hope this helps.
    So it is your network connection having probs, Reset your router and/or modem and it shall be ok.

    Code:
    java.ne*****nnectException: Connection timed out
    Caused by: java.ne*****nnectException: Connection timed out
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.Socke*****nnect(Socket.java:516)
        at java.net.Socke*****nnect(Socket.java:466)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
        at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
        at sun.net.www.http.HttpClient.New(HttpClient.java:287)
        at sun.net.www.http.HttpClient.New(HttpClient.java:299)
        at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:796)
        at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:748)
        at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:673)
        at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:840)