I am trying to download files through a
servlet using the classes from Jason Hunter. The webserver showed the following:-
java.lang.IllegalStateException: getOutputStream has been called on this same request
at ezj.g.a.h.getWriter(Unknown Source)
at ezj.g.a.h.sendError(Unknown Source)
at smallcon.jobcontrol.downloadfile.doPost(downloadfile.java:35)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at ezj.engines.EZServletRunner.service(Unknown Source)
at ezj.b.a.a(Unknown Source)
at ezj.b.c.handleConnection(Unknown Source)
at ezj.b.e.run(Unknown Source)
Can anybody explain what the above mean and how to solve the problem?