failing

RollingFileAppender[FILE] - openFile(null,true) call failed. java.io.FileNotFoundException: logs/app_2023-05-29.0.log (Permission denied)

2023-05-29 16:25:31 [main] ERROR o.s.boot.SpringApplication - Application run failed java.lang.IllegalStateException: Logback configuration error dete ......

IDEA 出现A child container failed during start错误

"Child Container Failed During Start" 错误通常表示在部署和运行 Web 应用程序时出现了某种问题,例如 Servlet 容器可能无法启动或加载某些类。通常情况下,对于这种类型的错误,可以尝试以下几种解决方法: 检查项目依赖:如果项目依赖的 jar 包或类库有问题 ......
container 错误 failed during child

Burp Suite Error The client failed to negotiate a TLS connection to chrome.google.com: 443: Received fatal alert: certificate_unknown

Burp Suite Error The client failed to negotiate a TLS connection to chrome.google.com: 443: Received fatal alert: certificate_unknown http://burpsuite ......

SecureCRT SSH连接报错Key exchange failed 问题处理记录

SecureCRT连接服务器时报错,报错信息为: Key exchange failed. No compatible key exchange method. The server supports these methods: curve25519-sha256,curve25519-sha25 ......
SecureCRT exchange failed 问题 SSH

解决 Failed to connect to github.com port 443:connection timed out

晕了,今天不知道怎么出现了这个问题 ``` git config --global http.proxy http://127.0.0.1:1080 git config --global https.proxy http://127.0.0.1:1080 ``` 问题得到解决 取消代理 ``` g ......
connection connect Failed github timed

git 小白拉取代码遇到2FA拉取代码失败fatal: Authentication failed

[toc] ##git 小白拉取代码遇到2FA拉取代码失败fatal: Authentication failed 代码仓库开启了2FA认证,在我们git clone的时候出现如下报错,因为开启后,我们只是单纯的git clone https没法通过FA认证 fatal: Authenticatio ......
代码 Authentication failed fatal git

fail2ban nginx 多次无效访问封IP

> https://iceburn.medium.com/how-to-apply-fail2ban-to-nginx-excess-404-and-403-6b601285df02 ## fail2ban 配置 ```sh # /etc/fail2ban/filter.d/nginx.conf [ ......
fail2ban fail2 nginx fail 2ban

failed to run Kubelet: validate service connection: CRI v1 runtime API is not implemented for endpoint

kubelet 1.27.0 ubuntu 20.04.6 kubeadm init ..... 异常 zxnl@zxnl-VirtuaBox:~# kubeadm init \ > --image-repository registry.aliyuncs.com/google_containers ......

golang 解决提示dial tcp 172.217.160.113:443: connectex: A connection attempt failed

解决方法:改成国内可用的代理地址。在命令提示符输入: go env -w GOPROXY=https://goproxy.cn ......
connection connectex attempt golang failed

error: RPC failed; curl 55 OpenSSL SSL_write: Connection was aborted, errno 10053

git 初始化上传本地代码到远程出现异常 造成的可能原因: 1.网络原因 2.无效的代理 3.一次性推送的代码量过大 解决方法: 1.网络原因可以等一段时间网络良好的情况上传 2.无效代理的情况如下设置 git config http.sslVerify "false" 3.一次性推送代码量过大的情 ......
Connection SSL_write OpenSSL aborted failed

dataPump Import Fails With Errors ORA-39083 ORA-1858 or ORA-39083 ORA-1843 (Doc ID 470758.1)

数据泵在导入时候出现时间格式报错主要是ora-1858 解决办法就是在操作系统层面设置变量 例如失败sql Failing sql is: CREATE TABLE <USERNAME>.<TABLE_NAME>( <COLUMN_1> NUMBER(10,0) NOT NULL ENABLE, < ......
ORA 39083 dataPump 470758.1 Import

常见问题解决 --- Failed to build android app at server - class file for android.support.v4.app.Fragment not found

问题原因 这个错误主要是LocalBroadcastManager这个类被弃用了,而在库或者sdk中使用到了。 解决办法 build.gradle文件中添加 implementation 'com.android.support:support-v4:30.4.1' gradle.propertie ......
android app Fragment 常见问题 常见

git 报错:fatal: unable to access 'https://XXXX.../': Failed to connect to github.com port 443 after 21023 ms: Timed out

问题: 下载github开源项目时报错 原因: 以前用过代理,这里取消代理就可以了 git config --global --unset http.proxy 结果: ......
to connect access Failed unable

MYSQL设置密码时显示Failed! Error: SET PASSWORD has no significance for user 'root'@'localhost' as the authentication method used doesn't store authentication d

​ 用这个命令进入mysql sudo mysql 在sql命令行输入以下命令回车,你就可以把密码改成mynewpassword ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password by 'mynewpassword ......

MYSQL设置密码时显示Failed! Error: SET PASSWORD has no significance for user 'root'@'localhost' as the authentication method used doesn't store authentication d

​ 用这个命令进入mysql sudo mysql 在sql命令行输入以下命令回车,你就可以把密码改成mynewpassword ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password by 'mynewpassword ......

k8s Error: failed to prepare subPath for volumeMount "custom-logo" of container "grafana"

# 前言 使用 `k8s` 挂载卷文件时,使用了 `hostPath`,`type: File` ``` volumeMounts: - mountPath: /usr/share/grafana/public/img/grafana_icon.svg name: custom-logo subPa ......

java.lang.IllegalStateException: failed to obtain node locks, tried [[/usr/local/elasticsearch/data/]] with lock id [0]

## 原因 如果你是更改了elasticsearch的配置,有可能是新旧缓存数据冲突 ## 解决办法 删除es根路径下data文件夹 PS:经测试不影响生成的索引数据,如果数据重要,请谨慎操作,暂未知道原理。 ......

Nginx_启动时报错:Job for nginx.service failed because the control process exited with error code. See "systemctl stat

一、报错如下Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for d ......
systemctl 时报 because control service

Centos7启动rcpbind报错A dependency job for rpcbind.service failed一例

# Centos7.4 rpcbind启动失败一例 ## 问题描述 昨天,一台虚拟机重启后,`/etc/rc.local`里面的`mount -t nfs ....`发现没有正常执行。 ## 问题排查 经过排查,发现`rpcbind`没有正常启动,导致无法正常`mount`。 于是执行以下命令: ` ......
dependency Centos7 rcpbind rpcbind service

elasticsearch 启动报错 SearchPhaseExecutionException[Failed to execute phase [query], all shards failed]

Elasticsearch 启动报错: [2023-05-19T22:39:32,161][DEBUG][o.e.a.s.TransportSearchAction] [X-111.ecs] All shards failed for phase: [query] [2020-05-19T22:39 ......

PIP SSL:CERTIFICATE_VERIFY_FAILED

今天再安装 pyserial 的时候一直提示这个错误, ![](https://img2023.cnblogs.com/blog/2051065/202305/2051065-20230520085841847-1998901588.png) 电脑代理什么的都关掉了还是有这个错误,然后根据 [网上] ......

运行 variant-form3-vite 报错 Error: Failed to resolve force included dependency: quill

代码库地址:https://github.com/vform666/variant-form3-vite 运行项目 variant-form3-vite 报错 环境依赖 进入 variant-form3-vite 项目,执行 pnpm i 报错: error when starting dev se ......

关于CentOS8出现“Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist”

原因 因为centOS8于2021年12月31日停止了源的服务,而现在时间是2023年,所以之前的方法都不行的原因所在(本质是源的问题)。 解决方法 cd /etc/yum.repos.d sed -i 's/mirrorlist/#mirrorlist/g' /etc/yumrepos.d/Cen ......

【git】报错解决方案-'pre -commit hook failed (add --no-verify to bypass)'

git -commit 报错: 可以看到这个报错有两点,第一点是因为npm缓存问题,第二点是pre-commit导致的commit报错 pre-commit钩子都被存储在 Git 目录下的 hooks 子目录中。 当你用 git init 初始化一个新版本库时,Git 默认会在这个目录中放置一些示例 ......
no-verify 解决方案 方案 commit bypass

docker build failed to create LLB definition ailed to create LLB definition: unexpected status code [manifests latest]

docker 超简单的例子报错 Dockerfile Dockerfile FROM nginx:stable RUN echo '这是一个本地构建的nginx镜像' > /usr/share/nginx/html/index.html 构建报错 docker build . [+] Buildin ......
definition create unexpected LLB manifests

问题记录之mysql:Job for mysqld.service failed because the control process exited with error code. See "systemctl status mysqld.service" and "journalctl -xe" for details.

今天服务器连接mysql发现一直超时(查出的原因是磁盘满了)清了磁盘以后,mysqld.service 还是无法启动 执行命令及报错如下:(注意,因为磁盘满的问题,我的mysql并不是正常途径关闭的) 控制进程以错误代码退出导致无法以正常的方式启动它了, 错误说明:Job for mysqld.se ......
quot service mysqld journalctl for

Windows 11 蓝屏 Stop code - SYSTEM SERVICE EXCEPTION What failed - igdkmd64.sys

C:\Windows\LiveKernelReports\WATCHDOG PoW32kWatchdog-20221220-0928.dmp Windows 11 蓝屏时,操作系统会生成一个名为 minidump(.dmp)的文件。这个文件包含了蓝屏发生时的系统信息、硬件状态、内存数据等。通过分析这 ......
蓝屏 EXCEPTION Windows SERVICE SYSTEM

Failed to open connection to "session" message bus: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead

Failed to open connection to "session" message bus: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRE ......

解决Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded datasource数据源无法连接 springboot项目无法启动的问题

<groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>8.0.13</version> </dependency> 开始没有制定版本 报错换成了8.0版本,依旧报错 看了下配置文件 没有问题 查 ......

using method 'mysql_native_password' failed with message

错误消息:Connection open error . Authentication to host '10.114.129.206' for user 'root' using method 'mysql_native_password' failed with message: Reading ......