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 228211

Summary: Exception reporter is broken
Product: ide Reporter: misterm <misterm>
Component: Exceptions ReporterAssignee: Tomas Danek <musilt2>
Status: RESOLVED DUPLICATE    
Severity: normal CC: everflux, hmichel, janario, jglick, jkovalsky
Priority: P1    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description misterm 2013-04-03 15:04:24 UTC
The window is shown, the exception is sent, but the server thinks it is a regular log upload:

Upload of NetBeans Analytics Logs Complete

Product Version = NetBeans IDE Dev (Build 20130325-7e0418a4b137)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_07
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.3-b01
Comment 1 misterm 2013-04-03 15:04:32 UTC
Created attachment 133282 [details]
IDE log
Comment 2 Tomas Danek 2013-04-03 15:08:45 UTC
true, one important part of infrastructure that provides connection to Bugzilla is currently being migrated. Sorry for inconvenience, but we all have to wait till migration's over.
Comment 3 Marian Mirilovic 2013-04-04 07:36:44 UTC
*** Bug 228129 has been marked as a duplicate of this bug. ***
Comment 4 Jesse Glick 2013-04-05 22:44:37 UTC
20130401-9a2a641a1cc8, 7u17, Linux. When I try to report an exception, I get:

No data found at http://statistics.netbeans.org/analytics/nbfeedback_69.do?userName=jglick.

My log shows that it is not behaving too robustly:

WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.uihandler.Installer.logFileMetrics(Installer.java:853)
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)
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
	at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
	at org.netbeans.modules.uihandler.Installer.writeOutMetrics(Installer.java:580)
	at org.netbeans.modules.uihandler.MetricsHandler$1WriteOut.run(MetricsHandler.java:80)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2044)
Comment 5 Tomas Danek 2013-04-06 07:54:49 UTC
jglick: AIOOBE is gone since 045b0e0f34a5, but ER (server side) is down, we are still waiting for kenai team to complete migration of quality2.nb.org. Please report manually into bugzilla until then.

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