配置MySQL主从复制报错 ``` Last_IO_Error: Fatal error: The slave I/O thread stops because master and slave have equal MySQL server ids; these ids must be different for replication to work (or the --replicate-same-server-id option must be used on slave but thi…
具体报错: AuthenticationFailedException: 535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 https://support.google.com/mail/?p=BadCredentials o19sm9099443pjr.2 - gsmtp 具体解决方法: 登录gmail生成应用密码,配置到jira email password. 延伸阅读: https://communi…
项目场景: 解决 Vue 项目 invalid host header 问题disableHostCheck:true报错 问题描述 使用内网穿透时出现 invalid host header 找了好多都是让 配置vue.config.js 系统报错 // vue3 vue.config.js module.exports = { // 跳过检查host devServer: { disableHostCheck: true } } 按照上述进行配置时出现报错信息 解决方法:https://bl…
wget url 报错:unable to resolve host address ‘url’,显然是无法解析主机地址,这就能看出是DNS解析的问题.解决办法就是配置可用的dns 一般是修改成为谷歌提供的免费DNS:8.8.8.8 8.8.4.4,今天教大家如何修改ubuntu的DNS域名解析服务器. ①.要更改ubuntu DNS必须编辑文件 - “/etc/resolv.conf”,打开“终端应用程序”-“附件” - “终端”,(如果是server版本就不需要这系列操作)在终端里输入下面的…
报错:Unable to open debugger port (127.0.0.1:63959): java.net.SocketException "socket closed",编译过来就是无法打开调试器端口,套接字已关闭 这台笔记本操作系统是win10专业工作站版,debug启动项目,provide项目完美启动成功,然后consumer项目报错:Unable to open debugger port (127.0.0.1:63959): java.net.SocketExce…
情况说明:从gitub上clone的maven项目,pox.xml配置中的依赖,自己的repository都有,所以正常update project ,正常clean,install,整个过程无报错 随后启动maven项目(tomcat7:run),出现报错 报错:Unable to process Jar entry [org/springframework/jmx/export/annotation/*****] 解决:无法找到该jar包的入口,那就是找不到jar包喽,别逗我啊!找到报错信息…
今天npm install总是报错:unable to verify the first certificate(无法验证第一证书),查了一下发现 As of February 27, 2014, npm no longer supports its self-signed certificates. 2014年2月27日,npm不再支持自签名证书. 因为npm install走的是https协议,需要通过数字证书来保证的 解决方法1: 取消ssl验证:npm config set strict…
Jenkins自动安装JDK需要提供Oracle的账号密码,否则报错:Unable ro auto-install JDK  until the  license is accepted 解决方法: 提供Oracle账号密码 可以自己申请一个: U:541509124@qq.com P:LR4ever.1314 账号来源地址:https://blog.csdn.net/u012789986/article/details/72515324…
git同步遇到报错“fatal: unable to access 'https://github.com/lizhong24/mysite2.git/': Peer reports incompatible or unsupported protocol version.” 解决办法: yum update -y nss curl libcurl 问题解决了.…
若要转载本文,请务必声明出处:https://www.cnblogs.com/zhongyuanzhao000/p/11401031.html 问题: 集群搭建的过程中,master节点初始化成功,但 node节点加入集群时却一直显示NotReady状态,如下: 使用kubeclt describe node xxxx 命令,发现报错: KubeletNotReady runtime network not ready: NetworkReady=false reason:NetworkPlug…