报错解决
wenbin777
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
gradle java home is different
导入gradle工程遇到如下报错:Caused by: org.gradle.launcher.daemon.client.DaemonConnectionException: The newly created daemon process has a different context than expected.It won't be possible to reconnect to this daemon. Context mismatch: Java home is different.W原创 2021-02-18 15:19:23 · 954 阅读 · 1 评论 -
Springboot报错:Fail fast is set and there was an error reading configuration from consul
Springboot报错:Fail fast is set and there was an error reading configuration from consul今天搭建springboot集成consul配置中心的时候遇到如下报错2021-02-09 11:50:11.787 [main] ERROR o.s.c.c.c.ConsulPropertySourceLocator:154 - Fail fast is set and there was an error reading conf原创 2021-02-09 11:58:42 · 15047 阅读 · 1 评论 -
遇到报错[Cannot retrieve repository metadata (repomd.xml) for repository: salt-latest. Please verify its
遇到报错[Cannot retrieve repository metadata (repomd.xml) for repository: salt-latest. Please verify its path and try again]今天在centos6上用yum安装docker的时候遇到报错[root@linux4Tester ~]# yum install docker已加载插件:fastestmirror, security设置安装进程Loading mirror speeds fro原创 2020-10-10 15:09:42 · 2890 阅读 · 1 评论 -
遇到报错:Uncaught TypeError: __WEBPACK_IMPORTED_MODULE_1_vuex__.a.store is not a constructor
使用Vuex启动项目时遇到报错:Uncaught TypeError: __WEBPACK_IMPORTED_MODULE_1_vuex__.a.store is not a constructor解决办法:new Vuex.store() 修改为 new Vuex.Store// 创建store对象export default new Vuex.Store({ // state中存放全局共享数据 state : { count : 0 }, m原创 2020-05-26 14:45:08 · 2912 阅读 · 0 评论 -
遇到报错:ERROR: Couldn't connect to Docker daemon at http+docker://localunixsocket
非root用户执行docker-compose up时遇到报错:ERROR: Couldn't connect to Docker daemon at http+docker://localhost - is it running?解决办法:添加docker用户组 sudo groupadd docker将当前用户加入组 sudo usermod -aG docker ${USER...原创 2020-03-23 16:03:38 · 606 阅读 · 0 评论 -
遇到报错:[WARNING] Node xx.xx.xx.xx:1002 has slots in importing state 11401.
redis集群分配槽点时遇到以下报错:[root@index_2 ~]# docker run -it --rm redis redis-cli --cluster rebalance --cluster-use-empty-masters 172.20.188.161:1002>>> Performing Cluster Check (using node 172.20....原创 2020-03-20 16:37:43 · 1812 阅读 · 0 评论
分享