-
Bug
-
Resolution: Fixed
-
P2
-
1.4.2_15
-
b08
-
x86
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2168771 | 1.4.2_19 | Nikolay Gorshkov | P3 | Resolved | Fixed | b01 |
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)
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)
- backported by
-
JDK-2168771 (rb) Can't find resource for a key from resource bundle.
- Resolved
- relates to
-
JDK-6329105 (rb) ResourceBundle doesn't handle Errors encountered during loadBundle
- Resolved