Java Stream Write Exception
I am doing socket programming. I have two files called Server.java and client.java. Both programs were running successfully and successfully sending data to each other. Yesterday I added the following lines to client.java file:
//old line
out.writeUTF(dbdata); //dbdata was written successfully and sent to the server program
try
{
//my socket connection object name is sock
String data1="1000";
System.out.println(data1);
out.writeUTF(data1); this line causes the error
}
catch(Exception e)
{
System.out.println("Exception :: "+e);
}
When the line out.writeUTF(data1) is executed and catch catches it and shows the exception as BROKEN PIPE.
The contents of server.java which reads data1 is given below:
String data1;
try
{
data1=in.readUTF();
}
catch(Exception e)
{
System.out.println("Server Exception :: "+e);
}
I also checked if connection is open with isConnected() before out.writeUTF(data1) and after the exception occurs in the catch I executed isConnected(). Both the times it showed True only.
The exception that pops up is ----- java.net.SocketException: Broken pipe
View Answers
Ads
Related Tutorials/Questions & Answers:
Java Stream Write Exception
Java Stream Write Exception I am doing socket programming. I have...(
Exception e)
{
System.out.println("
Exception :: "+e);
}
When the line out.writeUTF(data1) is executed and catch catches it and shows the
exception
Java write to stream
Java write to
stream
Following example demonstrates, how to
write data in to
the
stream... is flowed.
write_to_
stream .
java
Advertisements
How to write a file in Java?
How to
write a file in
Java? To
write a file in
Java use the class FileWriter... and strings.
Example of how to
write text to a file in
java:
import java.io.... the output
stream
out.close();
}catch (
Exception e){//Catch
exception if any
Exception Java
Exception Java Hi,
What are the
Exception Java?
Thanks
Hi,
Read it at
Java Exception.
Thanks
java exception
java exception define an
exception called no match
exception tat z...
{
public static void main(String[] args) throws
Exception
{
String z="Hello";
if(!z.equals("India")){
throw new
Exception
Java Write To File From String
Java Write To File From String
In this tutorial you will learn how to
write to file from string.
Write to file from string using
java at first we will have...) to the
FileWriter instance to
write the character-
stream. You can also
passed
How to Write to file in Java?
How to
Write to file in
Java? How to
Write to file in
Java Program... section so that we to
write into a character-output
stream.
You can Visit this link... the Examples of How to
write to File in
Java Program:
WriteToFileExample.java
import
Java Exception
Java Exception Explain about checked and unchecked Exceptions... this
exception will be caught by a well-written application and will also prompt... to the constructor. Well in this case the
exception could be caught by the application
How to Write to a File in Java
In this
Java tutorial, we will demonstrate how to
write to a file in
Java... to a file from
Java program.
To
write the
Java Write To File we will use two... is a class used to
write text to a character-output
stream,
buffering characters
null pointer exception in java
null pointer
exception in java What is null pointer
exception in
Java and when it occurs? Show it with an example.Thanks!
Java Null Pointer
Exception
java exception handle
java exception handle How error can be handled in the
exception class??
can we handle fatal error in
java
Java Write to File
Java Write to File
In this tutorial you will learn how to
write to file in
java.
Write to a file in
java we are required to use some classes of java.io... the characters in a
buffer to
write into a character-output
stream. Buffering feature
check null exception java
check null
exception java check null
exception java - How to check the null
exception on
Java?
The null pointer
exception in
java occurs... on it.
See the example null pointer
exception
How to Write To File BufferedWriter in Java
How to
Write To File BufferedWriter in Java how to
write to file bufferedwriter in
Java
In
Java there are 2 types of class files used... are discussion about bufferedwriter class which is used in character-output
stream
How to write in File in Java
How to
write in File in Java Hi,
How to
write in File in
Java. Please suggest and give example of this program.
thanks
How to write file by line in Java
How to
write file by line in Java How to
write file by line in
Java
Hi,
For
Write to a file by line using
java programming language we... in a new line.
How to use
Write To File By Line in
Java programs
write java prgram
write java prgram
write java program to offer a menu which contains 3 choices to make calculation on 3 shapes.use method for each calculation
How to write into CSV file in Java
passed the file name to
write into a
stream characters. Then we use the FileWriter...How to
write into CSV file in Java How to
write into CSV file in
Java
Hi,
To create Comma separated value(CSV) file is very simple
how to write append file in Java
how to
write append file in Java How to
write append file in
Java... to FileWriter constructor to
write a
stream of characters. The Constructor... existing file should be retained when you are trying to
write new contents
Java write to file
Java write to file How to
write to a file in
Java?
Is there any good example code here?
Thanks
Hi,
Java is one of the best... files.
You can easily use the the FileWriter and BufferedWriter to
write data
List of Java Exception
List of
Java Exception
Exception in
Java are classified on the basis of the
exception
handled by the
java compiler.
Java consists of the following type of built
Write a java application program........?
Write a
java application program........? Welcome every One :
I have
Q in
Java?
Q :
Write a
java application program that reads 20 integer numbers input by the user and prints how many numbers > 100 and how many numbers