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 257762 - IllegalArgumentException: jar:file:/Users/jeanmarc/Library/Application Support/NetBeans/8.1/modules/ext/btrace-client.jar!/
Summary: IllegalArgumentException: jar:file:/Users/jeanmarc/Library/Application Suppor...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-29 14:57 UTC by jmborer
Modified: 2016-06-20 15:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222298


Attachments
stacktrace (2.48 KB, text/plain)
2016-01-29 14:58 UTC, jmborer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jmborer 2016-01-29 14:57:58 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.71-b15, Java(TM) SE Runtime Environment, 1.8.0_71-b15
OS: Mac OS X

User Comments:
jmborer: First start after having migrated from NB 8.0 to 8.1




Stacktrace: 
java.lang.IllegalArgumentException: jar:file:/Users/jeanmarc/Library/Application Support/NetBeans/8.1/modules/ext/btrace-client.jar!/
   at org.netbeans.spi.project.libraries.support.LibrariesSupport.convertURLsToURIs(LibrariesSupport.java:263)
   at org.netbeans.modules.project.libraries.LibraryDeclarationParser.validateLibraryContent(LibraryDeclarationParser.java:394)
   at org.netbeans.modules.project.libraries.LibraryDeclarationParser.writeLibraryDefinition(LibraryDeclarationParser.java:355)
   at org.netbeans.modules.project.libraries.LibrariesStorage$2.run(LibrariesStorage.java:320)
   at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:127)
   at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:519)
Comment 1 jmborer 2016-01-29 14:58:00 UTC
Created attachment 158290 [details]
stacktrace
Comment 2 Tomas Zezula 2016-06-20 15:32:14 UTC
Already fixed in the BTrace project (https://kenai.com/projects/btrace).
The org.netbeans.modules.btrace.project.Installer was replaced by declarative library definition which creates correct URIs.