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 269665 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key AmazonJ2EEServerWizardComponent.containerLabel.text
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Amazon Cloud (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-27 10:09 UTC by Ralph Ruijs
Modified: 2017-05-01 22:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227175


Attachments
stacktrace (7.62 KB, text/plain)
2017-01-27 10:09 UTC, Ralph Ruijs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Ruijs 2017-01-27 10:09:00 UTC
Build: NetBeans IDE Dev (Build 20161221-7fed21e5a264)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Linux

User Comments:
ralphbenjamin: Missing resource :)

GUEST: Tried to select AWS beanstalk env in the "Services" tab

GUEST: added cloud server, amazon beanstalk, then went to tools, servers to view list of servers




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key AmazonJ2EEServerWizardComponent.containerLabel.text
   at java.util.ResourceBundle.getObject(ResourceBundle.java:450)
   at java.util.ResourceBundle.getString(ResourceBundle.java:407)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:642)
   at org.netbeans.modules.cloud.amazon.ui.serverplugin.AmazonJ2EEServerWizardComponent.initComponents(AmazonJ2EEServerWizardComponent.java:207)
   at org.netbeans.modules.cloud.amazon.ui.serverplugin.AmazonJ2EEServerWizardComponent.<init>(AmazonJ2EEServerWizardComponent.java:81)
   at org.netbeans.modules.cloud.amazon.serverplugin.AmazonJ2EEServerInstanceImplementation.getCustomizer(AmazonJ2EEServerInstanceImplementation.java:84)
Comment 1 Ralph Ruijs 2017-01-27 10:09:03 UTC
Created attachment 163483 [details]
stacktrace