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 - Analytics log sent instead of exception report
Summary: Analytics log sent instead of exception report
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Tomas Danek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-09 11:37 UTC by Jiri Skrivanek
Modified: 2013-09-10 06:41 UTC (History)
1 user (show)

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 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.