failed

记一次java.lang.IllegalStateException: Failed to load ApplicationContext问题

遇到这个 java.lang.IllegalStateException: Failed to load ApplicationContext 真的头大,度娘了一圈发现没有啥问题, 本着诡异的问题往往是特别"简单"的错误的原则,我先重启了下数据库库发现也没有管用,md要骂街了,这已经是我 最后的倔强 ......

【JAVA】java.lang.IllegalStateException: Failed to get nested archive for entry解决办法

无脑看:解压后,替换lib里的jar,在本窗口用命令:jar -xvf ***.jar进行打包就行了。 一、背景: 替换jar包中lib里的jar包 1、在经过360压缩软件打开后进行了替换,运行报错 (PS.有时候不显示日志的时候可以在bat最后加一个pause) 2、在经过WINRAR压缩软件进 ......

OperationError: Failed to execute 'setLocalDescription' on 'RTCPeerConnection': Failed to set local offer sdp: Called in wrong state: have-remote-offer

webRTC报“OperationError: Failed to execute 'setLocalDescription' on 'RTCPeerConnection': Failed to set local offer sdp: Called in wrong state: have-rem ......

导入import cv2时报错ImportError:DLL load fail:找不到指定模块解决办法

因为用conda安装包会检查版本兼容关系,所以我一般用conda安装包,但是今天在安装opencv的时候遇到了诡异的事情,用 conda install opencv 安装之后,可以正常import cv2了,但是后面在装另一个包的时候conda自动把刚装的opencv降了一个版本,然后发现就报错I ......
ImportError 模块 时报 办法 import

org.apache.hadoop.hive.metastore.HiveMetaException: Schema initialization FAILED! Metastore state would be inconsistent !!问题的解决

# 问题描述 hive进行初始化时,出现这样的问题; # 问题解决 只要进入到我们的虚拟机安装配置的mysql里面,将我们hive-site.xml里面提及到的数据库删除,然后再进行初始化即可; 这次出错是因为,我之前已经初始化过,才出现了这个问题; ......

vue项目打包后白屏或者报错Failed to load resource: net::ERR_FILE_NOT_FOUND以及图标为小方框

一、在做完项目之后直接执行npm run build命令,出现空白 1、打包后的dist目录下的文件引用路径不对,会因为找不到文件而报错导致白屏1解决办法:修改一下config下面的index,js中Build模块导出的路径因为index.html里边的内容都是通过script标签引入的,而你的路径 ......

虚拟机部署gitlab 接口502 含泪做笔记 ==> /var/log/gitlab/nginx/gitlab_error.log <== 2023/09/04 16:45:44 [crit] 42817#0: *2 connect() to unix://var/opt/gitlab/gitlab-rails/sockets/gitlab.socket failed

**行不通勿喷,谢谢!!** **虚拟机部署gitlab 接口502 ** **gitlab-ctl tail** 查看具体报错信息: ``` ==> /var/log/gitlab/nginx/gitlab_error.log /var/log/gitlab/gitlab-workhorse/cu ......
gitlab gitlab_error gitlab-rails var log

homebrew安装软件出现git问题fatal: not in a git directory,Error: Command failed with exit 128: git解决方法

# homebrew安装软件出现git问题 ### 问题 > fatal: not in a git directory > Error: Command failed with exit 128: git ### 问题查找 1. brew -v 查看问题log suyf@suyfdeMac-min ......
git directory homebrew Command 方法

Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException 转载哈!!

2023-09-03 22:53:53.622 WARN 20788 [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling ......

k8s安装etcd出现Job for etcd.service failed......"journalctl -xe" for details.

### 错误如下 ![image](https://img2023.cnblogs.com/blog/2045410/202309/2045410-20230903205418854-1623317359.png) **先按照提示,输入 `journalctl -xe` 看一些详细信息** ![im ......
etcd quot journalctl for details

代码扫描提示:java: Compilation failed: internal java compiler error

检查Idea中编译的版本和项目的是否一致 ......
java Compilation compiler internal 代码

disconnected: unable to send message to renderer (failed to check if window was closed: disconnected: not connected to DevTools) (Session info: chrome=115.0.5790.110)

用的 selenium/standalone-chrome 镜像没有做任何的更改,一访问 http://127.0.0.1:4444/wd/hub 提示如下: disconnected: unable to send message to renderer (failed to check if w ......
disconnected to connected DevTools renderer

OGG-01496 Failed to open target trail file ./dirdat/ra000002, at RBA 2179

1.问题描述 在启动OGG源端的投递进程时,报错:OGG-01496 OGG-01496 Failed to open target trail file ./dirdat/ra000002, at RBA 2179 2.原因分析 目标端trail文件丢失,查看目标端的${OGG_HOME}/dir ......
000002 Failed dirdat target 01496

fail-fast & fail-safe

# ==fail-fast & fail-safe== 先放一篇大佬的文章:[一文彻底弄懂fail-fast、fail-safe机制(带你撸源码) - 知乎](https://zhuanlan.zhihu.com/p/261705671) 在学习Java的ArrayDeque原理实现的时候,查的资料 ......
fail fail-fast fail-safe fast safe

2023-08-31 chooseMedia:fail d.lookup(...).indexOf is not a function ==》图片类型不支持导致

小程序上传图片调uniapp的api:uni.chooseMedia 报错:chooseMedia:fail d.lookup(...).indexOf is not a function==》chooseMedia:fail d.lookup(…).indexOf不是函数 盲猜:我选择了一张该ap ......
chooseMedia function indexOf 类型 lookup

DMHS报错:exec lob write file fail, system halt.

# 问题 DMHS运行中异常停止。 ## 现象 服务器启动即停止。 ### 目的端日志 PUB[ERROR]: os file write by offset error! handle: 13, code: 2, offset: 101468602368 PUB[ERROR]: os file w ......
system write DMHS exec file

windows10创建conda环境失败:CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/conda-forge/linux-64/

问题描述 创建新环境时,报错,创建不成功 Collecting package metadata (current_repodata.json): doneSolving environment: done CondaHTTPError: HTTP 000 CONNECTION FAILED for ......

Unable to save plugin settings: The plugin com.thief.idea failed to save settings and has been disabled. Please restart IntelliJ IDEA

不知道什么原因未解决 IDEA这个报错翻译过来就是:“保存设置失败”,至于是为什么失败,并没有在此处说明,但是IDEA把具体原因放到了他的日志文件中,所以只要我们找到了日志文件,那么就可以对症下药,解决问题! 1.寻找日志文件 我的日志文件地址 C:\Users\用户名\AppData\Local\ ......
settings plugin save IntelliJ disabled

Command PhaseScriptExecution failed with a nonzero exit code

## > 问题信息 xcode 版本 14.3 真机运行和模拟器运行都没有问题,但是打包会报错 报错信息如下 ![image](https://img2023.cnblogs.com/blog/2034332/202308/2034332-20230828173237730-1042003336.p ......

☀️Navicat连接Oracle:'ORA-12638: Credential retrieval failed' 解决办法

前言: 我们在使用Navicat连接Oracle数据库的时候,需要oci.dll动态链接库,Navicat16在安装时候已经自带了。 我在之前使用一直好好的,就今天需要连一个新项目的Oracle,报错了:ORA-12638: Credential retrieval failed',如下: 解决: ......
Credential retrieval Navicat 办法 Oracle

UE4.27, Packaging failed, "is found in memory and is an export but does not have all load flags"

打包时发生如下错误 "is found in memory and is an export but does not have all load flags" 通过查阅论坛,问题原因出在,某类的构造函数里包含xxx->SetChildActorClass(ActualOne) 整理到的解决办法并未 ......
quot Packaging failed export memory

浏览器ERR_PROXY_CONNECTION_FAILED

浏览器访问网址报代理错误:ERR_PROXY_CONNECTION_FAILED 但是命令行 ping 和 curl 可以正常返回。 解决方法: 控制面板 -> 网络和Internet -> Internet选项 -> 连接 在连接页面打“开局域网设置”,检查代理服务器设置,是否打钩,如果打钩则去掉 ......

Maven报错:Failed to read artifact descriptor for xxx:jar的问题解决

问题: 这种报错非常具有迷惑性,因为不知道是什么导致的,而一般如果是maven找不到依赖的话,会提示missing 这样。 其实这种报错,我遇到的原因,因为下载包异常导致的。 你看到也把jar和pom下载下来了,但是jar包很可能是个无效的jar包。其实你可以看jar包的大小,如果是几KB这种 显然 ......
descriptor artifact Failed 问题 Maven

Warning: /root/software/sqoop/../hcatalog does not exist! HCatalog jobs will fail. Please set $HCAT_HOME to the root of your HCatalog installation.问题的解决

# 问题描述 ![](https://img2023.cnblogs.com/blog/2808014/202308/2808014-20230825110459231-452577103.png) # 问题解决 进入到sqoop/bin的文件目录下: ![](https://img2023.cnb ......

【疑难杂症】升级Mac系统后python遇到[SSL: CERTIFICATE_VERIFY_FAILED]

[本文出自天外归云的博客园] 同事升级Mac电脑版本后,遇到了[SSL: CERTIFICATE_VERIFY_FAILED]报错: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable t ......

Commit failed (details follow): Working copy text base is corrupt Checksum mismatch for text base of

问题:提交一个svn文件报错,提交其他文件没有报错 解决办法:(网上看了很多方法都解决不了): 1、把文件拷贝到svn目录外放着 2、把svn目录下文件移除,然后commit svn 3、把目录外的文件拷贝进来,先Add,然后commit 就成功了 ......
base text Checksum mismatch details

Spring源码搭建导依赖时报错:Failed to apply plugin 'kotlin'.

原因是kotlin插件的版本与gradle中指定的版本不一致,我的是1.8.0,spring5.3.x版本gradle配置文件指定的kotlin版本是1.5.32,修改成1.8.0 ![](https://img2023.cnblogs.com/blog/2135157/202308/2135157 ......
源码 时报 Spring Failed plugin

解决Failed to load module canberra-gtk-module错误

在Ubuntu环境里,通过./triangulation 1.png 2.png 命令运行高翔的ch7的triangulation程序时报错: Gtk-Message: 09:10:26.571: Failed to load module "canberra-gtk-module" 查看一下模块位 ......

Navicat Premium保存密码失败:Failed to save password Error code: -34018

卸载 卸载干净后重装15.0.29或之后的版本,卸载参见:https://download.csdn.net/blog/column/9651437/103915601: sudo rm -Rf /Applications/Navicat\ Premium.app sudo rm -Rf /priv ......
password 密码 Navicat Premium Failed

org.apache.hadoop.hive.metastore.HiveMetaException: Schema initialization FAILED! Metastore state would be inconsistent !!问题的解决

# 问题描述 上次还是初始化很快,这次直接出错,我觉得可能是已经初始化一次的原因; ![](https://img2023.cnblogs.com/blog/2808014/202308/2808014-20230824183000271-327012060.png) # 问题解决 进入到mysql ......