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
0
8 comments

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.

-1

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

-1

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
1

Hello Erik,

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) :(


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!"


0

I have faced this issue recently in Rubymine and could fix it by deleting ./tmp/cache and ./tmp/data from my project.

0
Hello Leo,

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)
1

Ouch, even deleting the ./tmp folders and adding ide.ui.new.file.chooser=true in Help/Edit Custom Properties, some files load forever when I open a second project in Rubymine. For example:

  1. I start Rubymine and open the first project; it loads ok. 
  2. I open a second project, and depending on the project, some files don't load, and some directories keep loading forever, too.
    • Any other projects after the first have folders that do not load files, as in the picture below.

I am on a Mac with no antivirus now.

RubyMine 2024.1.5
Build #RM-241.18968.11, built on August 1, 2024
Runtime version: 17.0.11+1-b1207.30 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 14.6.1

0
Hi Leo,

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.
0

Please sign in to leave a comment.