Stella981 Stella981
3年前
Consumer is not subscribed to any topics
产生该问题的原因主要是zookeeper中存在旧版本的kafkaconnecttopic信息,导致新版本的kafkaconnect启动异常:ERRORUnexpectedexceptioninThreadKafkaBasedLogWorkThreadconnectconfigs,5,main(org.a
Wesley13 Wesley13
3年前
Java基础入门之自定义异常、形参个数可变的方法、水仙花数
点击上方“Java进阶学习交流”,进行关注后台回复“Java”即可获赠Java学习资料今日鸡汤葡萄美酒夜光杯,欲饮琵琶马上催。前言大家好,我是Java进阶者。这篇文章我们主要介绍Java基础入门之自定义异常、形参个数可变的方法、水仙花数知识,一起来学习下吧!一、自定义异常
Stella981 Stella981
3年前
SpringBoot的修改操作
今天学习SpringBoot的CRUD操作,练习修改操作时,发生了如下的异常:nio8080exec7.m.m.a.ExceptionHandlerExceptionResolver:ResolvedexceptioncausedbyHandlerexecution:org.springframework.d
Wesley13 Wesley13
3年前
Java三元表达式中的陷阱
今天遇到一个奇怪的Java三元表达式中的空指针异常。特此记录。代码代码示意如下:IntegeritemVOnull;IntegerglobleLatenessToleranceUseAlternatenull;IntegerlatenessToleranceUseAlternate
Wesley13 Wesley13
3年前
unable to find valid certification path to request
解决PKIX问题:unabletofindvalidcertificationpathtorequestedtarget话说前几天在测试服务器上遇到了这么个异常javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException
Easter79 Easter79
3年前
SpringBoot的修改操作
今天学习SpringBoot的CRUD操作,练习修改操作时,发生了如下的异常:nio8080exec7.m.m.a.ExceptionHandlerExceptionResolver:ResolvedexceptioncausedbyHandlerexecution:org.springframework.d
Stella981 Stella981
3年前
SpringBoot设置文件上传大小限制
SpringBoot默认上传文件大小不能超过1MB,超过之后会报以下异常:org.apache.tomcat.util.http.fileupload.FileUploadBase$FileSizeLimitExceededException:Thefieldfileexceedsitsmaximumpermittedsizeof
Stella981 Stella981
3年前
ERR Client sent AUTH, but no password is set 异常解决
异常ERRClientsentAUTH,butnopasswordisset!(https://oscimg.oschina.net/oscnet/up679a1375cd9fd8ccfc7715e991e9bbc7dc1.png)
Easter79 Easter79
3年前
SpringBoot设置文件上传大小限制
SpringBoot默认上传文件大小不能超过1MB,超过之后会报以下异常:org.apache.tomcat.util.http.fileupload.FileUploadBase$FileSizeLimitExceededException:Thefieldfileexceedsitsmaximumpermittedsizeof
Stella981 Stella981
3年前
Redis使用过程出现类型转换异常问题
问题描述:使用redis过程中,出现类型转换异常问题,出现在存数据和取数据时。而且相同代码在本地测试无异常,而提交到测试环境,则会出现问题。!在这里插入图片描述(https://oscimg.oschina.net/oscnet/115a7ba9719bae3e1b04eeeba16dc3a38c7.png)问题原因:最后定位到,原