Results 1 to 2 of 2
- 07-27-2007, 07:25 PM #1
Member
- Join Date
- Jul 2007
- Posts
- 26
- Rep Power
- 0
Exception in thread "main" java.net.ConnectException: Connection timed out
I have implemented a TCP server in java. I'm using the ServerSocket. And listening to connections using the accept() method.
I always get an
at the client side. This occurs after numerous connections..Java Code:Exception in thread "main" java.net.ConnectException: Connection timed out
can you help me?
- 07-27-2007, 10:59 PM #2levent Guest
Similar Threads
-
ERROR: Exception in thread "main" java.lang.NoSuchMethodError: main
By barney in forum New To JavaReplies: 1Last Post: 08-07-2007, 07:10 AM -
Exception in thread "main" java.lang.NoClassDefFoundError
By carl in forum New To JavaReplies: 2Last Post: 08-01-2007, 05:26 AM -
Exception in thread "main" java.lang.NoClassesDefFoundError
By tommy in forum New To JavaReplies: 1Last Post: 07-31-2007, 01:54 PM -
Error: Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException
By romina in forum New To JavaReplies: 1Last Post: 07-25-2007, 10:55 PM -
ArrayList: Exception in thread "main" java.lang.NullPointerException
By susan in forum New To JavaReplies: 1Last Post: 07-16-2007, 06:32 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks