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 69060 - IllegalArgumentException
Summary: IllegalArgumentException
Status: RESOLVED INVALID
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 4.x
Hardware: HP Windows XP
: P1 blocker (vote)
Assignee: nbbuild-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-21 17:02 UTC by dapriett
Modified: 2005-12-05 19:19 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 dapriett 2005-11-21 17:02:15 UTC
Whenever I start Netbeans 4.1 I get exceptions like this:

IOException - Could not delete: ..\.netbeans\4.1\var\cache\all-layers.dat
NullPointerException (2 of them)
IllegalArgumentException: URI has an authority component [../netbeans-
4.1/ide5/modules/ext/AbsoluteLayout.jar]
NullPointerException
IllegalArgumentException: URI has an authority component [../netbeans-
4.1/enterprise1/docs/jst-1.1.2-javadocs.zip]
NullPointerException
IllegalArgumentException: URI has an authority component [../netbeans-
4.1/ide5/modules/ext/junit-3.8.1.jar]
IllegalArgumentException: URI has an authority component [../netbeans-
4.1/ide5/docs/junit-3.8.1-api.jar]
NullPointerException (2 of them)
IllegalArgumentException: URI has an authority component [../netbeans-
4.1/enterprise1/jakarta-tomcat-5.5.7/common/lib/jsp.api.jar]
IllegalArgumentException: URI has an authority component [../netbeans-
4.1/enterprise1/docs/j2eeri-1.4-doc-api.zip]

...

If there is any more info I could get it would be appreciated.  The software 
is installed on a network in which we do not have write access to the drive 
it's installed on.

Thanks,

Dan
Comment 1 Jesse Glick 2005-12-05 19:19:19 UTC
Your user directory (--userdir, or default given in netbeans.conf) must be
writable by the user running the IDE, in order for settings to be stored.

By the way if you do not know which component to use when reporting bugs, please
use 'ide'. 'nbbuild' is something else entirely.