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 - red sign noticed on IDE startup
Summary: red sign noticed on IDE startup
Status: RESOLVED DUPLICATE of bug 228156
Alias: None
Product: ide
Classification: Unclassified
Component: UI (show other bugs)
Version: 7.2
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-08 21:43 UTC by nvaranki2
Modified: 2013-04-09 08:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
current log file (499.49 KB, application/octet-stream)
2013-04-08 21:43 UTC, nvaranki2
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***