This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 155550

Summary: java.io.FileNotFoundException: C:\temp\vcs-1229432400921\ExportacaoSeparacao.java (O sistema não pode encontrar o caminho especificado)
Product: versioncontrol Reporter: Michel Graciano <hmichel>
Component: CodeAssignee: issues@versioncontrol <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log...

Description Michel Graciano 2008-12-16 13:17:30 UTC
Exception is thrown when opening several files on project. Doesn't happen on 6.1.
Steps to reproduce:
1-Install the IDE, run and import settings from 6.1;
2-Open files versioned by CVS and the exception is thrown.

See the attached log for exception details. P1 because a lot of exceptions is thrown making the IDE blocked.

Regards
Comment 1 Michel Graciano 2008-12-16 13:19:10 UTC
Created attachment 75025 [details]
IDE log...
Comment 2 Vitezslav Stejskal 2008-12-16 15:15:11 UTC
Stupid question: are you sure that the file is there and that it wasn't somehow removed by the VCS for example?
Comment 3 Vitezslav Stejskal 2008-12-16 15:17:28 UTC
Btw, this has nothing to do with parsing & indexing and maybe not even with the editor...
Comment 4 Michel Graciano 2008-12-16 18:44:41 UTC
> Stupid question: are you sure that the file is there and that it wasn't somehow removed by the VCS for example?
Yes, I am sure. I just open the IDE and, if the file already opened the exception is thrown, if not, I just need open
any file on cvs. I have no idea what is causing the problem, and I can reproduce it just in one workstation here.
I tested it importing settings, not importing, with patch 1 and with out it and so on. I checked out the project from
cvs again in a empty folder, and I face the same problem.
The user are using the workstation, but sometimes this issue freezes the IDE what is necessary restart it.

Regards.
Comment 5 Miloslav Metelka 2008-12-17 10:51:06 UTC
The message after
Caused: java.io.FileNotFoundException: C:\temp\vcs-1229432400921\ExportacaoSeparacao.java
translates to "system can not find the path specified".

I gues the vcs cache is somehow broken. Not sure what's the best in this case (whether cleaning userdir or just cleaning
the cache somehow) so reassigning to vcs for evaluation.
Comment 6 Tomas Stupka 2008-12-17 12:14:07 UTC

*** This issue has been marked as a duplicate of 151406 ***