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 228615 - ArrayIndexOutOfBoundsException on attempt to report an exception
Summary: ArrayIndexOutOfBoundsException on attempt to report an exception
Status: RESOLVED DUPLICATE of bug 228156
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Danek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-16 11:49 UTC by Sergey Petrov
Modified: 2013-04-16 12:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Petrov 2013-04-16 11:49:33 UTC
Tried to report an exception and got:

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.displaySummary(Installer.java:1010)
	at org.netbeans.modules.uihandler.UIHandler.run(UIHandler.java:219)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2048)

Even if server is down, reporter shouldn't throw new exceptions
Comment 1 Tomas Danek 2013-04-16 12:12:15 UTC

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