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 237542 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key MSG_win_browser_invocation_failed
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-23 11:30 UTC by artur_m
Modified: 2015-02-13 04:13 UTC (History)
15 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203661


Attachments
stacktrace (584 bytes, text/plain)
2013-10-23 11:30 UTC, artur_m
Details
stacktrace (584 bytes, text/plain)
2013-11-14 19:30 UTC, artur_m
Details
stacktrace (584 bytes, text/plain)
2013-11-27 08:46 UTC, artur_m
Details

Note You need to log in before you can comment on or make changes to this bug.
Description artur_m 2013-10-23 11:30:09 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-609-on-20131001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
artur_m: clicked link in bug report

GUEST: generating documentation

GUEST: This exception occurred when I tried to start a debug session.
With this exception, I can't debug.

OS : windows 7
test server  : Apache (EasyPHP DevServer 13.1 VC11)
JRE : 1.7.0_40

GUEST: I just click on Learn more link in PHP option->composer




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key MSG_win_browser_invocation_failed
   at java.util.ResourceBundle.getObject(ResourceBundle.java:393)
   at java.util.ResourceBundle.getString(ResourceBundle.java:353)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:642)
   at org.netbeans.modules.extbrowser.NbDdeBrowserImpl$URLDisplayer.dispatchURL(NbDdeBrowserImpl.java:438)
   at org.netbeans.modules.extbrowser.NbDdeBrowserImpl$URLDisplayer.run(NbDdeBrowserImpl.java:354)
   at java.lang.Thread.run(Thread.java:722)
Comment 1 artur_m 2013-10-23 11:30:10 UTC
Created attachment 141466 [details]
stacktrace
Comment 2 Exceptions Reporter 2013-10-23 19:03:07 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=203661
Comment 3 artur_m 2013-11-14 19:30:35 UTC
Created attachment 142200 [details]
stacktrace

tried to debug
Comment 4 artur_m 2013-11-14 19:31:39 UTC
I have to restart browser (Firefox) to exception doesn't occur.
Comment 5 artur_m 2013-11-27 08:46:04 UTC
Created attachment 142627 [details]
stacktrace

Click link in Start Page
Comment 6 Marian Mirilovic 2015-02-04 10:20:40 UTC
142 duplicates -> P2
Comment 7 Jan Stola 2015-02-12 17:29:24 UTC
The exception shows that the message with the key MSG_win_browser_invocation_failed cannot be found. This message was removed by

https://hg.netbeans.org/web-main/rev/b84e14b61710

because one of its usages was removed. Unfortunately, Tomas overlooked that this message is used on another place as well.

I have added the missing message back.

Modified file: https://hg.netbeans.org/web-main/rev/3dc88ef419ae
Comment 8 Quality Engineering 2015-02-13 04:13:48 UTC
Integrated into 'main-silver', will be available in build *201502130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3dc88ef419ae
User: Jan Stola <jstola@netbeans.org>
Log: #237542: Adding back a removed bundle message that is still in use.