Hi, This happens when I am trying to read a very large string(around 3000 characters) from applet
I mean, the error comes in the statement ObjectInputStream prObjObjectInputStream = new ObjectInputStream(servletconn.getInputStream()); - Siju Menon -----Original Message----- From: Scott Stirling [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 9:59 AM To: JRun-Talk Subject: RE: Jrun 2.33 - jdk 1.2/1.3 The original JRun 3.0 had some problems with streaming data between applets and servlets. These were fixed in service packs and JRun 3.1. You should be running SP2a for JRun 3.0, for bug fixes as well as security fixes. I would recommend using the Java 2 JVM as a plug-in instead of the built-in browser VM in IE. But from that stack trace alone I can't see what's wrong. It looks like a Microsoft JVM stack trace, apparently throwing an exception from a non-standard Microsoft Java extension (com.ms.net.wininet...). Scott Stirling -----Original Message----- From: [EMAIL PROTECTED] To: JRun-Talk Sent: 10/30/01 11:23 PM Subject: RE: Jrun 2.33 - jdk 1.2/1.3 Hi, We are using an applet to communicate with a servlet(running in Jrun 3.0) and it throws up an exception in IE : java.io.IOException: InternetReadFile at com/ms/net/wininet/WininetInputStream.read (WininetInputStream.java) at com/ms/net/wininet/WininetInputStream.read (WininetInputStream.java) at java/io/ObjectInputStream.read (ObjectInputStream.java) at java/io/DataInputStream.readShort (DataInputStream.java) at java/io/ObjectInputStream.readShort (ObjectInputStream.java) at java/io/ObjectInputStream.readStreamHeader (ObjectInputStream.java) at java/io/ObjectInputStream.<init> (ObjectInputStream.java) at ComputedMeasures/DataLoaderThread.sendXMLtoServer (DataLoaderThread.java:877) at ComputedMeasures/SaveMeasureThread.run (DataLoaderThread.java:1548) Would be helpful if any of you could throw some light on this and give a solution. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
