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 209271 - AssertionError at org.netbeans.core.startup.NbInstaller$CacheFlusher.flushCaches(NbInstaller.java:1204)
Summary: AssertionError at org.netbeans.core.startup.NbInstaller$CacheFlusher.flushCac...
Status: VERIFIED DUPLICATE of bug 209459
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.2
Hardware: All All
: P1 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-07 14:10 UTC by Jiri Skrivanek
Modified: 2012-04-03 09:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace. (1.43 KB, text/plain)
2012-03-07 14:10 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-03-07 14:10:24 UTC
Created attachment 116430 [details]
Stack trace.

AssertionError at org.netbeans.core.startup.NbInstaller$CacheFlusher.flushCaches(NbInstaller.java:1204) blocks UI automated tests. There are also other warning messages coming from Stamps class (see attached stack trace). Console log can be found here http://hudson4qe.cz.oracle.com/view/Trunk-QE/job/CV-multi-UI/. To reproduce locally:

ant build-test-dist -Dallmodules=java.kit
cd nbbuild/build/testdist
ant -Dnetbeans.dest.dir=<path_to_netbeans> -Dtest.types=qa-functional -Dtest.config=uicommit -Dmodules.list=java/org-netbeans-modules-java-kit
Comment 1 Jaroslav Tulach 2012-03-13 08:14:16 UTC
Assert improved in ergonomics#37767c2c03f8.
Comment 2 Quality Engineering 2012-03-15 12:30:01 UTC
Integrated into 'main-golden', will be available in build *201203150400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/37767c2c03f8
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #209271: Print out location of the JAR which path cannot be relativized
Comment 3 Jaroslav Tulach 2012-03-16 13:42:52 UTC
Possibly fixed together with 209459, still it would be nice to see the text printed by the new assert.

*** This bug has been marked as a duplicate of bug 209459 ***