hello,
I have problems to deserialize a stream on the client.
I tryed to serialize the object to a file.
Copied the file 'manual' to the client
and the deserilisation was fine.
The same with a stream over the network failed.
Look like the first parts of the file will be
copied over but than the copy stops with the
following exception:
2006-11-30 17:24:37,521 DEBUG [AWT-EventQueue-0]
org.apache.commons.httpclient.HttpMethodBase:
Resorting to protocol version default close connection policy
2006-11-30 17:24:37,521 DEBUG [AWT-EventQueue-0]
org.apache.commons.httpclient.HttpMethodBase:
Should NOT close connection, using HTTP/1.1
2006-11-30 17:24:37,521 DEBUG [AWT-EventQueue-0]
org.apache.commons.httpclient.HttpConnection:
Releasing connection back to connection manager.
java.io.EOFException
at
java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2435)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1245)
at
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1845)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769)
at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
I am using "application/octet-stream" is this ok?
Maybe something runs out of memory ?
thanks for help,
bastian
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]