I faced the same problem and finally it was resolved by changing the oracle driver. I replaced mine with a newer version and it worked! I was not able to find out what exactly changed in the newer version that made it work, I suspect it might be the jdk version difference or may be the default charset for these drivers has changed, not sure what but I am really curious to find it out.
Here are version details of these drivers (jars attached): Working: Manifest-Version: 1.0 Specification-Title: Oracle JDBC driver classes for use with JDK14 Sealed: false Created-By: 1.4.2_08 (Sun Microsystems Inc.) Implementation-Title: ojdbc14.jar Specification-Vendor: Oracle Corporation Specification-Version: Oracle JDBC Driver version - "10.2.0.3.0" Implementation-Version: Oracle JDBC Driver version - "10.2.0.3.0" Implementation-Vendor: Oracle Corporation Implementation-Time: Fri Sep 29 09:43:24 2006 Name: oracle/sql/converter/ Sealed: false Name: oracle/sql/ Sealed: false Name: oracle/sql/converter_xcharset/ Sealed: false Not Working: Manifest-Version: 1.0 Implementation-Version: "Oracle JDBC Driver version - 10.1.0.2.0" Specification-Title: "Oracle JDBC driver classes for use with JDK1. 4" Specification-Version: "Oracle JDBC Driver version - 10.1.0.2.0" Implementation-Title: "ojdbc14.jar" Created-By: 1.2.2 (Sun Microsystems Inc.) Implementation-Time: "Wed Jan 21 00:48:12 2004" Implementation-Vendor: "Oracle Corporation" Specification-Vendor: "Oracle Corporation" Regards Vishal Sinha -- View this message in context: http://www.nabble.com/-ERROR--JDBCDiskCache---java.io.StreamCorruptedException%3A-invalid-stream-header-tp11169850p25156423.html Sent from the JCS - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
