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 42070 - IllegalArgumentException when parsing classfile.xml
Summary: IllegalArgumentException when parsing classfile.xml
Status: CLOSED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Classfile (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-16 09:49 UTC by Lukas Hasik
Modified: 2006-03-24 10:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log (25.54 KB, text/plain)
2004-04-16 09:49 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2004-04-16 09:49:07 UTC
[org.netbeans.core.modules] *********** Exception
occurred ************ at 10:21 AM on Apr 16, 2004
Annotation: Error encountered while reading
MultiFileObject@16bd8ea[nbfs://nbhost/SystemFileSystem/Modules/org-netbeans-modules-classfile.xml]
org.netbeans.core.modules.InvalidException: While
parsing a dependency attribute:
java.lang.IllegalArgumentException: Illegal
OpenIDE-Module-Public-Packages:
org.netbeans.modules.classfile
	at
org.netbeans.core.modules.Module.parseManifest(Module.java:480)
	at
org.netbeans.core.modules.Module.<init>(Module.java:139)
	at
org.netbeans.core.modules.ModuleManager.create(ModuleManager.java:460)
[catch] at
org.netbeans.core.modules.ModuleList$1.run(ModuleList.java:201)
	at
org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:89)
	at
org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:421)
	at
org.netbeans.core.modules.ModuleList.readInitial(ModuleList.java:101)
	at
org.netbeans.core.modules.ModuleSystem.readList(ModuleSystem.java:239)
	at org.netbeans.core.NonGui.run(NonGui.java:320)
	at org.netbeans.core.Main.run(Main.java:294)
	at
org.netbeans.core.NbTopManager.getNbTopManager(NbTopManager.java:232)
	at
org.netbeans.core.NbTopManager.get(NbTopManager.java:187)
	at org.netbeans.core.Main.start(Main.java:441)
	at
org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
	at java.lang.Thread.run(Thread.java:570)
==>
java.lang.IllegalArgumentException: Illegal
OpenIDE-Module-Public-Packages:
org.netbeans.modules.classfile
	at
org.netbeans.core.modules.Module.parseManifest(Module.java:445)
	at
org.netbeans.core.modules.Module.<init>(Module.java:139)
	at
org.netbeans.core.modules.ModuleManager.create(ModuleManager.java:460)
[catch] at
org.netbeans.core.modules.ModuleList$1.run(ModuleList.java:201)
	at
org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:89)
	at
org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:421)
	at
org.netbeans.core.modules.ModuleList.readInitial(ModuleList.java:101)
	at
org.netbeans.core.modules.ModuleSystem.readList(ModuleSystem.java:239)
	at org.netbeans.core.NonGui.run(NonGui.java:320)
	at org.netbeans.core.Main.run(Main.java:294)
	at
org.netbeans.core.NbTopManager.getNbTopManager(NbTopManager.java:232)
	at
org.netbeans.core.NbTopManager.get(NbTopManager.java:187)
	at org.netbeans.core.Main.start(Main.java:441)
	at
org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
	at java.lang.Thread.run(Thread.java:570)

and then

Warning - could not install some modules:
	Sourceless Java Classes - The module named
org.netbeans.modules.classfile/1 was needed and
not found.
Comment 1 Lukas Hasik 2004-04-16 09:49:41 UTC
Created attachment 14428 [details]
ide log
Comment 2 _ tball 2004-04-16 20:10:44 UTC
Is this still a problem?  I had checked in a manifest that Module
couldn't parse two days ago, but Martin Matula checked in a fix a few
hours later.  In my workspace at least, all manifest references to
org.netbeans.modules.classfile match.
Comment 3 Lukas Hasik 2004-04-19 09:54:48 UTC
verified in build 200404181800
thanx