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 228392

Summary: red sign noticed on IDE startup
Product: ide Reporter: nvaranki2
Component: UIAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: current log file

Description nvaranki2 2013-04-08 21:43:26 UTC
Created attachment 133382 [details]
current log file

"Red sign" flashed on status bar while IDE starts up and auto-loads the project. It looks like there is no fatality in the issue. Red sign shortly disappears, no more side effects were noticed. The issue is repeatable.

Click on the sign reveals the problem. Here's excerpt from log file:

java.lang.ArrayIndexOutOfBoundsException
	at java.lang.System.arraycopy(Native Method)
	at java.io.PushbackInputStream.unread(PushbackInputStream.java:235)
	at org.netbeans.modules.uihandler.ButtonsParser.parse(ButtonsParser.java:91)
	at org.netbeans.modules.uihandler.Installer.parseButtons(Installer.java:1104)
	at org.netbeans.modules.uihandler.Installer$Submit.doShow(Installer.java:1644)
	at org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:1021)
	at org.netbeans.modules.uihandler.Installer.access$400(Installer.java:113)
	at org.netbeans.modules.uihandler.Installer$2Auto.run(Installer.java:575)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2032)
Comment 1 Marian Mirilovic 2013-04-09 08:23:52 UTC

*** This bug has been marked as a duplicate of bug 228156 ***