Article Content
Article Number | 000023083 |
Applies To | Federated Identity Management Module 3.0 Federated Identity Management Module 3.1 Internet Explorer 6.0 |
Issue | locale NLS Internationalization I18N System Internal Error Debug information (Including Stack Trace): <22/09/2006 11:33:51 AM EST> <Debug> <HTTP> <BEA-101147> <HttpServer(24098194,null default ctx,myserver) Found no context for "/console-ims/imag es/default/spacer.gif". This request does not match the context path for any installed Web applications, and there is no default Web application configured.> java.lang.NullPointerException at com.rsa.ui.jsp.taglibs.rsamenu.menu.displayer.MilonicMenuDisplayer.init(MilonicMenuDisplayer.java:80) at com.rsa.ui.jsp.taglibs.rsamenu.menu.displayer.taglib.UseMenuDisplayerTag.doStartTag(UseMenuDisplayerTag.java:202) java.lang.NullPointerException at com.rsa.ui.jsp.taglibs.rsamenu.menu.displayer.MilonicMenuDisplayer.init(MilonicMenuDisplayer.java:80) at com.rsa.ui.jsp.taglibs.rsamenu.menu.displayer.taglib.UseMenuDisplayerTag.doStartTag(UseMenuDisplayerTag.java:202) [2/02/07 08:28:59:312 EST] 0000003e SystemErrR java.lang.NullPointerException at com.rsa.ui.jsp.taglibs.rsamenu.menu.displayer.MilonicMenuDisplayer.init(MilonicMenuDisplayer.java:80) at com.rsa.ui.jsp.taglibs.rsamenu.menu.displayer.taglib.UseMenuDisplayerTag.doStartTag(UseMenuDisplayerTag.java:202) at _ibmjsp.view._menu._jspx_meth_rsamenu_useMenuDisplayer_0(_menu.java:149) |
Cause | This message can be seen on browsers being used outside of America when you try to access various menu items from the main /fimconfig home page. The issued Federated Identity Management Module 3.0 only designed and tested to use a locale of en-US, version 3.1 has additional direct support for Japanese. |
Resolution | Reconfigure Internet Explorer to use en_US as its standard language using the following steps
Relaunch the browser and go back to the FIM administration to confirm the problem has been resolved. Note: This is being reviewed by RSA to see if it is suitable for a patch or procedure to be developed to resolve this issue within the FIM 3.0 system |
Notes | For 3.0 see http://bugzilla.na.rsa.net/bugzilla/show_bug.cgi?id=26594 This was noticed for Japanese because they tested Japense in addition to USA - however the problem affects all non_US browsers. For 3.1 see http://bugzilla.na.rsa.net/bugzilla/show_bug.cgi?id=45661 The following script can be used to create the required i18n files inh the correct location. With instructions as follows: 1) Create a script called addlang.cmd in c:\temp and insert the content as below. Edit thr INSTALLDIR value to match the WebLogic domain folder (note this has only been tested for running on WebLogic) 2) Copy FIM30-all.ear to c:\temp 3) From the command line run the script with a single parameter for the i18n language required. As an example, for support of en_au you would enter "addlang en_au" 4) Take the generated fim30-all-ear-new.ear and replace the FIM30-all.ear you used during the FIM 3.0 installation 5) Use the WebLogic console to undeploy the current FIM30 code and deploy the updated FIM30-all.ear Note: After (re)deployment the WebLogic system(s) should be stopped and restarted
@echo off rem rem
rem rem rem rem rem rem
|
Legacy Article ID | a31908 |