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 7950 - VerifyError Exception on startup in ManifestDataObject
Summary: VerifyError Exception on startup in ManifestDataObject
Status: CLOSED INVALID
Alias: None
Product: obsolete
Classification: Unclassified
Component: apisupport (show other bugs)
Version: 3.x
Hardware: Other Windows 3.1/NT
: P4 major (vote)
Assignee: issues@apisupport
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-10-19 10:53 UTC by Jim Barritt
Modified: 2006-02-14 17:43 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 Jim Barritt 2000-10-19 10:53:42 UTC
During Startup of the IDE, i recieve the exception below (I have included the
full text from ide.log)

Thus i dont get the full support for manifests int he explorer which would be
good to have.

otherwise Netbeans is v.cool

-------------------------------------------------------------------------------
>Log Session: Thursday, October 19, 2000 10:57:14 AM GMT+01:00
>System Info:
  Product Version          = NetBeans IDE, Development Version (Build 47)
  IDE Versioning           = IDE/1 spec=1.1.1 impl=Build 47
  Operating System         = Windows NT Version 4.0 Running on x86
  Java Version             = 1.3.0
  Java VM Version          = Java HotSpot(TM) Client VM 1.3.0-C
  Java Vendor              = Sun Microsystems Inc.
  Java Vendor URL          = http://java.sun.com/
  Java Home                = c:\java\jdk1.3\jre
  Java Class Version       = 47.0
  System Locale            = en_US
  JIT                      = unknown or not used
  Home Dir                 = C:\WINNT\Profiles\RDJBARRI
  Current Directory        = C:\Applications\NetBeans\netbeans\bin
  IDE Home                 = ..
  IDE User Home            = ..
  System Directory         = ..\system
  CLASSPATH
= ..\lib;..\lib\openide.jar;..\lib\developer.jar;..\lib\ext\AbsoluteLayout.jar;.
.\lib\ext\ant.jar;..\lib\ext\javac.jar;..\lib\ext\jaxp.jar;..\lib\ext\jh.jar;..\
lib\ext\nb-
editor.jar;..\lib\ext\openidex.jar;..\lib\ext\parser.jar;..\lib\ext\regexp.jar;.
.\lib\ext\servlet.jar;..\lib\ext\xalan.jar;..\lib\ext\xerces.jar;c:\java\jdk1.3
\lib\dt.jar;c:\java\jdk1.3\lib\tools.jar;C:\PROGRA~1\JMF2.1
\lib\sound.jar;C:\PROGRA~1\JMF2.1\lib\jmf.jar;%PERSISTENCE_CLASSPATH%;%
CLASSPATH%
-------------------------------------------------------------------------------
[INFO] Loaded modules: org.netbeans.modules.clazz/1 (1.3/47);
org.netbeans.modules.html/1 (1.3/47); org.netbeans.modules.httpserver/1
(1.3/47); org.netbeans.modules.icebrowser/1 (1.3/47);
org.netbeans.modules.image/1 (1.3/47); org.netbeans.modules.properties/1
(1.3/47); org.netbeans.modules.text/1 (1.3/47);
org.netbeans.modules.usersguide/1 (1.3/47); org.openidex.util/1 (1.3/47);
org.netbeans.modules.autoupdate/1 (1.3/47);
org.netbeans.modules.debugger.core/1 (1.1.5/47); org.netbeans.modules.applet/1
(1.3/47); org.netbeans.modules.debugger.debug/1 (1.5/47);
org.netbeans.modules.debugger.jpda/1 (1.5/47); org.netbeans.modules.editor/1
(1.4/47); org.netbeans.modules.jarpackager/1 (1.3/47);
org.netbeans.modules.java/1 (1.3/47); org.netbeans.modules.beans/1 (1.3/47);
org.netbeans.modules.form/1 (1.3/47); org.netbeans.modules.i18n/1 (1.3/47);
org.netbeans.modules.javadoc/1 (1.3/47); org.netbeans.modules.objectbrowser/1
(1.3/47); org.netbeans.modules.projects/1 (1.3/47);
org.netbeans.modules.utilities/1 (1.3/47); org.netbeans.modules.vcs.cmdline/1
(1.4/47); org.netbeans.modules.web.core/1 (1.1.3/47);
org.netbeans.modules.web.wizard/1 (1.1.3/47); org.apache.tools.ant.module
(1.0/96); org.netbeans.modules.apisupport (1.3/dev-16);
org.netbeans.modules.crosscompile (1.4/dev-16);
org.netbeans.modules.serialversion/1 (0.2/dev-16);
org.netbeans.modules.sysprops (1.1/dev-16); com.systemsunion.netbeans.process
(0.1/unspec)
*********** Exception occurred ************
Thu Oct 19 10:57:22 GMT+01:00 2000java.lang.InstantiationException:
java.lang.ClassNotFoundException
java.lang.ClassNotFoundException: java.lang.VerifyError
java.lang.VerifyError: (class:
org/netbeans/modules/apisupport/ManifestDataObject, method: init signature: ()
V) Incompatible object argument for function call
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:120)
	at
org.netbeans.modules.apisupport.ManifestDataLoader.class$(ManifestDataLoader.jav
a:26)
	at org.netbeans.modules.apisupport.ManifestDataLoader.<init>
(ManifestDataLoader.java:30)
	at java.lang.Class.newInstance0(Native Method)
	at java.lang.Class.newInstance(Class.java:237)
	at java.beans.Beans.instantiate(Beans.java:207)
	at java.beans.Beans.instantiate(Beans.java:51)
	at org.openide.modules.ManifestSection.createInstance
(ManifestSection.java:77)
	at org.openide.modules.ManifestSection.getInstance
(ManifestSection.java:102)
	at org.openide.modules.ManifestSection$LoaderSection.getLoader
(ManifestSection.java:340)
	at org.netbeans.core.LoaderPoolNode.add(LoaderPoolNode.java:136)
	at org.netbeans.core.ModuleItem$InstallIterator.processLoader
(ModuleItem.java:684)
	at org.openide.modules.ManifestSection$LoaderSection.invokeIterator
(ManifestSection.java:363)
	at org.openide.modules.ModuleDescription.forEachSection
(ModuleDescription.java:424)
	at org.netbeans.core.ModuleItem.restoreSection(ModuleItem.java:375)
	at org.netbeans.core.ModuleInstaller.initialize
(ModuleInstaller.java:179)
	at org.netbeans.core.NonGui.run(NonGui.java:431)
	at org.netbeans.core.Main.run(Main.java:153)
	at org.openide.TopManager.initializeTopManager(TopManager.java:115)
	at org.openide.TopManager.getDefault(TopManager.java:81)
	at org.netbeans.core.Main.main(Main.java:241)
	at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
	at java.lang.Thread.run(Thread.java:484)

	at org.openide.modules.ManifestSection.getInstance
(ManifestSection.java:108)
	at org.openide.modules.ManifestSection$LoaderSection.getLoader
(ManifestSection.java:340)
	at org.netbeans.core.LoaderPoolNode.add(LoaderPoolNode.java:136)
	at org.netbeans.core.ModuleItem$InstallIterator.processLoader
(ModuleItem.java:684)
	at org.openide.modules.ManifestSection$LoaderSection.invokeIterator
(ManifestSection.java:363)
	at org.openide.modules.ModuleDescription.forEachSection
(ModuleDescription.java:424)
	at org.netbeans.core.ModuleItem.restoreSection(ModuleItem.java:375)
	at org.netbeans.core.ModuleInstaller.initialize
(ModuleInstaller.java:179)
	at org.netbeans.core.NonGui.run(NonGui.java:431)
	at org.netbeans.core.Main.run(Main.java:153)
	at org.openide.TopManager.initializeTopManager(TopManager.java:115)
	at org.openide.TopManager.getDefault(TopManager.java:81)
	at org.netbeans.core.Main.main(Main.java:241)
	at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
	at java.lang.Thread.run(Thread.java:484)

java.lang.InstantiationException: java.lang.ClassNotFoundException
java.lang.ClassNotFoundException: java.lang.VerifyError
java.lang.VerifyError: (class:
org/netbeans/modules/apisupport/ManifestDataObject, method: init signature: ()
V) Incompatible object argument for function call
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:120)
	at
org.netbeans.modules.apisupport.ManifestDataLoader.class$(ManifestDataLoader.jav
a:26)
	at org.netbeans.modules.apisupport.ManifestDataLoader.<init>
(ManifestDataLoader.java:30)
	at java.lang.Class.newInstance0(Native Method)
	at java.lang.Class.newInstance(Class.java:237)
	at java.beans.Beans.instantiate(Beans.java:207)
	at java.beans.Beans.instantiate(Beans.java:51)
	at org.openide.modules.ManifestSection.createInstance
(ManifestSection.java:77)
	at org.openide.modules.ManifestSection.getInstance
(ManifestSection.java:102)
	at org.openide.modules.ManifestSection$LoaderSection.getLoader
(ManifestSection.java:340)
	at org.netbeans.core.LoaderPoolNode.add(LoaderPoolNode.java:136)
	at org.netbeans.core.ModuleItem$InstallIterator.processLoader
(ModuleItem.java:684)
	at org.openide.modules.ManifestSection$LoaderSection.invokeIterator
(ManifestSection.java:363)
	at org.openide.modules.ModuleDescription.forEachSection
(ModuleDescription.java:424)
	at org.netbeans.core.ModuleItem.restoreSection(ModuleItem.java:375)
	at org.netbeans.core.ModuleInstaller.initialize
(ModuleInstaller.java:179)
	at org.netbeans.core.NonGui.run(NonGui.java:431)
	at org.netbeans.core.Main.run(Main.java:153)
	at org.openide.TopManager.initializeTopManager(TopManager.java:115)
	at org.openide.TopManager.getDefault(TopManager.java:81)
	at org.netbeans.core.Main.main(Main.java:241)
	at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
	at java.lang.Thread.run(Thread.java:484)

	at org.openide.modules.ManifestSection.getInstance
(ManifestSection.java:108)
	at org.openide.modules.ManifestSection$LoaderSection.getLoader
(ManifestSection.java:340)
	at org.netbeans.core.LoaderPoolNode.add(LoaderPoolNode.java:136)
	at org.netbeans.core.ModuleItem$InstallIterator.processLoader
(ModuleItem.java:684)
	at org.openide.modules.ManifestSection$LoaderSection.invokeIterator
(ManifestSection.java:363)
	at org.openide.modules.ModuleDescription.forEachSection
(ModuleDescription.java:424)
	at org.netbeans.core.ModuleItem.restoreSection(ModuleItem.java:375)
	at org.netbeans.core.ModuleInstaller.initialize
(ModuleInstaller.java:179)
	at org.netbeans.core.NonGui.run(NonGui.java:431)
	at org.netbeans.core.Main.run(Main.java:153)
	at org.openide.TopManager.initializeTopManager(TopManager.java:115)
	at org.openide.TopManager.getDefault(TopManager.java:81)
	at org.netbeans.core.Main.main(Main.java:241)
	at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
	at java.lang.Thread.run(Thread.java:484)

	at org.openide.modules.ManifestSection$LoaderSection.getLoader
(ManifestSection.java:342)
	at org.netbeans.core.LoaderPoolNode.add(LoaderPoolNode.java:136)
	at org.netbeans.core.ModuleItem$InstallIterator.processLoader
(ModuleItem.java:684)
	at org.openide.modules.ManifestSection$LoaderSection.invokeIterator
(ManifestSection.java:363)
	at org.openide.modules.ModuleDescription.forEachSection
(ModuleDescription.java:424)
	at org.netbeans.core.ModuleItem.restoreSection(ModuleItem.java:375)
	at org.netbeans.core.ModuleInstaller.initialize
(ModuleInstaller.java:179)
	at org.netbeans.core.NonGui.run(NonGui.java:431)
	at org.netbeans.core.Main.run(Main.java:153)
	at org.openide.TopManager.initializeTopManager(TopManager.java:115)
	at org.openide.TopManager.getDefault(TopManager.java:81)
	at org.netbeans.core.Main.main(Main.java:241)
	at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
	at java.lang.Thread.run(Thread.java:484)
Component Palette: cannot load bean org.netbeans.examples.lib.timerbean.Timer
Comment 1 Jesse Glick 2000-10-19 12:26:59 UTC
Actually there is no bug in the apisupport module per se; rather, the binary
version of the module you are using is not compatible with current builds.
(EditorSupport change--the binary was compiled against a bogus version of the
EditorSupport API.) The module compiled from source should be fine; and I have
just published a new apisupport.nbm (on Update Center for NetBeans builds, and
direct download from apisupport.netbeans.org) which is correctly compiled.

NOTE: As of this writing the download is of type text/plain and thus the file
will be corrupted for Windows users; I hope this will be fixed in the next day
or so.
Comment 2 Quality Engineering 2003-06-30 15:01:12 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 3 Quality Engineering 2003-06-30 15:03:01 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 4 Quality Engineering 2003-06-30 15:04:37 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.