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 61712 - "No resource for" error often seen in commit validation suite
Summary: "No resource for" error often seen in commit validation suite
Status: VERIFIED WORKSFORME
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-08-03 09:37 UTC by Jiri Skrivanek
Modified: 2005-09-05 10:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2005-08-03 09:37:21 UTC
In last continuous builds it often appears AssertionError that a resource of
given name can't be found.

java.lang.AssertionError: No resource for 'sample1/SampleClass1_1.java'
at org.netbeans.modules.vcscore.VcsFileSystem$14.run(VcsFileSystem.java:3671)
at org.openide.util.Task.run(Task.java:207)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:469)
at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:870)

Do you know what is the reason? If we don't find a solution we will have to
remove test from commit validation.
I cannot reproduce it manually. In test are steps the following:

- create J2SE project
- add <J2SE_project>/src as versioned directory in versioning manager
- copy SampleClass1.java
- paste it to the same package to create SampleClass1_1.java
- cut SampleClass1_1.java
- paste SampleClass1_1.java to another directory

Somewhere within these actions is the AssertionError thrown.

Solaris 8, JDK1.4.2_08.
Comment 1 Martin Entlicher 2005-08-03 11:57:36 UTC
Hmm, something is apparently broken. Bu I have no ide what's going on...
I guess it will take some time to figure out... Something outside of VCS had to
be changed...
Comment 2 Jiri Skrivanek 2005-08-03 12:23:12 UTC
I looked at change logs and msandor did some commits related to issue 60970.
Isn't is somehow connected?
Comment 3 Martin Entlicher 2005-08-08 19:58:56 UTC
Might be related to issue #61887. But currently I'm not able to reproduce this
at all. Marking as works for me for now... Are there some more reliable steps
how to reproduce this? And can it be reproduced also on Linux/Intel?
Comment 4 Jiri Skrivanek 2005-08-09 09:53:44 UTC
> Are there some more reliable steps how to reproduce this?

No.

> And can it be reproduced also on Linux/Intel?

No.
Comment 5 Jiri Skrivanek 2005-08-10 09:49:36 UTC
Verifying and decresing priority because new CVS implementation was replaced by
a new one in standard builds.