Each time I do a make (a Java project) in IDEA, the compile process is hanging stating "Finished, saving caches". I have to kill this process before I can continue. I tried to use File -> Invalidate Caches without success.
Any ideas?
To clean up the local working copy, do one of the following: Select the desired file or directory in the Project tool window and choose Subversion | Cleanup from the context menu of the selection. Open the desired file in the editor and choose VCS | Subversion | Cleanup from the main menu.
One more workaround is adding your mac's hostname to /etc/hosts
file along with localhost like the following:
127.0.0.1 localhost <hostnameOfMac> ::1 localhost <hostnameOfMac>
This solved the problem for me.
According to JetBrains,
IntelliJ IDEA caches a great number of files, therefore the system cache may one day become overloaded. In certain situations the caches will never be needed again, for example, if you work with frequent short-term projects. Also, the only way to solve some conflicts is to clean out the cache.
Go to the menu File | Invalidate Caches/Restart and take it from there.
https://www.jetbrains.com/help/idea/2016.3/cleaning-system-cache.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With