【发布时间】:2013-02-19 05:16:30
【问题描述】:
我正在使用 java 开发一个应用程序,并且我使用 GlassFish Serve 3+ 作为我的容器,有时当我运行我的应用程序时遇到以下错误,我想知道是什么原因,
type Exception report
message
descriptionThe server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: PWC1243: Filter execution threw an exception
root cause
java.lang.OutOfMemoryError: PermGen space
note The full stack traces of the exception and its root causes are available in the GlassFish Server Open Source Edition 3.1.2.2 logs.
【问题讨论】:
-
看看这个link。有人问过类似的问题。
-
它对内存泄漏没有帮助 - 但有趣的是 Java 8 已经取消了 Perm Gen。
标签: java glassfish-3