描述: 最开始在测试环境装了mysql8,用来作为airflow后端的metadata存储: 在装了mysql8之后,通过pip3安装了mysqlclient=1.3.14:但是安装过程是在单独的venv环境中安装的.系统的python3环境中并没有安装该库. 为了进行其他功能测试,将mysql8卸载,安装了mysql5.7.28.之后airflow运行不起来了,报错: libmysqlclient.so.21: cannot open shared object file: no such f…
目录 一.启动项目显示,没有接受许可之前不能够自动安装 二.明明配置了jdk但还是说找不到 三.jenkins-RestAPI调用出现Error 403 No valid crumb was included in the request解决方法 四.jenkins用pipline启动tomcat启动不起来 五.Jenkins报错Error cloning remote repo 'origin' 六.jenkins添加从节点失败 七.Jenkins配置ldap错误导致无法登陆的问题 一.启动项…