IntelliJ 的 JRebel 和 Maven 插件设置 - java.lang.OutOfMemoryError: PermGen space
有人可以帮忙吗? 我在 IDEA 中使用 Appfuse archetype 项目以及 maven 和 JRebel 插件。以下是我从 Idea 中的 Maven 项目运行 jetty:run 时得到的结果。我在/etc/launchd.conf(MAC)中增加了MAVEN_OPTS,并将-XX:MaxPermSize=128m添加到IDEA中的maven插件Runner中作为VM选项。我还能做什么来修复它?谢谢。
2011-12-16 17:49:16.877:INFO:/:初始化 Spring FrameworkServlet 'dispatcher' JRebel-Spring:监视“/Users/vraskin/projects/appfuse_projects/test_project/tutorial/tutorial-spring/src/main/webapp/WEB-INF/dispatcher-servlet.xml”中的 Spring bean 定义。 错误[主要] Digester.startElement(1366) |开始事件引发错误 java.lang.OutOfMemoryError:PermGen 空间
...
2011-12-16 17:49:25.310:WARN::失败的调度程序:java.lang.OutOfMemoryError:PermGen 空间 2011-12-16 17:49:25.310:警告::失败 org.mortbay.jetty.plugin.Jetty6PluginWebAppContext@4dd3c6fd{/,/Users/vraskin/projects/appfuse_projects/test_project/tutorial/tutorial-spring/src/main/ webapp}: java.lang.OutOfMemoryError: PermGen 空间 2011-12-16 17:49:25.310:WARN::failed ContextHandlerCollection@2442c1ad: java.lang.OutOfMemoryError: PermGen 空间 2011-12-16 17:49:25.310:警告::失败的HandlerCollection@1ab95774:java.lang.OutOfMemoryError:PermGen空间 2011-12-16 17:49:25.310:警告::启动处理程序时出错 java.lang.OutOfMemoryError: PermGen 空间 2011-12-16 17:49:26.152:警告::失败 org.mortbay.jetty.nio.SelectChannelConnector$1@12d37bd8: java.lang.OutOfMemoryError: PermGen 空间 2011-12-16 17:49:26.152:警告::失败 [电子邮件受保护]:8080: java.lang.OutOfMemoryError: PermGen 空间 2011-12-16 17:49:26.152:警告::失败 Server@3dd510be: java.lang.OutOfMemoryError: PermGen 空间 [信息] Jetty 服务器退出。
...
线程“main”中的异常 java.lang.OutOfMemoryError: PermGen space
Can anyone help?
I am using Appfuse archetype project in IDEA with maven and JRebel plugins. Below is what I am getting when I run jetty:run from the Maven Projects in Idea. I increased MAVEN_OPTS in /etc/launchd.conf (MAC) and added added -XX:MaxPermSize=128m to the maven plugin Runner in IDEA as VM option. What else can I do to fix it? Thanks.
2011-12-16 17:49:16.877:INFO:/:Initializing Spring FrameworkServlet 'dispatcher'
JRebel-Spring: Monitoring Spring bean definitions in '/Users/vraskin/projects/appfuse_projects/test_project/tutorial/tutorial-spring/src/main/webapp/WEB-INF/dispatcher-servlet.xml'.
ERROR [main] Digester.startElement(1366) | Begin event threw error
java.lang.OutOfMemoryError: PermGen space
...
2011-12-16 17:49:25.310:WARN::failed dispatcher: java.lang.OutOfMemoryError: PermGen space
2011-12-16 17:49:25.310:WARN::failed org.mortbay.jetty.plugin.Jetty6PluginWebAppContext@4dd3c6fd{/,/Users/vraskin/projects/appfuse_projects/test_project/tutorial/tutorial-spring/src/main/webapp}: java.lang.OutOfMemoryError: PermGen space
2011-12-16 17:49:25.310:WARN::failed ContextHandlerCollection@2442c1ad: java.lang.OutOfMemoryError: PermGen space
2011-12-16 17:49:25.310:WARN::failed HandlerCollection@1ab95774: java.lang.OutOfMemoryError: PermGen space
2011-12-16 17:49:25.310:WARN::Error starting handlers
java.lang.OutOfMemoryError: PermGen space
2011-12-16 17:49:26.152:WARN::failed org.mortbay.jetty.nio.SelectChannelConnector$1@12d37bd8: java.lang.OutOfMemoryError: PermGen space
2011-12-16 17:49:26.152:WARN::failed [email protected]:8080: java.lang.OutOfMemoryError: PermGen space
2011-12-16 17:49:26.152:WARN::failed Server@3dd510be: java.lang.OutOfMemoryError: PermGen space
[INFO] Jetty server exiting.
...
Exception in thread "main" java.lang.OutOfMemoryError: PermGen space
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论