I'm getting the below error in my JSP resulting in a short message as "500: NO DETAILED MESSAGE". Could someone please tell how this can be fixed... Thanks in advance.
[This message has been edited by Shankar Ganesh (edited February 08, 2001).]
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12269
1
posted
0
I think it is extremely likely that your CharArrayWriter got stuck in a loop, filled the largest char[] array it could create, and then tried to write more. Find that loop and fix it. Bill ------------------ author of: