java.io.StreamCorruptedException: invalid type code: ACI
622501May 6 2008 — edited May 11 2008The above exception comes in my client server multithreaded chat system when the instanace of ObjectOutputStream is not closed after sending messages.If the instance of the ObjectOutputStream is closed after sending the messages then the Exception comes is:java.net.Socket Exception Socket is Closed.
I am really tensed and confused what to do and what not to do.Can any one help me, please!