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 118410 - Dumps from ErrorManager in message.log
Summary: Dumps from ErrorManager in message.log
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-10 16:50 UTC by Martin Entlicher
Modified: 2009-01-06 14:56 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2007-10-10 16:50:36 UTC
When logging annotated exceptions into messages.log, it dumps one extra stack list, ending in the internals of
ErrorManager. This should be filtered out, since it is confusing when searching for the problem:

SEVERE: Unexpected JDWP Error: 13
org.openide.ErrorManager$AnnException: msg
        at org.openide.ErrorManager$AnnException.findOrCreate(ErrorManager.java:839)
        at org.openide.ErrorManager$DelegatingErrorManager.annotate(ErrorManager.java:628)
        at org.openide.ErrorManager.annotate(ErrorManager.java:430)
        at org.netbeans.modules.debugger.jpda.models.JPDAThreadImpl.getContendedMonitor(JPDAThreadImpl.java:654)
        at org.netbeans.modules.debugger.jpda.ui.models.MonitorModel.getChildren(MonitorModel.java:114)
        at org.netbeans.spi.viewmodel.Models$CompoundTreeModel.getChildren(Models.java:596)
        at org.netbeans.spi.viewmodel.Models$CompoundModel.getChildren(Models.java:2777)
        at org.netbeans.modules.viewmodel.TreeModelNode$TreeModelChildren.evaluateLazily(TreeModelNode.java:644)
        at org.netbeans.modules.viewmodel.TreeModelNode$LazyEvaluator.run(TreeModelNode.java:1061)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
msg
Caused: com.sun.jdi.InternalException: Unexpected JDWP Error: 13
...

See the attachment of issue #118353 for details.