随笔分类 - 异常
摘要:错误如图: 我的是服务器启动服务时报错: ***************************APPLICATION FAILED TO START*************************** Description: The dependencies of some of the be
阅读全文
摘要:报错日志如下: Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.-2023-05-05 09:46:02.328 [TID
阅读全文
摘要:遇到一个问题,项目启动后一致无法正常登陆进入后端,登陆时一直报错返回null,排查后发现是自己粗心,项目中 gateway服务配置的 application的name:@artifactId@ 和nacos上配置的DataID 不一致导致 如图,修改前: 本地登录时: 本地项目配置-使用默认的项目的
阅读全文
摘要:问题现象:项目启动后,登陆连接服务器时超时:Connection timed out no further information 192.168.42.190:4004 原因:我的配置有问题,在nacos配置中,服务发现和服务配置都设置了固定IP地址, 实际上我连接的是公司无线网络,IP是每次连接
阅读全文
摘要:报错日志如下(此处我用的是达梦,实际MySQL和oracle也会有类似的问题): Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #15 with JdbcType null . Tr
阅读全文
摘要:异常日志如下: org.springframework.jdbc.UncategorizedSQLException: Error attempting to get column 'DATA_SOURCE' from result set. Cause: java.sql.SQLException
阅读全文
摘要:具体异常如下: com.alibaba.nacos.api.exception.NacosException: <html><body><h1>Whitelabel Error Page</h1><p>This application has no explicit mapping for /err
阅读全文