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 176782 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key LBL_MissingClient_UC_Unavailable
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: VERIFIED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-13 05:59 UTC by Jaromir Uhrik
Modified: 2010-05-24 14:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 162023


Attachments
stacktrace (1020 bytes, text/plain)
2009-11-13 05:59 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2009-11-13 05:59:24 UTC
Build: NetBeans IDE Dev (Build cdev-1677-on-091113)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.28-16-generic, i386

User Comments:
juhrik: When I try to install JIRA in the cdev build from bertram then the exception appears during installation.



Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key LBL_MissingClient_UC_Unavailable
        at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
        at java.util.ResourceBundle.getString(ResourceBundle.java:344)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:634)
        at org.netbeans.modules.bugtracking.jira.DownloadPlugin.install(DownloadPlugin.java:236)
        at org.netbeans.modules.bugtracking.jira.DownloadPlugin.access$800(DownloadPlugin.java:69)
        at org.netbeans.modules.bugtracking.jira.DownloadPlugin$1$1.run(DownloadPlugin.java:153)
Comment 1 Jaromir Uhrik 2009-11-13 05:59:28 UTC
Created attachment 90990 [details]
stacktrace
Comment 2 Jaromir Uhrik 2009-11-13 06:06:42 UTC
It is not possible to install JIRA because of this issue. But I believe that this is caused by the fact that we don't have new binaries in UC.
Comment 3 Tomas Stupka 2009-11-13 06:10:43 UTC
fixed
http://hg.netbeans.org/cdev/rev/2affbb438743
Comment 4 Quality Engineering 2009-11-16 03:22:42 UTC
Integrated into 'main-golden', will be available in build *200911160201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2affbb438743
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #176782 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key LBL_MissingClient_UC_Unavailable
Comment 5 Jaromir Uhrik 2010-05-24 14:52:03 UTC
Verified in former builds.