
异常信息
异常信息
Sheena..
这个作者很懒,什么都没留下…
展开
-
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.C
Unable to make protected final java.lang.C原创 2022-09-15 21:06:55 · 10051 阅读 · 2 评论 -
逆向工程无法生成报错Communications link failure
逆向工程无法生成报错Communications link failure原创 2022-08-31 17:46:14 · 500 阅读 · 0 评论 -
java.lang.ClassNotFoundException: com/sun/tools/internal/xjc/api/XJC 问题解决
文章目录错误信息:解决办法1.修改tomcat的jdk改为jre2. 因为maven的JDK插件没有写版本错误信息:cxf调用Webservice 接口 报错 java.lang.ClassNotFoundException: com/sun/tools/internal/xjc/api/XJC解决办法1.修改tomcat的jdk改为jrewindow->Preferences->server 修改原来配置的tomcat2. 因为maven的JDK插件没有写版本...原创 2020-12-09 17:24:04 · 3629 阅读 · 1 评论 -
java.lang.IllegalStateException: Multiple Dockets with the same g
Swagger2Config 类有重复的bean@Bean重复了原创 2020-09-09 12:32:33 · 1065 阅读 · 2 评论 -
ConcurrentModificationException并发修改异常产生的原因及解决方案
迭代器原创 2020-08-24 16:25:15 · 3918 阅读 · 1 评论 -
Parameter 0 of method linkDiscoverers in org.springframework.hateoas.config.HateoasConfiguration req
报错信息Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2020-08-06 17:21:39.607 ERROR 36012 --- [ restartedMain] o.s.b.d.LoggingFailureAnalysisReporter : ***************************APPLIC原创 2020-08-06 17:31:35 · 698 阅读 · 0 评论 -
ava.lang.IllegalStateException: Unable to find a @SpringBootConfiguration,
文章目录报错信息:错误的原因:解决办法:报错信息:在单元测试的时候报:java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=…) with your test错误的原因:1.没有启动类2.没有加载到启动类 -无法找到@SpringBootConfiguration解决办原创 2020-07-31 14:55:01 · 850 阅读 · 0 评论 -
Unit firewalld.service could not be found
Centos7 下默认的防火墙是 Firewall,替代了之前的 iptables,Firewall 有图形界面管理和命令行管理两种方式,本文简要介绍命令 行Firewall 的使用。如果提示:Unit firewalld.service could not be found. 说明防火墙没有安装,需要安装yum install firewalld firewall-config重启、关闭、开启firewalld.service服务service firewalld restart 重启ser转载 2020-07-09 17:48:22 · 36430 阅读 · 0 评论 -
maven idea下 出现 Cannot access nexus (http://maven.i-css.com/repository/maven-public/)
work offline 不勾选转载 2020-07-09 15:36:49 · 535 阅读 · 0 评论 -
解决 『SunCertPathBuilderException:unable to find valid certification path to requested target』 问题
解决 『SunCertPathBuilderException:unable to find valid certification path to requested target』 问题mvn -Dmaven.wagon.http.ssl.insecure=true package转载 2020-06-29 15:18:16 · 463 阅读 · 0 评论 -
java.net.SocketTimeoutException failed to connect to /xx.xxx.xx.xxx (port xxxx)
错误场景:(非当前场景-请查找其他解决方法)当App连接服务端代码.手机无法获取数据.但是模拟器可以的时候.请检查你的手机wifi是否和服务端在同一个wifi下.-切换wifi即可注意:服务端本地启动的情况下...原创 2020-04-26 16:38:27 · 2333 阅读 · 0 评论 -
Failed to execute goal on project
报错信息:Failed to execute goal on project huawen-cloud-user: Could not resolve dependencies for project cn.com.hwqh:huawen-cloud-user:jar:0.0.1-SNAPSHOT: Failure to find org.dom4j:dom4j:jar:1.1 in htt...原创 2020-02-10 11:09:20 · 473 阅读 · 0 评论 -
此时不应有 \solr\solr-7.5.0\server\solr-webapp\webapp\WEB-INF\lib\*" --module=https"。
前言:记录让我抓狂一天的问题… -.-问题原因:因为安装的solr的路径里面含有空格带导致解决办法:将solr放到不带空格的安装路径下.原创 2019-11-27 15:15:26 · 568 阅读 · 1 评论 -
com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Connection refused: con
application.properties配置文件添加:# 此应用为注册中心,false:不向注册中心注册自己。eureka.client.register-with-eureka=false# 注册中心职责是维护服务实例,false:不检索服务。eureka.client.fetch-registry=false...原创 2019-11-20 15:42:36 · 154 阅读 · 0 评论 -
nohup: ignoring input and appending output to ‘nohup.out’
nohup: ignoring input and appending output to ‘nohup.out’报错解决办法ps -elf|grep java再执行 启动命令原创 2019-09-05 10:48:06 · 1418 阅读 · 0 评论 -
java.lang.NoClassDefFoundError: org/apache/http/ssl/SSLContextBuilder
前天,在调第三方SDK开发的时候,报了一个错误为java.lang.NoClassDefFoundError: org/apache/http/ssl/SSLContextBuilder,解决办法:修改pom文件的jar版本<dependency> <groupId>org.apache.httpcomponents</groupId&g...原创 2019-09-04 17:15:13 · 3310 阅读 · 8 评论 -
D:\apache-tomcat-8.5.32\bin\tcnative-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
问题解决方法:去tomcat目录下的bin目录里面去找tcnative-1.dll,将其删除就好。原因是在64位的系统下安装的虚拟机是64位的,而WTK的 sublime.dll不能在64位的平台下加载64位的虚拟机,只能加载32位的。由于WTK在安装的时候加载的64虚拟机的地址,它找到的是64位的 虚拟机,所以它提示不能加载32位的虚拟机(在目录下没有32的虚拟机)所以,比可以看下你的jdk...原创 2018-08-13 13:53:13 · 11420 阅读 · 6 评论