
异常解决
coder86
这个作者很懒,什么都没留下…
展开
-
Kafka启动一段时间后被Killed异常解决
Kafka启动一段时间后被Killed异常解决原创 2022-10-11 22:14:46 · 1649 阅读 · 0 评论 -
Kafka启动一段时间后被Killed异常解决
Kafka启动一段时间后被Killed异常解决原创 2022-10-11 22:14:46 · 1649 阅读 · 0 评论 -
Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000000c0000000, 1073741824, 0
切到bin目录,修改kafka运行参数。保存重启kafka,启动成功。原创 2022-10-11 21:52:48 · 1144 阅读 · 0 评论 -
IDEA复制项目,java和resources文件夹后面出现中括号包含的项目名
IDEA的java和resources文件夹后面出现中括号包含的项目名原创 2022-10-07 23:20:41 · 2193 阅读 · 0 评论 -
springboot连接oracle报错:listener does not currently know of SID given in connect descriptor
IP换成oracle的服务IP,后面的orcl要配置成服务名称。分析发现applcation.yml的oracle配置项有误。问题解决 可以正常操作orale数据库。像楼主这种情况,url正确配置。原创 2022-09-18 18:38:03 · 871 阅读 · 0 评论 -
vscode打开新的文件 会覆盖已打开的窗口 修改配置
在setting.json中修改在setting.json中添加"editor.fontLigatures": null原创 2020-09-24 20:39:26 · 1103 阅读 · 1 评论 -
Could not autowire解决方法 --INtellij IDEA @Autowired取消提示
Idea @Autowired取消提示Spring bean通过@Autowired注入,spring auto scan配置,在编辑情况下,无法找不到对应的bean,于是提示找不到对应bean的错误。但build项目是能正常运行的。可在File -- Settings -- Inspections。在Spring Model -- Autowring for Bean Class 中,...原创 2019-09-11 09:28:47 · 617 阅读 · 0 评论 -
dubbo项目发布service服务,添加@Transactional事务注解报错
调用service服务报错org.apache.catalina.core.StandardWrapperValve invoke严重: Servlet.service() for servlet [springmvc] in context with path [] threw exception [Request processing failed; nested exceptio...原创 2019-08-13 10:23:18 · 1456 阅读 · 0 评论 -
Caused by: java.lang.reflect.MalformedParameterizedTypeException
在ssm项目中集成dubbo的过程中,启动项目报错org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in URL [jar:file:/D:/tools/ideaworkspace/spring/applicati...原创 2019-08-09 15:32:31 · 884 阅读 · 0 评论 -
Caused by: java.lang.IllegalStateException: AnnotationTransactionAttributeSource is only available o
报错信息Caused by: java.lang.IllegalStateException: AnnotationTransactionAttributeSource is only available on Java 1.5 and higher at org.springframework.transaction.config.TxNamespaceUtils.getAnnotati...原创 2019-08-09 14:14:02 · 3415 阅读 · 0 评论