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 175085 - org.openide.ErrorManager$AnnException: msg
Summary: org.openide.ErrorManager$AnnException: msg
Status: RESOLVED WONTFIX
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: J Bachorik
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-21 11:04 UTC by ludoa
Modified: 2009-10-26 09:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 147653


Attachments
stacktrace (2.50 KB, text/plain)
2009-10-21 11:04 UTC, ludoa
Details
libraries-timestamps.properties (1.82 KB, text/plain)
2009-10-21 17:34 UTC, ludoa
Details
.netbeans\6.7\config\org-netbeans-api-project-libraries\Libraries\BTrace.xml (614 bytes, text/xml)
2009-10-21 17:35 UTC, ludoa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ludoa 2009-10-21 11:04:15 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP, 5.1, x86

User Comments:
ludoa: Tried to install the BTrace plugin from the netbeans.org Plugin Portal page.



Stacktrace: 
org.openide.ErrorManager$AnnException: msg
        at org.openide.ErrorManager$AnnException.findOrCreate(ErrorManager.java:863)
        at org.openide.ErrorManager$AnnException.findOrCreate(ErrorManager.java:877)
        at org.openide.ErrorManager$DelegatingErrorManager.annotate(ErrorManager.java:650)
        at org.openide.ErrorManager.annotate(ErrorManager.java:452)
        at org.netbeans.modules.project.libraries.LibrariesStorage.fileChanged(LibrariesStorage.java:455)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:136)
Comment 1 ludoa 2009-10-21 11:04:26 UTC
Created attachment 89838 [details]
stacktrace
Comment 2 Tomas Zezula 2009-10-21 13:38:59 UTC
Can you attach the library definition file?
It's located in the ${nbuserdir}/config/org-netbeans-api-project-libraries/ folder
Thanks
Comment 3 Tomas Zezula 2009-10-21 14:21:29 UTC
The problem is that the btrace module has a library with wrongly encoded URL.
Reassigning
Comment 4 ludoa 2009-10-21 17:34:08 UTC
Created attachment 89883 [details]
libraries-timestamps.properties
Comment 5 ludoa 2009-10-21 17:35:03 UTC
Created attachment 89884 [details]
.netbeans\6.7\config\org-netbeans-api-project-libraries\Libraries\BTrace.xml
Comment 6 ludoa 2009-10-21 17:35:43 UTC
Not sure if it's still needed, given that you've apparently already diagnosed the problem, but I'm attaching it anyway.

Thanks for the help.
Comment 7 J Bachorik 2009-10-26 09:25:55 UTC
Transfering to BTrace JIRA - http://kenai.com/jira/browse/BTRACE-16