Internal error. Please refer to https://jb.gg/ide/critical-startup-errors --问题解决

我的情况是,之前正常打开Pycharm(2023专业版),几天后重新打开无反应,网上各种解决方法都试了,cmd命令等重启后,打开有反应开始报错,删除一些插件等均为解决。最后找到C盘对应的用户下AppData\Romaing\JetBrains文件夹,把此文件夹拷贝走或删除(为避免其他意外,拷走最为合适),然后重启打开Pycharm,加载一段时间后就正常了。

具体报错显示如下:

Internal error. Please refer to https://jb.gg/ide/critical-startup-errors

com.intellij.ide.plugins.PluginManagerCore E s s e n t i a l P l u g i n M i s s i n g E x c e p t i o n : M i s s i n g e s s e n t i a l p l u g i n s : P y t h o n i d , c o m . j e t b r a i n s . p y c h a r m . p r o . c u s t o m i z a t i o n a t c o m . i n t e l l i j . i d e . p l u g i n s . P l u g i n M a n a g e r C o r e . c h e c k E s s e n t i a l P l u g i n s A r e A v a i l a b l e ( P l u g i n M a n a g e r C o r e . j a v a : 757 ) a t c o m . i n t e l l i j . i d e . p l u g i n s . P l u g i n M a n a g e r C o r e . i n i t i a l i z e P l u g i n s ( P l u g i n M a n a g e r C o r e . j a v a : 850 ) a t c o m . i n t e l l i j . i d e . p l u g i n s . P l u g i n M a n a g e r C o r e . i n i t i a l i z e A n d S e t P l u g i n s ( P l u g i n M a n a g e r C o r e . j a v a : 1064 ) a t c o m . i n t e l l i j . i d e . p l u g i n s . P l u g i n D e s c r i p t o r L o a d e r EssentialPluginMissingException: Missing essential plugins: Pythonid, com.jetbrains.pycharm.pro.customization at com.intellij.ide.plugins.PluginManagerCore.checkEssentialPluginsAreAvailable(PluginManagerCore.java:757) at com.intellij.ide.plugins.PluginManagerCore.initializePlugins(PluginManagerCore.java:850) at com.intellij.ide.plugins.PluginManagerCore.initializeAndSetPlugins(PluginManagerCore.java:1064) at com.intellij.ide.plugins.PluginDescriptorLoader EssentialPluginMissingException:Missingessentialplugins:Pythonid,com.jetbrains.pycharm.pro.customizationatcom.intellij.ide.plugins.PluginManagerCore.checkEssentialPluginsAreAvailable(PluginManagerCore.java:757)atcom.intellij.ide.plugins.PluginManagerCore.initializePlugins(PluginManagerCore.java:850)atcom.intellij.ide.plugins.PluginManagerCore.initializeAndSetPlugins(PluginManagerCore.java:1064)atcom.intellij.ide.plugins.PluginDescriptorLoaderscheduleLoading$pluginSetDeferred 1. i n v o k e S u s p e n d ( P l u g i n D e s c r i p t o r L o a d e r . k t : 397 ) a t k o t l i n . c o r o u t i n e s . j v m . i n t e r n a l . B a s e C o n t i n u a t i o n I m p l . r e s u m e W i t h ( C o n t i n u a t i o n I m p l . k t : 33 ) a t k o t l i n x . c o r o u t i n e s . D i s p a t c h e d T a s k . r u n ( D i s p a t c h e d T a s k . k t : 106 ) a t k o t l i n x . c o r o u t i n e s . s c h e d u l i n g . C o r o u t i n e S c h e d u l e r . r u n S a f e l y ( C o r o u t i n e S c h e d u l e r . k t : 570 ) a t k o t l i n x . c o r o u t i n e s . s c h e d u l i n g . C o r o u t i n e S c h e d u l e r 1.invokeSuspend(PluginDescriptorLoader.kt:397) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570) at kotlinx.coroutines.scheduling.CoroutineScheduler 1.invokeSuspend(PluginDescriptorLoader.kt:397)atkotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)atkotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)atkotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)atkotlinx.coroutines.scheduling.CoroutineSchedulerWorker.executeTask(CoroutineScheduler.kt:750)
at kotlinx.coroutines.scheduling.CoroutineScheduler W o r k e r . r u n W o r k e r ( C o r o u t i n e S c h e d u l e r . k t : 677 ) a t k o t l i n x . c o r o u t i n e s . s c h e d u l i n g . C o r o u t i n e S c h e d u l e r Worker.runWorker(CoroutineScheduler.kt:677) at kotlinx.coroutines.scheduling.CoroutineScheduler Worker.runWorker(CoroutineScheduler.kt:677)atkotlinx.coroutines.scheduling.CoroutineSchedulerWorker.run(CoroutineScheduler.kt:664)


Your JRE: 17.0.6+10-b829.9 amd64 (JetBrains s.r.o.)
D:\Pycharm\PyCharm 2023.1.2\jbr

不太懂其中的解释,直接无脑操作了哈

"Please refer to D:\JavaWebLearning\JavaProjects\Learning\mybatis_start\target\surefire-reports for the individual test results"这句话是关于Maven插件配置的测试结果路径的提示。根据引用中的配置代码,增加插件的配置可以通过以下三种方法之一来实现: 1. 忽略打包的测试异常:在配置中添加<testFailureIgnore>true</testFailureIgnore>这一行,可以忽略测试异常。 2. 直接跳过测试:在配置中添加<skip>true</skip>这一行,可以直接跳过测试。 3. 引用中提到的方法:关于IDEA遇到Internal error问题解决办法,需要参考相关文档来解决。<span class="em">1</span><span class="em">2</span> #### 引用[.reference_title] - *1* [target\surefire-reports for the individual test results.错误解决方法](https://blog.csdn.net/blood_Z/article/details/129493199)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] - *2* [IDEA遇到Internal error. Please refer to http://jb. gg/ide/critical-startup-errors问题解决办法](https://download.csdn.net/download/weixin_38717143/12721502)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值