Re: StreamCorruptedException: invalid stream header
On Sun, 9 May 2010, tukker wrote:
I am new to Java network programing. I wanted to write a server
code..which accept telnet connections and respond.
I used code from the below mentioned link.
http://zerioh.tripod.com/ressources/sockets.html
The server code run successfully. Using client code i was able to
connect to the server successfully.
But using the same code when i tried to login thru terminal server
(windows command prompt) and typed "bye" i see below exception.
java.io.StreamCorruptedException: invalid stream header: 6279650D
at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java: 783)
at java.io.ObjectInputStream.<init>(ObjectInputStream.java:280)
at Provider.run(Provider.java:23)
at Provider.main(Provider.java:71)
What could be wrong?
You've misunderstood the purpose of the example. It's using serialization,
which is a way of moving whole java objects through streams. That's
nothing like telnet, which just moves raw text (and a few special control
codes).
tom
--
coincidences, body modification, hungarian voice sebestyen marta, **