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 60458 - An exception was shown on the console
Summary: An exception was shown on the console
Status: RESOLVED DUPLICATE of bug 60427
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-23 17:30 UTC by _ viendu
Modified: 2008-12-22 20:53 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 _ viendu 2005-06-23 17:30:49 UTC
I got this exception while doing some test on code completion:


Exception in thread "Default RequestProcessor" java.util.MissingResourceExceptio
n: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key EXC_IN_
REQUEST_PROCESSOR
       at java.util.ResourceBundle.getObject(ResourceBundle.java:326)
       at java.util.ResourceBundle.getString(ResourceBundle.java:286)
       at org.openide.util.NbBundle.getMessage(NbBundle.java:615)
       at org.openide.util.RequestProcessor$Processor.doNotify(RequestProcessor
.java:831)
       at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java
:813)
Comment 1 Marian Petras 2005-06-24 06:29:37 UTC
The exception means that some code tried to read a localized/branded string from
a bundle file and the string was not found. From the message, it is clear that
the string's key is "EXC_IN_REQUEST_PROCESSOR".

It is a bug in the module that tried to use a non-existent bundle key. From the
callstack, it seems to be in the 'openide' module - I reassign this bug to
'openide'.
Comment 2 Marian Mirilovic 2005-06-28 10:28:21 UTC

*** This issue has been marked as a duplicate of 60427 ***