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 199225 - Reported exceptions are missing from messages.log file.
Summary: Reported exceptions are missing from messages.log file.
Status: RESOLVED INCOMPLETE
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 7.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Tomas Danek
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2011-06-07 09:08 UTC by Martin Entlicher
Modified: 2011-06-28 10:23 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 Martin Entlicher 2011-06-07 09:08:00 UTC
See issue #199205 and the associated messages.log files:
http://statistics.netbeans.org/exceptions/messageslog?id=513133
http://statistics.netbeans.org/exceptions/messageslog?id=513116
The exceptions are not there!
This is really important, since some exceptions are caused by some other preceding exceptions, which are not present in the report. I was used that everything, including the thrown exception is available in the attached messages.log file.
Comment 1 Tomas Danek 2011-06-10 09:23:39 UTC
confirmed. will take a look.
Comment 2 Tomas Danek 2011-06-28 10:23:19 UTC
I did not find any other log (except those two from Jesse) that suffers with something similar. 
I doublechecked code that is executed before exception is uploaded and yes, streams are forced fo flush into logs.

unfortunately, to be able to investigate further, i need output from org.netbeans.modules.uihandler.Install logger on FINE level...:( and of course, check if in local messages.log is exception correctly logged.