Hello All, It has been interesting conversation between Ceausu, Harinath and others. I was just wondering if the URL call in Applet might be causing the problem, since you are giving the absolute address of the URL, while applets are only allowed to call "home". I would think that depending upon the document base of the applet, that call may or may not work.
--amrinder -----Original Message----- From: ceausu catalin [mailto:[EMAIL PROTECTED]] Sent: Friday, November 09, 2001 8:55 AM To: [EMAIL PROTECTED] Subject: Re: StreamCorruptedException: Header out of range 124 there is nothing wrong... it means that the servlet works and the client has some kind of problem. why don't u try to make an application (instead of that applet) that does the same thing and run the app with a new jdk... 1.2.2 for example if that works it means the JVM from the browser cannot read the serialized object. btw, we have an applet that reads serialized objects and works fine with ie5.5, nn4.7, nn6.... Harinath D.P wrote: > Hello, > > I tried http://localhost:7001/testData , the result string did appear in > the browser and as you said there were some strange chars in the first > part of the string. How to get rid of that...and where am i going > wrong.. > > > > -----Original Message----- > From: ceausu catalin [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 09, 2001 7:03 PM > To: [EMAIL PROTECTED] > Subject: Re: StreamCorruptedException: Header out of range 124 > > > hi. > there is nothing wrong with the code you sent... > did u try to open a browser at: > http://localhost:7001/testData > > normally u should see (between strange chars) the string u are trying to > send > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
