History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-15062
Type: Bug Bug
Status: Open Open
Assignee: Eugene Zhuravlev
Reporter: Daniel Hoag
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Compiler dependency information on disk is corrupted

Created: 18 Sep 07 01:24   Updated: 10 Apr 08 00:58
Component/s: Compiling Project

Environment: Red Hat Linux with JDK 1.5.0_08

Build: 6,180
Severity: Low


 Description  « Hide
When I try to run my project, I get the following message:

"Compiler dependency information on disk is corrupted"

And the project just recompiles ad infinitum.

I've successfully compiled and run this configuration hundreds of times before. I've tried Rebuild All, I've tried clearing the class files manually, I've tried changing the compiler dependency options to something different and then re-changing them back to normal, all to no avail. Seems similar to IDEA-8056.

I currently cannot use IntelliJ because of this. Unfortunately, the IDE is on a secure network from which I can't download logs, etc.



 All   Comments   Work Log   Change History      Sort Order:
Dmitry Jemerov - 19 Sep 07 21:48
Do you have any third-party plugins installed? Such problem can be caused by an incompatible third-party plugin.

Daniel Hoag - 19 Sep 07 22:32
No 3rd party plugins installed. I was able to fix the error by manually clearing the cache files and rebuilding, though. It's still weird that the problem occured out of nowhere, but as far as I'm concerned, the issue is workable as is.

I'll let you know if the problem occurs often or not.


Kerry Sainsbury - 10 Apr 08 00:58
I've just encountered this problem on XP running 6197.

Deleting .IntelliJIdea60\system\caches\name-of-project... didn't solve the problem
Deleting .IntelliJIdea60\system\compiler\name-of-project... didn't solve the problem
Deleting .IntelliJIdea60\system\ ... caused it to hang on 'Building indices' (I left it running for > 10 mins, with low cpu usage)

Resetting paths (idea.config.path, and friends, in idea.properties) to my local drive (vs. my network 'home') seems to have fixed it.

I hope this helps the next victim!