#exceptio

com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server

1.错误信息com.netflix.discovery.shared.transport.TransportException:Cannotexecuterequestonanyknownserver2.错误背景启动EurekaServer报错3.错误原因Spring2.0以后默认开的安全验证,你需要手动关闭,关闭方法...

Caused by: org.apache.ibatis.type.TypeException: The alias 'SiteVo' is already mapped to the value 'com.test.base.vo.manager.SiteVo'

错误详细信息:Causedby:org.apache.ibatis.type.TypeException:Thealias'SiteVo'isalreadymappedtothevalue'com.test.base.vo.manager.SiteVo'错误原因:关键在于配置文件指定别名范围过广,导致不同的包下出现相同...

Handler dispatch failed; nested exception is java.lang.OutOfMemoryError: GC overhead limit exceeded

错误详细信息:org.springframework.web.util.NestedServletException:Handlerdispatchfailed;nestedexceptionisjava.lang.OutOfMemoryError:GCoverheadlimitexceeded错误原因:部署sprin...

java.lang.IllegalStateException: Service id not legal hostname (/test-gw-aqa)

错误信息:java.lang.IllegalStateException:Serviceidnotlegalhostname(/test-gw-aqa)错误原因和解决方案:FeignClient错误写法:@FeignClient("/test-gw-aqa")FeignClient正确写法:@FeignClient("...

org.springframework.context.ApplicationContextException: Unable to start web server; nested exceptio

详细错误信息:org.springframework.context.ApplicationContextException:Unabletostartwebserver;nestedexceptionisorg.springframework.context.ApplicationContextException:U...

org.tigris.subversion.javahl.ClientException: Attempted to lock an already-locked dir异常解决方法

myeclipse用svn提交的时候报错: Attemptedtolockanalready-lockeddirsvn:Workingcopy'D:/ProgramFiles/MyEclipse6.6flex/workspace/emis/WebRoot/emis/emresource'lockedorg.t...

net.paoding.analysis.exception.PaodingAnalysisException: dic home should not be a file, but a directory!

Causedby:net.paoding.analysis.exception.PaodingAnalysisException:dichomeshouldnotbeafile,butadirectory!atnet.paoding.analysis.knife.PaodingMaker.setDicHomePrope...

java.security.cert.CertificateException: No subject alternative names present

背景:在开发一个项目中,要调用一个webservice服务,之前设置的是http协议,项目中采用jdk自带的wsimport工具生成的客户端代码;后来,需求变更要求兼容https协议的webservice,开始以为只需要简单的将服务地址的连接改为https就可以了;但不行,总是报错javax.net.ssl.SSLHa...

java.lang.Exception: Socket bind failed: [730048]

严重:Errorinitializingendpointjava.lang.Exception:Socketbindfailed:[730048]?????????×???(Э?é/???????/???)????í??atorg.apache.tomcat.util.net.AprEndpoint.init(AprE...

java.lang.IllegalArgumentException: addChild: Child name '/SSHE' is not unique

错误信息:Causedby:java.lang.IllegalArgumentException:addChild: Childname'/SSHE'isnotunique   atorg.apache.catalina.core.ContainerBase.addChildIn...

Android IllegalArgumentException: Cannot draw recycled bitmaps解决方法

在编码图集过程中,出现了AndroidIllegalArgumentException:Cannotdrawrecycledbitmaps错误。大致意思是:不能使用已经被回收的bitmap。bitmap回收部分代码如下:1BitmapremoveBitmap=softReference.get();2if(remove...

解决:org.xml.sax.SAXParseException: 元素类型 "head" 必须由匹配的结束标记 "</head>问题

事件背景:今天就碰到了这样的问题,org.xml.sax.SAXParseException:元素类型"head"必须由匹配的结束标记"</head>我本地编译的时候报错,上面报错,起初我以为是我画的html页面报错呢,一个个标签查呀,查了一个多小时没结果原因:spring-boot-starter-thy...

Java+selenium chrome 常见的问题WebDriverException: unknown error: call function result missing 'value'

运行chrome浏览器报错:"main"org.openqa.selenium.WebDriverException:unknownerror:callfunctionresultmissing'value' 这个可能是chrome的驱动不匹配造成的 下载最新的放到原有目录下下载地址可chrome官...

java.io.IOException: Zip bomb detected! The file would exceed the max.

解决办法:添加一行代码即可ZipSecureFile.setMinInflateRatio(-1.0d); 参考:FileInputStreamfile=newFileInputStream("D:\newData.xlsx");ZipSecureFile.setMinInflateRatio(-1.0d);...

解决ES报错NoNodeAvailableException[None of the configured nodes are available:问题

elasticSearch的错误NoNodeAvailableException[Noneoftheconfigurednodesareavailable:[{#transport#-1}{-kTJsUqFSb69yMQ5v1fcuw}{192.168.56.101}{192.168.56.101:9300}]&nbs...
首页上一页...1213141516...下一页尾页