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 5769

Summary: ArrayIndexOutOfBoundsException is thrown during IDE initialization on JDK 1.2.2_05
Product: platform Reporter: issues@www <issues>
Component: -- Other --Assignee: issues@www <issues>
Status: CLOSED WONTFIX    
Severity: major    
Priority: P1    
Version: 3.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description issues@www 2000-02-16 16:58:06 UTC
[IAN, Feb/16] It looks like a JIT problem, not ours because:
1. it does not occur with java.compiler=NONE
2. in attachment there are 2 more exceptions, both in different parts of java classes which were definitely not changed from _04 to _05

[IAN, Feb/17] Reported to Kelly O`Hair from JDK release team, marked as documented

Original description:

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -27566080
        at java.awt.image.SinglePixelPackedSampleModel.<init>(Compiled Code)
        at java.awt.image.Raster.createPackedRaster(Compiled Code)
        at java.awt.image.Raster.createPackedRaster(Compiled Code)

        at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Compiled Code)
        at sun.awt.motif.MComponentPeer.createImage(Compiled Code)
        at java.awt.Component.createImage(Compiled Code)
        at java.awt.Component.createImage(Compiled Code)
        at com.netbeans.developer.impl.Splash$SplashComponent.setText(Splash.java:127)
        at com.netbeans.developer.impl.Splash$SplashWindow.print(Splash.java:194)
        at com.netbeans.developer.impl.Main.setStatusText(Compiled Code)
        at com.netbeans.developer.impl.ModuleInstaller.initialize(Compiled Code)
        at com.netbeans.developer.impl.Main.main(Main.java:502)
        at com.netbeans.developer.Main.main(Main.java:25)
Comment 1 Marian Mirilovic 2002-01-10 15:25:16 UTC
It seems like works now, closed