这是一个星期一早上的噩梦,除了我现有的错误!!
我有几个项目,我使用intellj同时打开。其中一个项目未显示其中的所有目录结构,因此我took some advice并删除了.idea
文件夹。现在一切都在我身上挣脱。
我从现在的人类曙光中被困在这里
Intellij记录
2017-12-04 09:46:59,444 [ 9036] INFO - git4idea.GitVcs - Git version: 2.14.3.0
2017-12-04 09:46:59,533 [ 9125] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/codebase/plutus]
2017-12-04 09:47:01,309 [ 10901] INFO - tor.impl.FileEditorManagerImpl - Project opening took 6353 ms
2017-12-04 09:47:02,913 [ 12505] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 4772ms; general responsiveness: ok; EDT responsiveness: 2/5 sluggish, 1/5 very slow
2017-12-04 09:47:05,252 [ 14844] INFO - ellij.project.impl.ProjectImpl - 18 project components initialized in 52 ms
# ----- ^^ all good till here, below is when i start open new project
2017-12-04 09:47:26,455 [ 36047] INFO - og4jmonitor.Log4JWindowManager - creating new LoggingReceiver on port:=4454
2017-12-04 09:47:26,496 [ 36088] INFO - ellij.project.impl.ProjectImpl - 153 project components initialized in 165 ms
2017-12-04 09:47:26,497 [ 36089] INFO - le.impl.ModuleManagerComponent - 0 module(s) loaded in 0 ms
2017-12-04 09:47:26,645 [ 36237] INFO - CompilerBackwardReferenceIndex - backward reference index version differ due to: class java.io.FileNotFoundException
我在屏幕上看到的两个错误是:
Intellij版
任何帮助都会让你有机会不像我这样的星期一晨曦和梦魇! :)
谢谢!
答案 0 :(得分:5)
显然,解决方案很简单但很难找到。这就是它的工作原理:
.idea/
文件夹。File
- > invalidate caches and restart
答案 1 :(得分:2)
我认为是因为Log4JPlugin所见-problem here also
就我而言:删除此(Log4JPlugin)插件并重新启动->对我有用
答案 2 :(得分:1)
对我来说,这是部分完成的Resolve Conflicts
。
在再次打开项目之前,使用其他工具完成冲突解决。
答案 3 :(得分:1)
我已经使用choose runtime
插件(对于2020.2版)将运行时版本设置为Java 8而不是Java 11。将其还原回11,使缓存无效并重新启动,问题消失了。 (当我遇到此问题时,无法打开操作,因此从首选项中为choose runtime
分配了一个快捷方式。)
答案 4 :(得分:0)
从项目中删除.idea
文件夹对我有用。
答案 5 :(得分:0)
答案 6 :(得分:0)
出现“正在加载...”时。尝试保存文件。似乎触发了文件系统事件,并且目录已加载。
答案 7 :(得分:0)
我的记录有史以来最大的堆栈跟踪记录:1025行。
骨瘦如柴的是我刚刚完成了一些Maven Archetype工作并启用了插件。当我找到此堆栈跟踪时,我将其禁用,并且工作正常。
Conflicting component name 'Archetypes.Configuration': class org.google.code.archetypes.ArchetypesConfiguration and class org.google.code.archetypes.ArchetypesConfiguration
答案 8 :(得分:0)
我在角落有红色图标。单击它显示有关Makefile支持的某些问题的信息。我禁用了该插件,并且一切照常打开。
==> Glady我没有按照建议删除.idea文件夹(我只是将其重命名,并在解决问题后重命名了该文件夹)。删除它还会导致丢失部署服务器信息以及其他更重要的日期。
答案 9 :(得分:0)
对我来说,我使用了指导 from JetBrains。
删除配置文件夹。
macOS:
配置(idea.config.path):~/Library/Application Support/JetBrains/IntelliJIdea2020.3
插件(idea.plugins.path):~/Library/Application Support/JetBrains/IntelliJIdea2020.3/plugins