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

Summary: org.openide.ErrorManager$AnnException: msg
Product: third-party Reporter: ludoa <ludoa>
Component: -- Other --Assignee: J Bachorik <yardus>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=147653
Issue Type: DEFECT Exception Reporter: 147653
Attachments: stacktrace
libraries-timestamps.properties
.netbeans\6.7\config\org-netbeans-api-project-libraries\Libraries\BTrace.xml

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