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 1721 - Loading Gandalf from scratch with JIT on issues an exception
Summary: Loading Gandalf from scratch with JIT on issues an exception
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-13 23:24 UTC by Jan Palka
Modified: 2008-12-23 11:00 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 Jan Palka 1999-05-13 23:24:37 UTC
Loading Gandalf from scratch . Please note the JIT compiler . Without JIT it seems to be OK .


-- System info ----------------------------------------------------------------
  Product Version    = NetBeans Developer (Gandalf), Build 319
  IDE Versioning     = IDE/1 spec=0.8 impl=Build 319
  Operating System   = Windows 95 Version 4.0 Running on x86
  Java VM Version    = 1.2
  Java Vendor        = Sun Microsystems Inc.
  Java Vendor URL    = http://java.sun.com/
  Java Home          = S:/SOFTWARE/JDK12/JRE
  Java Class Version = 46.0
  JIT                = Symantec, version 3.10.100(x) for JDK 1.2
  Home Dir           = C:/WINDOWS
  Current Directory  = C:/gandalf319
  NetBeans Home      = .
  NetBeans User Home = .
  System Directory   = ./system
  CLASSPATH          = ./lib;./lib/developer.zip;./lib/icebrowserlitebean.jar;./
lib/infobus.jar;./lib/xml.jar;./lib/regexp.jar;S:/Software/jdk12/jre/lib/i18n.ja
r;S:/Software/jdk12/lib/tools.jar;S:/Software/jdk12/lib/dt.jar

-------------------------------------------------------------------------------
java.lang.InstantiationException: com/netbeans/developer/impl/execution/ProcessN
ode
        at com.netbeans.ide.modules.ManifestSection$NodeSection.getNode(Manifest
Section.java:500)
        at com.netbeans.developer.impl.ModuleItem$1.processNode(ModuleItem.java:
269)
        at com.netbeans.ide.modules.ManifestSection$NodeSection.invokeIterator(M
anifestSection.java:515)
        at com.netbeans.ide.modules.ModuleDescription.forEachSection(Compiled Co
de)
        at com.netbeans.developer.impl.ModuleInstaller.initialize(Compiled Code)

        at com.netbeans.developer.impl.Main.main(Main.java:541)
        at com.netbeans.developer.Main.main(Main.java:28)
ICE Browser Lite version 1.406
(c) ICEsoft
running under 1.2
security manager disabled
ToolbarLayout.layoutContainer (...)
ToolbarLayout.layoutContainer (...)
ToolbarLayout.layoutContainer (...)
Comment 1 Marek Grummich 2000-07-25 09:39:59 UTC
Priority is changed to P4 (normal).