ICode9

精准搜索请尝试: 精确搜索
  • ingress配置https报错certificate.lua:259: call(): failed to set DER private key: d2i_PrivateKey_bio() fai2022-09-15 22:32:04

    困扰我2天的报错问题:certificate.lua:259: call(): failed to set DER private key: d2i_PrivateKey_bio() failed, context: ssl_certificate_by_lua*终于在今天21点前解决了。   我有4台ingress daemonset服务,分别为154/155/157/158,配置好pods的ingress后154访问正常,证书日期正

  • Nginx 日志 failed (13: Permission denied) 错误(13:权限被拒绝)2022-09-14 08:00:42

    错误分析:   权限拒绝   主要原因:   Nginx用户和应用用户不一致造成的   解决办法:   修改nginx.conf 文件,将其用户改为一致(一般在第1行) user root 查看如下: [root@centos conf]# ps -ef | grep nginx root 2576 1 0 00:35 ? 00:00:00 nginx

  • 【前端】vue Failed to resolve component If this is a native custom element, make sure to exclude it from2022-09-09 19:00:22

    一、报错      runtime-dom.esm-bundler-daf7327a.js:1555 [Vue warn]: Failed to resolve component: myBtn If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. at <App>   二、原因 核心原因

  • 解决出现javax.net.ssl.SSLHandshakeException: PKIX path building failed 或 sun.security.validator.Validato2022-09-09 15:01:03

    错误信息: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find

  • 解决Hopper Disassembler无法启动某些进程进行调试的问题2022-09-09 11:03:07

        逆向一个从Appstore下载的app时发现无法启动调试,点击启动后过一会儿会显示自动退出,退出码-1。接着又实用lldb -n "进程名"进行attach发现也无法附加上去,报错: error: process exited with status -1 (attach failed (Not allowed to attach to process. Look in the consol

  • harbor failed with status: 401 Unauthorized错误2022-09-05 11:33:29

    鉴权失败401 Unauthorized   [root@harbor harbor]# docker login https://chinda.com Authenticating with existing credentials... Login did not succeed, error: Error response from daemon: login attempt to https://chinda.com/v2/ failed with status: 401 Unauthoriz

  • git克隆代码出现Authentication failed for “http://xxxxxx“ 解决方案2022-09-03 10:30:22

    1、打开cmd窗口 2、输入命令git config --system --unset credential.helper 3、然后去操作推送,拉取和或者克隆等任意操作 4、提示你输入用户名和密码,修改之 5、再在git bash中执行命令:git config --global credential.helper store 6、再次执行3,输入用户名密码 7、OK。

  • redis OCI runtime exec failed: exec failed:解决方法2022-09-02 19:03:25

    引入了一个镜像,由于要修改一个参数,因此要进入容器中,一般使用 docker exec -it 容器名 /bin/bash然而报错 [root@mylinux ~]# docker exec -it goinception /bin/bashOCI runtime exec failed: exec failed: container_linux.go:345: starting container process caused "exec: \"/

  • APP - Appium-Inspector连接报错Failed to create session. The requested resource could not be found2022-09-01 11:04:05

    appium版本:Appium-Server-GUI-windows-1.22.3-4 Appium-Inspector版本:Appium-Inspector-windows-2022.5.4   填写好参数连接时报错:   错误信息: 错误 Failed to create session. The requested resource could not be found, or a request was received using an HTTP metho

  • 错误:GPG 检查失败 /Error: GPG check FAILED2022-08-29 15:34:20

    背景 今天装qemu的时候报错: 错误:GPG 检查失败 解决办法 安装软件的时候加上 --nogpgcheck 例如: yum install qemu* --nogpgcheck gpgcheck是什么 gpgcheck是gpg签名是否开启的选项名称,1是开启,0是不开启,一般内部部署软件包下载可以关掉 配置文件路径/etc/yum.conf

  • Vite+vue3发布后使用的静态图片无法显示Failed to construct ‘URL‘: Invalid URL2022-08-27 18:03:35

    1.使用官方引用静态资源处理,需要把图片放在public里面 getImageUrl(name) { return new URL(`./img/${name}.png`, import.meta.url).href }   2.本地运行项目中可以显示图片,但是发布后报Failed to construct ‘URL’: Invalid URL错误,是因为把 esbuild 构建目标设置为 es202

  • Flink1.10定义UDAGG遇到SQL validation failed. null 问题2022-08-24 13:33:30

    按照以下代码测试定义的UDAGG会一直出现org.apache.flink.table.api.ValidationException: SQL validation failed. null 问题 import org.apache.flink.configuration.JobManagerOptions import org.apache.flink.table.api.scala.BatchTableEnvironment import org.apache.flin

  • eureka 出现Failed to configure a DataSource: 'url' attribute is not specified and no embedde2022-08-23 18:35:47

    首选要声明一下SpringBoot版本和SpringCloud的版本要兼容的 参考官网:https://spring.io/projects/spring-cloud#overview 我使用的版本是 springboot 2.3.9.RELEASE springcloud Hoxton.SR10 如果你在搭建Eureka服务注册中心时,出现了如下图的的错误。 解决方案:只需要在启动类上

  • Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on2022-08-23 13:01:22

    Maven使用Test的时候出现 Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project StuMavenDemo1: There are test failures. 错误 原因:高版本IDEA在运行项目单元测试时会调用test方法,如果你写的单元测试代码有问题,就会

  • ArchLinux安装遇到点小问题 failed to commit transaction2022-08-22 10:34:27

    网上找了很久,都是执行pacman-key --init和pacman-key --populate就能解决问题,但我试了没用。还好最后网上找到一篇文章,按文章写的,执行pacman-key --refresh-keys就解决了。这个在Pacman的wiki页面也有写,看来应该优先翻文档的。 全部操作完,没想到启动时卡在了grub页面,很无奈。网上

  • JedisConnectionException: java.net.SocketException: Broken pipe (Write failed) 问题排查2022-08-19 21:03:27

    问题描述 笔者有2个应用会不定时请求redis,其中一个应用大约每分钟请求一次,可以正常请求,但是另一个大约每小时请求一次的应用,经常出现Broken pipe (Write failed)报错,具体报错信息如下: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketException: Broken

  • keepalived 虚拟ip可以切换(漂移),但无法通过虚拟ip访问(curl: (7) Failed connect to 192.168.59.211:8088; Connection time2022-08-19 13:03:47

    虚拟ip可切换    关闭192.168.59.102上的keepalived    但是访问超时:curl: (7) Failed connect to 192.168.59.211:8088; Connection timed out   修改MASTER路由和BACKUP路由的文件keepalived.conf 去掉配置vrrp_strict(严格遵守VRRP协议) 重启服务:systemctl restart keep

  • Pytest系列(2-1)-用例状态2022-08-19 00:00:27

    用例执行状态 用例执行完成后,每条用例都有自己的状态,常见的状态有 passed:测试通过 failed:断言失败 error:用例本身写的质量不行,本身代码报错(譬如:fixture不存在,fixture里面有报错) xfail:预期失败,加了 @pytest.mark.xfail()    error的栗子一:参数不存在   def pwd(): prin

  • Infiniband交换机版本升级路线图及故障1例2022-08-18 23:01:31

    Exadata中的Infiniband交换机,从最开始的1.0.x版本,到现在的2., 中间经历的版本比较多,如果当前的版本过低,则可能无法直接升级到最新版本,需要临时升级到中间版本。具体的升级路线图如下所示。            2. 手动升级Infiniband版本时。遇到如下错误: -> load -source sftp://r

  • kepserverEX 5.11通过ODBC连接mysql提示"Failed to automatically generate tags for device 'Device1&2022-08-18 19:03:17

    kepserverEX5.11连接mysql,测试连接数据库正常, 但是建立设备后提示错误:   Date Time Level Source Event2022-08-18 18:24:12 Error ODBC Client Failed to automatically generate tags for device 'Device1'.   一开始尝试通过32位的odbc建立数据

  • 记一次linux用户登录Account locked due to failed logins2022-08-18 18:04:03

    1. 背景 对端sftp登录传输文件,一直登录不上,一会可以登录,一会又不行,知道彻底登录不上。 2. 处理 # 查看被锁次数 pam_tally2 --user test # 清除次数 pam_tally2 --user=test --reset 3. 引用 Account locked due to failed logins

  • svn commit提交出现svn: E200009: Commit failed (details follow): xxx is not under version control2022-08-16 14:30:19

    先说下环境: subversion:TortoiseSVN-1.14.1.29085-x64-svn-1.14.1.msi IDEA subversion插件:     原因: 使用idea进行subversion进行commit文件时,出现这种error信息。 Commit failed with error 0 file committed, 366 files failed to commit: xxxxxxxxx描述信息 svn: E200009: C

  • centos安装buildah指定版本1.19.62022-08-16 13:01:29

    如果在k8s使用Containerd,而打包工具使用的是buildah,那么可能会遇到无法拉取镜像的问题,yum下载的buildah-1.11.6的版本是没有修复的,而1.11.7或1.19.6等已经修复的版本 Failed to pull image "k8s-registry-vpc.cn-hangzhou.cr.aliyuncs.com/sla/wss:20220812142755": rpc error:

  • opatch auto 单独安装DB的PSU时,提示 apply failed2022-08-15 21:34:42

    一套测试环境,GI是19c,而DB是11.2.0.4,打算针对DB安装最新的PSU时。使用opatch auto方式报错。 [root@19cracdg1 software]# /u01/app/oracle/product/11.2.0.4/dbhome_1/OPatch/opatch auto /software/31718723 -oh /u01/app/oracle/product/11.2.0.4/dbhome_1Executing /u01/app/19

  • Windows下 git: Failed to connect to 127.0.0.1 port 1080: Connection refused报错解决2022-08-14 20:30:49

    问题 git无法拉取代码,报错:Failed to connect to 127.0.0.1 port 1081: Connection refused 解决 找到系统账户下.gitconfig文件,删除里面配置的代理,保存即可解决此问题 本人路径:C:\Users\Administrator\.gitconfig 如下图所示 解决问题参考地址 https://juejin.cn/post/684490414

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有