Stack Overflows in the Eclipse JSP Editor

Posted by stevedbrown on Stack Overflow See other posts from Stack Overflow or by stevedbrown
Published on 2009-08-10T15:01:48Z Indexed on 2010/05/17 0:30 UTC
Read the original article Hit count: 557

Filed under:
|
|
|

When editing JSPs in Eclipse, I periodically get stack overflows. Once I get one, each time I click a character I get a pop-up telling me there was another stack overflow. This continues until I close the JSP and re-open it, at which time it's fine for a while.

org.eclipse.jst.jsp.core.internal.parser.JSPSourceParser: 
    input could not be parsed correctly at position 1
java.lang.StackOverflowError

Has anyone else seen this issue, do you know the cause, and is there a way to fix it?

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse