
服务器
文章平均质量分 94
迷迷糊
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jdbc:Could not open Hibernate Session for transaction
头天在公司还没有问题,第二天来就报这个错误 09:11:37,931 ERROR DefaultDispatcherErrorHandler:42 - Exception occurred during processing request: Could not open Hibernate Session for transaction; nested exception is org.hib原创 2018-02-02 10:04:03 · 5290 阅读 · 0 评论 -
java.lang.OutOfMemoryError: PermGen space
PermGen space的全称是Permanent Generation space,是指内存的永久保存区域OutOfMemoryError: PermGen space从表面上看就是内存益出,解决方法也一定是加大内存。说说为什么会内存益出:这一部分用于存放Class和Meta的信息,Class在被 Load的时候被放入PermGen space区域,它和和存放Instance的Heap区域不同转载 2018-02-01 11:28:31 · 1642 阅读 · 0 评论