Can't find resource for a key from resource bundle.
This problem is reproducible in 5.0u6 and 1.4.2_15
This problem seems to be fixed in 5.0u7 and beyond.
CU needs a fix for 1.4.2.
To reproduce,
load this URL:
1.turn off pop-up blocker in IE6
2.enable Java console
3 load this url:
https://my.calgaryhealthregion.ca/http://myAM.calgaryhealthregion.ca/amserver/UI/Login?gw=my.calgaryhealthregion.ca&org=admin
4. login with: sunremoteuser
password: <pls refer to escalation note>
The following exception will be logged in the Java console.
>> java.util.MissingResourceException: Can't find resource for bundle
>> java.util.PropertyResourceBundle, key ppd.1
>> at java.util.ResourceBundle.getObject(Unknown Source)
>> at java.util.ResourceBundle.getString(Unknown Source)
>> at com.sun.portal.netlet.client.common.NL00.a(NL00)
>> at com.sun.portal.netlet.client.common.NL44.<init>(NL44)
>> at com.sun.portal.netlet.client.applet.NL26.<init>(NL26)
>> at
>> com.sun.portal.netlet.client.applet.NetletApplet.b(NetletApplet)
>> at
>> com.sun.portal.netlet.client.applet.NetletApplet.h(NetletApplet)
>> at
>> com.sun.portal.netlet.client.applet.NetletApplet.start(NetletApplet)
>> at sun.applet.AppletPanel.run(Unknown Source)
>> at java.lang.Thread.run(Unknown Source)