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 235692

Summary: Analytics log sent instead of exception report
Product: ide Reporter: Jiri Skrivanek <jskrivanek>
Component: Exceptions ReporterAssignee: Tomas Danek <musilt2>
Status: VERIFIED FIXED    
Severity: normal CC: mmirilovic
Priority: P1    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description Jiri Skrivanek 2013-09-09 11:37:34 UTC
I wanted to report exception but when I click Send button it appears "Upload of NetBeans Analytics Logs Complete" in Exception Reporter view. These two lines were printed to IDE log:

WARNING [org.netbeans.core.startup.InstalledFileLocatorImpl]: no code name base
passed when looking up build_info at org.netbeans.modules.uihandler.BuildInfo.lo
gBuildInfo(BuildInfo.java:84)
INFO [org.netbeans.modules.uihandler.Installer]: findIdentity: fb1092ad-660a-480
7-a85a-cbe7b4c6ff9d_a5cf8b4e-c3c3-4233-98e6-86b6067f2cb1

Product Version: NetBeans IDE Dev (Build 201309090001)
Java: 1.7.0_40; Java HotSpot(TM) 64-Bit Server VM 24.0-b55
Runtime: Java(TM) SE Runtime Environment 1.7.0_40-b40
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Tomas Danek 2013-09-10 06:40:33 UTC
fixed on statistics sever. Was caused by migration of data to another partition, so that File.renameTo() stopped to work.