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 228666

Summary: java.lang.ArrayIndexOutOfBoundsException
Product: ide Reporter: pns
Component: Exceptions ReporterAssignee: Tomas Danek <musilt2>
Status: RESOLVED DUPLICATE    
Severity: normal CC: Full_of_Beans
Priority: P3    
Version: 7.3.1   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:

Description pns 2013-04-17 15:33:50 UTC
On opening NetBeans with a maven project already listed under project I get this exception (nothing seems broken though, at least from what I can see):


SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.modules.uihandler.Installer$2Auto
java.lang.ArrayIndexOutOfBoundsException
	at java.lang.System.arraycopy(Native Method)
	at java.io.PushbackInputStream.unread(PushbackInputStream.java:235)
	at org.netbeans.modules.uihandler.Installer.copyWithEncoding(Installer.java:1458)
	at org.netbeans.modules.uihandler.Installer$Submit.doShow(Installer.java:1634)
	at org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:1001)
	at org.netbeans.modules.uihandler.Installer.access$400(Installer.java:114)
	at org.netbeans.modules.uihandler.Installer$2Auto.run(Installer.java:576)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2044)
Comment 1 Tomas Danek 2013-04-18 08:21:44 UTC

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