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

Summary: Reported exceptions are missing from messages.log file.
Product: ide Reporter: Martin Entlicher <mentlicher>
Component: Exceptions ReporterAssignee: Tomas Danek <musilt2>
Status: RESOLVED INCOMPLETE    
Severity: normal Keywords: REGRESSION
Priority: P2    
Version: 7.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.