
报错信息
HFwa
是程序员,但也不仅是程序员
展开
-
No operator matches the given name and argument types
mybatis,postgresql原创 2022-12-01 11:17:43 · 1808 阅读 · 1 评论 -
报错no native library is found for os.name=Mac and os.arch=aarch64
kafka,报错信息原创 2022-07-10 16:41:28 · 3137 阅读 · 0 评论 -
Error: Node Sass does not yet support your current environment
node-sass报错,m1芯片原创 2022-06-13 18:47:15 · 562 阅读 · 0 评论 -
Failed to start Docker Application Container Engine.
Failed to start Docker Application Container Engine.今天突然发现docker暂停了,启动不起来,文字描述如下:[root@hfwas /]# docker ps Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?[root@hfwas /]# [root@hfwas /]# [root@hfwas /]原创 2022-04-22 23:23:25 · 2251 阅读 · 0 评论 -
/var/lib/mlocate/mlocate.db‘: 没有那个文件或目录
/var/lib/mlocate/mlocate.db’: 没有那个文件或目录问题描述:[root@iZ2zedmogg3f7zrbhi2pdaZ /]# locate /datalocate: 无法执行 stat () `/var/lib/mlocate/mlocate.db': 没有那个文件或目录问题截图:问题解决:updatedb解决截图:参考链接https://askubuntu.com/questions/800347/cant-locate-a-directory-u原创 2022-04-11 22:26:32 · 955 阅读 · 0 评论 -
java.lang.NullPointerException.element.cannot.be.mapped.to.a-null-key
NullPointerException: element cannot be mapped to a null key详细报错信息:java.lang.NullPointerException: element cannot be mapped to a null key at java.util.Objects.requireNonNull(Objects.java:228) at java.util.stream.Collectors.lambda$groupingBy$45(Collecto原创 2022-04-02 18:32:58 · 1642 阅读 · 0 评论 -
BeanDefinitionParsingException: Configuration problem: A circular @Import has been detected
BeanDefinitionParsingException: Configuration problem: A circular @Import has been detected报错摘要:org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: A circular @Import has been detected: Illegal attempt by @Con原创 2022-04-02 18:24:59 · 9566 阅读 · 1 评论 -
Unknown collation: ‘utf8mb4_0900_ai_ci‘
报错信息[SQL] Query bpm-flowable start[ERR] 1273 - Unknown collation: 'utf8mb4_0900_ai_ci'[ERR] CREATE TABLE `ACT_RU_HISTORY_JOB` ( `ID_` varchar(64) COLLATE utf8_bin NOT NULL, `REV_` int DEFAULT NULL, `LOCK_EXP_TIME_` timestamp(3) NULL DEFAULT NULL,原创 2022-03-07 23:56:53 · 599 阅读 · 0 评论 -
No primary or single public constructor found for interface java.util.List
具体报错信息:java.lang.IllegalStateException: No primary or single public constructor found for interface java.util.List - and no default constructor found either at org.springframework.beans.BeanUtils.getResolvableConstructor(BeanUtils.java:250) at org.sprin原创 2022-03-07 17:12:39 · 18280 阅读 · 0 评论 -
Error in v-on handler: “TypeError: Invalid attempt to spread non-iterable instance
报错如下谷歌浏览器控制台报错信息:vue.esm.js?a026:628 [Vue warn]: Error in v-on handler: "TypeError: Invalid attempt to spread non-iterable instance.In order to be iterable, non-array objects must have a [Symbol.iterator]() method."found in---> <ElButton> a原创 2022-03-03 16:03:04 · 10116 阅读 · 2 评论 -
InvalidConnectionAttributeException: The server time zone value ‘�й���ʱ��‘ is unrecognized or repr
InvalidConnectionAttributeException: The server time zone value ‘�й���ʱ��’ is unrecognized or repr报错信息如下java.sql.SQLException: The server time zone value '�й���ʱ��' is unrecognized or represents more than one time zone. You must configure either the se原创 2022-02-25 10:48:42 · 1455 阅读 · 0 评论 -
redis.clients.jedis.exceptions.JedisDataException: NOAUTH Authentication required.
报错详细信息:redis.clients.jedis.exceptions.JedisDataException: NOAUTH Authentication required. at redis.clients.jedis.Protocol.processError(Protocol.java:132) at redis.clients.jedis.Protocol.process(Protocol.java:166) at redis.clients.jedis.Protocol.read(P原创 2022-02-21 23:49:44 · 889 阅读 · 0 评论 -
WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED
往阿里云服务器上复制文件,显示报错,报错信息如下@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NAS原创 2022-02-18 21:54:16 · 422 阅读 · 0 评论 -
Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could
Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured.报错详细信息Description:Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.Reas原创 2022-02-13 23:08:39 · 1427 阅读 · 0 评论 -
The elements [spring.cloud.gateway.routes[0].predicates[0].path] were left unbound.
报错文字版:Binding to target [Bindable@7a254e9b type = java.util.List<org.springframework.cloud.gateway.handler.predicate.PredicateDefinition>, value = 'provided', annotations = array<Annotation>[@javax.validation.constraints.NotEmpty(message={java原创 2021-11-24 23:32:11 · 3176 阅读 · 4 评论 -
308 Permanent Redirect问题解决
2021-11-17-308 Permanent Redirect问题描述:postman测试接口,数据正常返回,代码当中使用restTemplate调用接口报错,显示308永久的重定向308 Permanent Redirectpostman接口测试接口地址:http://gatewayproxy-jcpt.mwr.cn/suser/getLoginUserListBySysId?sysId=10086postman截图:报错文字版:<head><title>3原创 2021-11-17 15:11:53 · 30761 阅读 · 1 评论 -
XmlBeanDefinitionStoreException
XmlBeanDefinitionStoreException错误描述加载xml文件报错,显示SAXParseException解析异常。查询资料可以得到结论,是x m l文件中的格式有异常。多写了字符或者少写了字符。需要检查x m l文件中格式。错误信息:显示xml文件中不能不能包含子级Caused by: org.xml.sax.SAXParseException; lineNumber: 16; columnNumber: 9; cvc-complex-type.2.3: 元素 'beans原创 2021-10-01 19:37:17 · 546 阅读 · 0 评论 -
com.alibaba.fastjson.JSONException: expect ‘[’, but int, pos 1, line 1, column 20
错误概况:com.alibaba.fastjson.JSONException: expect ‘[’, but int, pos 1, line 1, column 20错误信息:com.alibaba.fastjson.JSONException: expect '[', but int, pos 1, line 1, column 20 at com.alibaba.fastjson.parser.DefaultJSONParser.parseArray(DefaultJSONParser.j原创 2021-06-23 18:19:41 · 13408 阅读 · 0 评论 -
解决GitHub不显示提交记录的问题
git config --global user.email “你的邮件地址”git config --global user.name “你的Github用户名”原创 2021-06-14 14:53:12 · 950 阅读 · 0 评论 -
git push报错OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
文章目录git push报错OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443报错信息:解决办法:git config --global --unset http.proxy报错原因:再次提交:git push报错OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443报错信息:fatal: unable to access ‘h原创 2021-06-13 20:34:42 · 526 阅读 · 0 评论 -
ConcurrentModificationException: null报错
ConcurrentModificationException: null报错报错信息:java.util.ConcurrentModificationException: null at java.util.ArrayList.forEach(ArrayList.java:1260) at com.slb.dashboard.inbound.controller.export.MicroServicePanoramaController.lambda$informationManage$4(Mic原创 2021-06-06 09:54:13 · 3896 阅读 · 1 评论