
常见报错问题
文章平均质量分 59
常见报错问题与解决方法
Shipley Leo
读书|学习|运动|旅行
展开
-
ORA-03113: 通信通道的文件结尾
但随便Oracle数据库无法打开了,总是报“ORA-03113: 通信通道的文件结尾”错误,分析可能由于数据库立即关闭,导致文件状态可能不一致,因为正常关闭数据库会同步校验各文件,使得重新启动的时候文件时间点一致并且不用进行崩溃恢复,不得不进行下面的恢复,建议大家以后在利用abort选项时,先在os上观察IO状况,在IO值为0或接近0的时候再强制关闭,以避免不可预料的错误。本文转自:https://blog.51cto.com/soulful/389570。转载 2024-04-21 02:45:32 · 2670 阅读 · 0 评论 -
Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found
Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found原创 2023-06-04 18:32:55 · 17696 阅读 · 5 评论 -
java: 错误: 无效的源发行版:17
java: 错误: 无效的源发行版:17原创 2023-06-04 17:22:20 · 22472 阅读 · 2 评论 -
java: 无法访问org.springframework.web.bind.annotation.RequestMapping......类文件具有错误的版本 61.0, 应为 52.0
java: 无法访问org.springframework.web.bind.annotation.RequestMapping......类文件具有错误的版本 61.0, 应为 52.0原创 2023-06-04 17:21:57 · 11716 阅读 · 2 评论 -
Unknown MySQL server host ‘localhost‘(0)
Unknown MySQL server host 'localhost'(0)原创 2023-05-29 18:44:02 · 3171 阅读 · 0 评论 -
Caused by: java.sql.SQLException: Access denied for user ‘‘@‘localhost‘ (using password: NO)
Caused by: java.sql.SQLException: Access denied for user ''@'localhost' (using password: NO)原创 2023-05-22 13:52:42 · 2159 阅读 · 0 评论 -
HibernateException: Access to DialectResolutionInfo cannot be null when ‘hibernate.dialect‘ not set
Caused by: org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set原创 2023-05-22 13:43:05 · 11255 阅读 · 0 评论 -
Caused by: java.lang.ClassNotFoundException: Could not load requested class : com.mysql.jdbc.Driver
Caused by: java.lang.ClassNotFoundException: Could not load requested class : com.mysql.jdbc.Driver原创 2023-05-21 18:42:29 · 2537 阅读 · 1 评论 -
(二)java.sql.SQLException: 不支持的字符集 (在类路径中添加 orai18n.jar): ZHS16GBK
java.sql.SQLException: 不支持的字符集 (在类路径中添加 orai18n.jar): ZHS16GBK原创 2023-04-07 20:22:03 · 7296 阅读 · 0 评论 -
Caused by: org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of
Caused by: org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'org.springframework.jdbc.core.JdbcTemplate' available: expected single matching bean but found 2: primaryJdbcTemplate,secondaryJdbcTemplate原创 2023-04-06 17:37:55 · 1843 阅读 · 0 评论 -
(一)SQL state [99999]; error code [17056]; 不支持的字符集 (在类路径中添加 orai18n.jar): ZHS16GBK; nested exception
SQL state [99999]; error code [17056]; 不支持的字符集 (在类路径中添加 orai18n.jar): ZHS16GBK; nested exception is java.sql.SQLException: 不支持的字符集 (在类路径中添加 orai18n.jar): ZHS16GBK原创 2023-03-29 01:45:50 · 10789 阅读 · 0 评论 -
Failed to start bean ‘documentationPluginsBootstrapper‘; nested exception is java.lang.NullPointerEx
Spring Boot 整合 Swagger,启动报错:“Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException ”原创 2023-02-18 16:42:27 · 25391 阅读 · 11 评论 -
方法参数中带有@RequestBody,调用接口需要注意什么情况?
HttpMessageNotReadableException: Required request body is missing: 报错的解决方法原创 2023-02-13 19:02:33 · 532 阅读 · 0 评论 -
登录mysql数据库连接失败,报错:“ERROR 2003 (HY000): Can‘t connect to MySQL server on ‘localhost‘ (10061)”
登录mysql数据库连接失败,报错:“ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)”原创 2022-12-09 18:06:03 · 571 阅读 · 0 评论 -
配置文件路径错误:ConfigurationException: Could not locate cfg.xml resource [hibernate.cfg.xml]
原创 2017-09-07 22:05:43 · 3017 阅读 · 0 评论 -
Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
编译错误提示:org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]被这个错误困扰了一晚上,终于解决了。不多说了,直接上图。解决方法见下图。原创 2017-09-07 21:57:35 · 1580 阅读 · 0 评论