Results 1 to 4 of 4

Thread: Error Sending: java.net.ConnectException: Connection timed out

  1. #1
    Join Date
    Feb 2009
    Posts
    27

    Error Sending: java.net.ConnectException: Connection timed out

    I try to access an FTP site. A Java client runs through the web page so you can drop files. Whenever I have the following error message: Error Sending: java.net.ConnectException: Connection timed out: connect. The window allows me to select a file to file does not open. I work for a company and thus via a LAN. I looked and conducted tests on the proxy and the firewall without success. I tested on my personal DSL line and it works. Can anyone know what's the problem ?

  2. #2
    Join Date
    May 2008
    Posts
    171

    Re: Error Sending: java.net.ConnectException: Connection timed out

    If it is a corporate network there are always security around. To see if security does not block access to this site JAVA. Otherwise have you tried with a FTP software like FileZilla. ?

  3. #3
    Join Date
    May 2008
    Posts
    115

    Re: Error Sending: java.net.ConnectException: Connection timed out

    "Connection timed out" sounds like a network issue and nothing to do with J2SE. To prove it try "telnet <host> 80" and see if it times out the same way. firewall on the way that simply eats the packets without telling the sender things like "No Route to host".

  4. #4
    Join Date
    May 2008
    Posts
    72

    Re: Error Sending: java.net.ConnectException: Connection timed out

    Specified in java.security to indicate the caching policy for un-successful name lookups from the name service.. The value is specified as as integer to indicate the number of seconds to cache the failure for un-successful lookups. A value of 0 indicates "never cache". A value of -1 indicates "cache forever".

Similar Threads

  1. Replies: 1
    Last Post: 27-02-2012, 05:53 PM
  2. Replies: 4
    Last Post: 29-08-2011, 11:28 PM
  3. Replies: 4
    Last Post: 17-08-2010, 04:31 AM
  4. Timed out sending notification error message
    By Clowntrigger in forum Windows Server Help
    Replies: 4
    Last Post: 09-04-2009, 06:27 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,547,025.23353 seconds with 17 queries