com.intellij.diagnostic.PluginException……[Plugin: hg4idea]

【遇到问题】

当前项目打不开了

java 复制代码
com.intellij.diagnostic.PluginException: Cannot init component state (componentName=HgUpdateConfigurationSettings, componentClass=HgUpdateConfigurationSettings) [Plugin: hg4idea]
	at com.intellij.configurationStore.ComponentStoreImpl.initComponent(ComponentStoreImpl.kt:148)
	at com.intellij.configurationStore.ComponentStoreWithExtraComponents.initComponent(ComponentStoreWithExtraComponents.kt:46)
	at com.intellij.serviceContainer.ComponentManagerImpl.initializeComponent$intellij_platform_serviceContainer(ComponentManagerImpl.kt:581)
	at com.intellij.serviceContainer.ServiceComponentAdapter.createAndInitialize(ServiceComponentAdapter.kt:47)
	......
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)
Caused by: org.jdom.JDOMException: Unexpected character '<' (code 60); expected a name start character
......
Caused by: com.fasterxml.aalto.WFCException: Unexpected character '<' (code 60); expected a name start character
......

【分析问题】

重点在这里:[Plugin: hg4idea]

是当前项目的版本控制出了问题

【解决问题】

因为当前项目进不去,为了弹出更详细的提示,可以先打开自己其他没有问题的项目,再通过recent打开当前项目

弹出提示:

找到具体文件,出现类似错误,进行删除就可以了(同样可以找个无问题的项目进行比对)

相关推荐
CoderCodingNo4 分钟前
【GESP】C++五级练习题 luogu-P1865 A % B Problem
开发语言·c++·算法
陳103011 分钟前
C++:红黑树
开发语言·c++
一切尽在,你来16 分钟前
C++ 零基础教程 - 第 6 讲 常用运算符教程
开发语言·c++
泉-java17 分钟前
第56条:为所有导出的API元素编写文档注释 《Effective Java》
java·开发语言
0思必得018 分钟前
[Web自动化] Selenium处理滚动条
前端·爬虫·python·selenium·自动化
Misnice20 分钟前
Webpack、Vite、Rsbuild区别
前端·webpack·node.js
青茶36021 分钟前
php怎么实现订单接口状态轮询(二)
前端·php·接口
沈浩(种子思维作者)31 分钟前
系统要活起来就必须开放包容去中心化
人工智能·python·flask·量子计算
2301_7903009636 分钟前
Python数据库操作:SQLAlchemy ORM指南
jvm·数据库·python
weixin_4997715537 分钟前
C++中的组合模式
开发语言·c++·算法