- 博客(5)
- 资源 (1)
- 收藏
- 关注
原创 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
489
转载 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
421
原创 Exception in thread "http-bio-8080-exec-8" java.lang.OutOfMemoryError: PermGen space
内存溢出,需要添加tomcat启动参数: -Xms128m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=128mdone!
2017-11-16 14:38:17
2483
原创 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
1354
转载 Manven多模块工程中跳过不需要编译的模块
pom中添加以下插件org.apache.maven.pluginsmaven-deploy-plugin2.8.2trueplugin>
2017-11-06 10:31:48
4221
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人