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 61342 - NetBeans 4.1 IDE Boots up with Exception
Summary: NetBeans 4.1 IDE Boots up with Exception
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Platform (show other bugs)
Version: 4.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-25 13:16 UTC by ninja
Modified: 2005-10-12 17:04 UTC (History)
0 users

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 ninja 2005-07-25 13:16:48 UTC
Version 4.1 of the IDE boots up with an Exception, the stack trace is as 
follows:
java.lang.IllegalArgumentException: URI has an authority component
 at java.io.File.<init>(File.java:326)
 at 
org.netbeans.modules.java.j2seplatform.libraries.J2SELibraryTypeProvider.addLibr
aryIntoBuild(J2SELibraryTypeProvider.java:161)
 at 
org.netbeans.modules.java.j2seplatform.libraries.J2SELibraryTypeProvider.access$
000(J2SELibraryTypeProvider.java:44)
 at 
org.netbeans.modules.java.j2seplatform.libraries.J2SELibraryTypeProvider$1.run
(J2SELibraryTypeProvider.java:84)
 at org.openide.util.Mutex.postRequest(Mutex.java:987)
 at org.openide.util.Mutex.postWriteRequest(Mutex.java:438)
 at 
org.netbeans.modules.java.j2seplatform.libraries.J2SELibraryTypeProvider.library
Created(J2SELibraryTypeProvider.java:79)
 at org.netbeans.modules.project.libraries.LibrariesStorage.loadFromStorage
(LibrariesStorage.java:116)
 at org.netbeans.modules.project.libraries.LibrariesStorage.initStorage
(LibrariesStorage.java:152)
 at org.netbeans.modules.project.libraries.LibrariesStorage.getLibraries
(LibrariesStorage.java:257)
 at org.netbeans.modules.project.libraries.LibrariesModule.restored
(LibrariesModule.java:37)
 at org.netbeans.core.modules.NbInstaller.loadCode(NbInstaller.java:322)
 at org.netbeans.core.modules.NbInstaller.load(NbInstaller.java:240)
 at org.netbeans.core.modules.ModuleManager.enable(ModuleManager.java:869)
 at org.netbeans.core.modules.ModuleList.installNew(ModuleList.java:382)
 at org.netbeans.core.modules.ModuleList.trigger(ModuleList.java:316)
 at org.netbeans.core.modules.ModuleSystem.restore(ModuleSystem.java:253)
 at org.netbeans.core.NonGui.run(NonGui.java:355)
 at org.netbeans.core.Main.run(Main.java:185)
 at org.netbeans.core.NbTopManager.getNbTopManager(NbTopManager.java:241)
 at org.netbeans.core.NbTopManager.get(NbTopManager.java:190)
 at org.netbeans.core.Main.start(Main.java:311)
 at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
[catch] at java.lang.Thread.run(Thread.java:534)
Comment 1 Martin Matula 2005-07-25 15:27:24 UTC
Looks like a java/platform issue. Reassigning...
Comment 2 Tomas Zezula 2005-07-25 15:47:10 UTC
There is a library which has illegal (non file) URL in its content.
Can you attach the library definition?
Comment 3 Tomas Zezula 2005-10-12 17:04:57 UTC
I ma not able to reproduce it. Without the requested library I am not able to
find out what happened.