Source directory just "loading..."
Answered
Anyone seen this yet? IDEA doesn't load my source, it just says "loading...". This is on 8M1, and it just started happening to me, I was using 8M1 for a couple of days before this happened.
I have opened a ticket: http://www.jetbrains.net/jira/browse/IDEA-19095
Tobin
Attachment(s):
no source.png
Please sign in to leave a comment.
Judging by exception stacktraces in the log file you've attached to the issue some kind of index corruption had happened to your M1. You'll need to clean up the caches manually for this problem to disappear. Unfortunately, this is known issue but yet we haven't found any reliable way to reproduce the issue.
Thanks Maxim, clearing the caches did indeed clear up the issue.
I spent some time trying to see if I could reproduce the issue, but I didn't have any luck. Sorry.
Tobin
I have the same issue, but clearing the caches doesn't seem to fix it. See attachment.
This seems to mean I can't use 8.0M1 as I can't view and create files under that directory (and that's most of the files I work with) :(
-Erik
Attachment(s):
loading.png
Hello Erik,
Please file a JIRA issue at http://www.jetbrains.net/jira with your idea.log
attached.
Note that in IDEA 8.0M1 "clearing the caches" means deleting the content
of system/caches and system/index directories, so if you didn't delete the
second one, please do - most likely it will solve the problem.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I have faced this issue recently in Rubymine and could fix it by deleting
./tmp/cache
and./tmp/data
from my project.Thanks for sharing your solution on this issue.
We received some similar issues before, please check if one of the steps below can help.
1. navigate to Help | Edit Custom Properties, add `ide.ui.new.file.chooser=true` and restart the IDE
2. check that security software (antivirus/firewall) ignores IDE folders (https://youtrack.jetbrains.com/articles/IDEA-A-2100661709/How-to-exclude-IDE-folders-from-security-scan)
Ouch, even deleting the
./tmp
folders and addingide.ui.new.file.chooser=true
in Help/Edit Custom Properties, some files load forever when I open a second project in Rubymine. For example:I am on a Mac with no antivirus now.
Thanks for contacting JetBrains Support.
Please see if it helps or not:
navigate to Help | Edit Custom Properties, add `ide.ui.new.file.chooser=true` and restart the IDE.