ArrayIndexOutOfBoundsException

I get this exception when restarting ide. i deleted the previous userdir and restarted ide, upon restart ide creates a new userdir and comes across the ArrayIndexOutofBoundsException.

java.lang.ArrayIndexOutOfBoundsException: 512

at java.awt.GridBagLayout.GetLayoutInfo(GridBagLayout.java:906)

at java.awt.GridBagLayout.getLayoutInfo(GridBagLayout.java:816)

at java.awt.GridBagLayout.minimumLayoutSize(GridBagLayout.java:650)

at java.awt.Container.minimumSize(Container.java:1598)

at java.awt.Container.getMinimumSize(Container.java:1583)

at javax.swing.JComponent.getMinimumSize(JComponent.java:1706)

at java.awt.BorderLayout.minimumLayoutSize(BorderLayout.java:634)

at java.awt.Container.minimumSize(Container.java:1598)

at java.awt.Container.getMinimumSize(Container.java:1583)

at javax.swing.JComponent.getMinimumSize(JComponent.java:1706)

at java.awt.BorderLayout.minimumLayoutSize(BorderLayout.java:634)

at java.awt.Container.minimumSize(Container.java:1598)

at java.awt.Container.getMinimumSize(Container.java:1583)

at javax.swing.JComponent.getMinimumSize(JComponent.java:1706)

at javax.swing.BoxLayout.checkRequests(BoxLayout.java:433)

at javax.swing.BoxLayout.preferredLayoutSize(BoxLayout.java:251)

at javax.swing.plaf.basic.BasicOptionPaneUI.getPreferredSize(BasicOptionPaneUI.jav a:253)

at javax.swing.JComponent.getPreferredSize(JComponent.java:1624)

at java.awt.BorderLayout.preferredLayoutSize(BorderLayout.java:690)

at java.awt.Container.preferredSize(Container.java:1558)

at java.awt.Container.getPreferredSize(Container.java:1543)

at javax.swing.JComponent.getPreferredSize(JComponent.java:1626)

at javax.swing.JRootPane$RootLayout.preferredLayoutSize(JRootPane.java:824)

at java.awt.Container.preferredSize(Container.java:1558)

at java.awt.Container.getPreferredSize(Container.java:1543)

at javax.swing.JComponent.getPreferredSize(JComponent.java:1626)

at java.awt.BorderLayout.preferredLayoutSize(BorderLayout.java:690)

at java.awt.Container.preferredSize(Container.java:1558)

at java.awt.Container.getPreferredSize(Container.java:1543)

at java.awt.Window.pack(Window.java:486)

at javax.swing.JOptionPane.createDialog(JOptionPane.java:926)

at javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:840)

at org.netbeans.core.startup.NbEvents$Notifier.run(NbEvents.java:315)

at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)

[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)

[2678 byte] By [chamea] at [2007-11-27 3:16:11]
# 1
Which jdk version are you using?Please take a look at: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4254022Do you have any project open when the exception occurs or does the exception occur when starting the ide with a fresh userdir and with no projects open?
KarthikRa at 2007-7-12 8:18:45 > top of Java-index,Development Tools,Java Tools...