Hi,
  I am using IBM Websphere Version 3.02 on NES.
  An IE4.0 client applet is accessing a servlet running on the WAS.

  It gives the following error when the application is accessed a second
time without closing the browser window :
  Root Error-1: MimeHeadersEnumerator
java.util.NoSuchElementException: MimeHeadersEnumerator at
java.lang.Throwable.(Throwable.java:74) at
java.lang.Exception.(Exception.java:38) at
java.lang.RuntimeException.(RuntimeException.java:43) at
java.util.NoSuchElementException.(NoSuchElementException.java:40) at
com.ibm.servlet.engine.srt.http.MimeHeadersEnumerator.nextElement(MimeHeadersEnu
merator.java:49) at
pfu.components.server.AppletInitializerServlet.doPost(Compiled Code)


 The application works perfectly in IE5.0 and in some other installations
 of IE4.0.

 In the servlet I am using code to set the response header to prevent
caching :
   response.setHeader("Cache-Control","no-store");
   response.setHeader("pragma","no-cache");

  Will this create a problem?

 Or Is there any setting in IE4.0 which may not be set properly?

 Thanks for your time.

  Jess.

___________________________________________________________________________
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

Reply via email to