
错误记录
图图就是我
on the way home
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
tomcat启动报错
Reason: Expected stackmap frame at this location. Bytecode: 0000000: 2ab4 01ec 2bb6 01ee 4ebb 01f4 59b7 01f6 0000010: 3a04 2dc6 010b 2ab4 01f7 2bb6 01f9 3a05 0000020: 1905 c700原创 2017-11-21 15:05:34 · 504 阅读 · 0 评论 -
Exception in thread "http-bio-8080-exec-8" java.lang.OutOfMemoryError: PermGen space
内存溢出,需要添加tomcat启动参数: -Xms128m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=128m done!原创 2017-11-16 14:38:17 · 2501 阅读 · 0 评论 -
Unable to complete the scan for annotations for web application [] due to a StackOverflowError
Caused by: java.lang.IllegalStateException: Unable to complete the scan for annotations for web application [] due to a StackOverflowError. Possible root causes include a too low setting for -Xss原创 2017-11-16 14:29:36 · 1381 阅读 · 0 评论 -
Error:svn: locked svn: is already locked.
1.出现这个问题后使用“清理”即"Clean up"功能,如果还不行,就直接到上一级目录,再执行“清理” ,然后再“更新”。 2.有时候如果看到某个包里面的文件夹没有SVN的标志,直接用“Ctrl+Delete”手工删除,然后“清理”, 最后“更新”或“提交”。 3.有时候有的文件死活无法提交和更新,有lock字样的提示,:首先点击该文件,然后getLock,再选中 stealLock,然后rel转载 2017-11-16 16:12:14 · 434 阅读 · 0 评论