Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7888345
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T05:48:31+00:00 2026-06-03T05:48:31+00:00

I have a problem where there is no IOException thrown when a Telnet client

  • 0

I have a problem where there is no IOException thrown when a Telnet client disconnects.

I used the server code from the following source:

http://java.sun.com/developer/onlineTraining/Programming/BasicJava2/Code/SocketThrdServer.java

From the given code, the server should terminate and display “Read Fail” when the client close. But it’s not happening for Telnet or Putty (RAW connection). On the contrary, it works when I used the example Client given, it works perfectly.

I’ve also tried modifying the code so that readLine() doesn’t block the I/O always, but using a timeout. However, it doesn’t seem that it helped in detecting whether the Client has been disconnected.

    while (true) {
        try {
            client.setSoTimeout(1000);
            line = in.readLine();
            // Send data back to client
            out.println(line);
            textArea.append(line);

        } catch (SocketTimeoutException ex) {
            if(client.isClosed()) {
                System.out.println("Client disconnected");
                System.exit(-1);
            }
        } catch (Exception e) {
            e.printStackTrace();
            System.out.println("Read failed");
            System.exit(-1);
        }
    }

Is there something missing from using Telnet or Raw Connection?

Edit: In addition to that, when I run 2 Clients, and then I close the first client, there would be no exception thrown from BufferedReader…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T05:48:33+00:00Added an answer on June 3, 2026 at 5:48 am

    If it’s a graceful shutdown, there should be no IO Exception.
    in.readLine(); should return null in that case, a case your code should handle.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a problem with sending ArrayList from server to my client using JAX-rs.
I have the following method that makes a HTTP Get request on a server
i have problem with libhid . i found that there 2 way 4 accessing
I have problem with my application. I have table report, there are 2 column
I'm constructing a form. No problem there. Aside of a submit button, I have
I have a problem. There are two classes: struct Base { Base* retain() {
I have some problem with Android AsyncTask. There is an Activity which contains some
I have a problem with an MS Chart chart type column. If there are
I have a problem with sorting NSTableColumn contents. In my NSTableView there are three
I have a problem downloading particular file types by WebClient. So there are no

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.