0

IlligalStackException in JSP. While we try to execute the response.sendRedirect() method in JSP file( whith error Message "Response already commited").

1 Answers1

0

That is a typically error message after you have already send a redirect and to output more data to the stream. That is impossible.

java.lang.IllegalStateException: Cannot forward after response has been committed

Community
  • 1
  • 1
nano_nano
  • 12,351
  • 8
  • 55
  • 83
  • there is no applicationserver which is able to write output after the response is finished. Show us your jsp and we can try to find a solution for that. – nano_nano Aug 25 '12 at 17:14