Title: 604 - Assertion on loading a project

Andrew,

 

It seems that Local VCS has become corrupted. Try to remove the folder from <IDEA_HOME>/system/vcs which corresponds to your project.

 

Best regards,

Mike Aizatsky.

------------------------------

IntelliJ Software, "Develop with pleasure!" http://www.intellij.com

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Cowling, Andrew
Sent: Thursday, February 14, 2002 5:32 PM
To: '[EMAIL PROTECTED]'
Subject: [Eap-list] 604 - Assertion on loading a project

 

I believe this has to do with the "Ignore Directories and Files" settings.
This happened after I selected reopen->project.

I've attached 'Foo.ipr' which is the project file for my test case, and a listing of the thread dump.

Here is the appropriate line from an xml in the config directory:
    <ignoreFiles list="CVS;SCCS;RCS;rcs;.m;m;.s;" />

You'll see that as a sourcepathentry and a project file, I have
"file://S:/testignore". (this is in the ipr under the ProjectRootContainer)

Drive S: is a mapped network drive from a Linux box. On the Linux box
the testignore directory looks like:

>ls -al /home/mylinbox/testignore
total 8
drwxrwsr-x    2  USERNAME GROUP        4096 Feb 14 8:53 .
drwxrwsrwx    2  USERNAME GROUP        4096 Feb 14 8:52 ..
lrwxrwxrwx    2  USERNAME GROUP        4096 Feb 14 8:53 .m -> /home/mylinbox/testignore/

I believe that the exception has something to do with the cyclic link, but the cyclic link _should_ be  ignored.
By the way, If I add the testignore to JUST the sourcepath (by clicking No on the 'add to project' dialog), It adds fine.

If I select yes, It will hang, but no assertion exception.
If I close the project after adding to just sourcepath, I can reopen fine, and then add to project path fine.
If I close and reopen at this point, this is where the assertion exception happens.

Hope this is enough info (and info of the right kind)
regards,
Andrew

 

Reply via email to