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 10424 - InvalidArgumentException thrown at installation
Summary: InvalidArgumentException thrown at installation
Status: CLOSED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 3.x
Hardware: PC OS/2
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-16 23:07 UTC by _ gtzabari
Modified: 2007-01-04 17:14 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 _ gtzabari 2001-03-16 23:07:04 UTC
I get the following exception when I run build 147 for the first time:

Fri Mar 16 18:05:12 EST 2001java.lang.reflect.InvocationTargetException: 
java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
        at java.lang.Throwable.<init>(Throwable.java:96)
        at java.lang.Exception.<init>(Exception.java:44)
        at java.lang.RuntimeException.<init>(RuntimeException.java:49)
        at 
java.lang.IllegalArgumentException.<init>(IllegalArgumentException.java:4
5)
        at 
org.openide.util.SharedClassObject.findObject(SharedClassObject.java:393)
        at 
org.openide.modules.ManifestSection.createInstance(ManifestSection.java:9
6)
        at 
org.openide.modules.ManifestSection.getInstance(ManifestSection.java:127)
        at 
org.openide.modules.ManifestSection$OptionSection.getOption(ManifestSecti
on.java:306)
        at 
org.netbeans.core.ModuleItem$InstallIterator.processOption(ModuleItem.jav
a:1117)
        at 
org.openide.modules.ManifestSection$OptionSection.invokeIterator(Manifest
Section.java:315)
        at 
org.openide.modules.ModuleDescription.forEachSection(ModuleDescription.ja
va:523)
        at 
org.netbeans.core.ModuleItem.restoreSection(ModuleItem.java:724)
        at 
org.netbeans.core.ModuleItem.restoreSection(ModuleItem.java:713)
        at 
org.netbeans.core.ModuleInstaller.initialize(ModuleInstaller.java:210)
        at org.netbeans.core.NonGui.run(NonGui.java:465)
        at org.netbeans.core.Main.run(Main.java:168)
        at 
org.openide.TopManager.initializeTopManager(TopManager.java:120)
        at org.openide.TopManager.getDefault(TopManager.java:81)
        at org.netbeans.core.Main.main(Main.java:255)
        at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
        at java.lang.Thread.run(Thread.java:498)
 
java.lang.InstantiationException: java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
        at java.lang.Throwable.<init>(Throwable.java:96)
        at java.lang.Exception.<init>(Exception.java:44)
        at java.lang.RuntimeException.<init>(RuntimeException.java:49)
        at 
java.lang.IllegalArgumentException.<init>(IllegalArgumentException.java:4
5)
        at 
org.openide.util.SharedClassObject.findObject(SharedClassObject.java:393)
        at 
org.openide.modules.ManifestSection.createInstance(ManifestSection.java:9
6)
        at 
org.openide.modules.ManifestSection.getInstance(ManifestSection.java:127)
        at 
org.openide.modules.ManifestSection$OptionSection.getOption(ManifestSecti
on.java:306)
        at 
org.netbeans.core.ModuleItem$InstallIterator.processOption(ModuleItem.jav
a:1117)
        at 
org.openide.modules.ManifestSection$OptionSection.invokeIterator(Manifest
Section.java:315)
        at 
org.openide.modules.ModuleDescription.forEachSection(ModuleDescription.ja
va:523)
        at 
org.netbeans.core.ModuleItem.restoreSection(ModuleItem.java:724)
        at 
org.netbeans.core.ModuleItem.restoreSection(ModuleItem.java:713)
        at 
org.netbeans.core.ModuleInstaller.initialize(ModuleInstaller.java:210)
        at org.netbeans.core.NonGui.run(NonGui.java:465)
        at org.netbeans.core.Main.run(Main.java:168)
        at 
org.openide.TopManager.initializeTopManager(TopManager.java:120)
        at org.openide.TopManager.getDefault(TopManager.java:81)
        at org.netbeans.core.Main.main(Main.java:255)
        at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
        at java.lang.Thread.run(Thread.java:498)
        at java.lang.Throwable.<init>(Throwable.java:96)
        at java.lang.Exception.<init>(Exception.java:44)
        at 
java.lang.InstantiationException.<init>(InstantiationException.java:46)
        at 
org.openide.modules.ManifestSection$OptionSection.getOption(ManifestSecti
on.java:308)
        at 
org.netbeans.core.ModuleItem$InstallIterator.processOption(ModuleItem.jav
a:1117)
        at 
org.openide.modules.ManifestSection$OptionSection.invokeIterator(Manifest
Section.java:315)
        at 
org.openide.modules.ModuleDescription.forEachSection(ModuleDescription.ja
va:523)
        at 
org.netbeans.core.ModuleItem.restoreSection(ModuleItem.java:724)
        at 
org.netbeans.core.ModuleItem.restoreSection(ModuleItem.java:713)
        at 
org.netbeans.core.ModuleInstaller.initialize(ModuleInstaller.java:210)
        at org.netbeans.core.NonGui.run(NonGui.java:465)
        at org.netbeans.core.Main.run(Main.java:168)
        at 
org.openide.TopManager.initializeTopManager(TopManager.java:120)
        at org.openide.TopManager.getDefault(TopManager.java:81)
        at org.netbeans.core.Main.main(Main.java:255)
        at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
[catch] at java.lang.Thread.run(Thread.java:498)
 
Fri Mar 16 18:05:12 EST 2001java.lang.reflect.InvocationTargetException: 
null
java.lang.reflect.InvocationTargetException: 
java.lang.NullPointerException
        at 
java.lang.NullPointerException.<init>(NullPointerException.java:45)
        at java.io.File.<init>(File.java:187)
        at 
org.netbeans.modules.cvsclient.JavaCvsSettings.getHome(JavaCvsSettings.ja
va:202)
        at 
org.netbeans.modules.cvsclient.JavaCvsSettings.<init>(JavaCvsSettings.jav
a:73)
        at java.lang.reflect.Constructor.newInstance(Native Method)
        at 
org.openide.util.SharedClassObject.createInstancePrivileged(SharedClassOb
ject.java:427)
        at 
org.openide.util.SharedClassObject$SetAccessibleAction.run(SharedClassObj
ect.java:642)
        at java.security.AccessController.doPrivileged(Native Method)
        at 
org.openide.util.SharedClassObject.findObject(SharedClassObject.java:390)
        at 
org.openide.modules.ManifestSection.createInstance(ManifestSection.java:9
6)
        at 
org.openide.modules.ManifestSection.getInstance(ManifestSection.java:127)
        at 
org.openide.modules.ManifestSection$OptionSection.getOption(ManifestSecti
on.java:306)
        at 
org.netbeans.core.ModuleItem$InstallIterator.processOption(ModuleItem.jav
a:1117)
        at 
org.openide.modules.ManifestSection$OptionSection.invokeIterator(Manifest
Section.java:315)
        at 
org.openide.modules.ModuleDescription.forEachSection(ModuleDescription.ja
va:523)
        at 
org.netbeans.core.ModuleItem.restoreSection(ModuleItem.java:724)
        at 
org.netbeans.core.ModuleItem.restoreSection(ModuleItem.java:713)
        at 
org.netbeans.core.ModuleInstaller.initialize(ModuleInstaller.java:210)
        at org.netbeans.core.NonGui.run(NonGui.java:465)
        at org.netbeans.core.Main.run(Main.java:168)
        at 
org.openide.TopManager.initializeTopManager(TopManager.java:120)
        at org.openide.TopManager.getDefault(TopManager.java:81)
        at org.netbeans.core.Main.main(Main.java:255)
        at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
[catch] at java.lang.Thread.run(Thread.java:498)
Comment 1 Jaroslav Tulach 2001-03-21 13:01:43 UTC
Jesse, was not that fixed by one of your fixes?
Comment 2 Jesse Glick 2001-03-25 15:10:59 UTC
Read further down in the exception list.
Comment 3 Milos Kleint 2001-03-26 07:44:51 UTC
ok, sorry about that. I was fixing a bug on win98 and broke all the other 
operating system.
It should be fixed in release32 build 13, and dev build 154.
Comment 4 Jiri Kovalsky 2001-05-30 15:54:51 UTC
Verifying in development build #199 of NetBeans.
Comment 5 Quality Engineering 2003-07-01 12:48:11 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.