Eclipse JSP 编辑器中的堆栈溢出

发布于 2024-07-30 14:18:00 字数 327 浏览 4 评论 0 原文

在 Eclipse 中编辑 JSP 时,我会定期遇到堆栈溢出问题。 一旦我得到一个,每次我单击一个字符时,我都会弹出一个窗口,告诉我有另一个堆栈溢出。 这种情况一直持续到我关闭 JSP 并重新打开它为止,此时暂时还可以。

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

有其他人看到过这个问题吗?您知道原因吗?有办法解决吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

撩动你心 2024-08-06 14:18:00

您使用的是哪个版本的 JSP (WTP)? (您也使用什么版本的 Eclipse?)

错误消息是这样的吗:(

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

此线程?)

bug 265380 报告了 WTP 3.0 的修复。 5,因此会影响日食 Ganymede SR2(即 3.4.2)。
WTP3.1 也修复了此错误,并且适用于 eclipse Galileo ( 3.5)

Which version of JSP (WTP) are you using? (what version of eclipse are you using as well?)

Is the error message one like this:

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

(as reported in this thread?)

The bug 265380 reports a fix for WTP 3.0.5 and as such would impact an eclipse Ganymede SR2 (i.e. 3.4.2).
WTP3.1 has also this bug fixed, and is for eclipse Galileo (3.5)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文