Search code examples
xpageslotus-domino

Errors in IE 9 after upgrading to Domino 9.01 Server


I am asking on behalf of our administrator. Last night the administrator upgraded our production server from 8.5 to 9.01. Today a handful of people using IE 9 are having issues with clientside javascript errors in one application. This problem does not affect all machines, and in fact the application works fine for me when I try it using IE9. In the machines that it fails, it fails every time, in the machines that it works, it works every time. It works for the majority of people. The application works fine in FF and Chrome (insert sarcasm here)

The problems seems to be isolated to one application, an Xpages application that I wrote. It has been deployed for over 8 months and has been very stable until today. I do not believe there is an application problem but here are the errors that it gives

Unable to get value of the property '0': object is null or undefined

This error comes from one of the files generated by the domino server. The file is:

https://my_company/my_app.nsf/xsp/.ibmxspres/.mini/dojo/.en-us/@Im.js

Does anyone have any suggestions on what to do here?


Solution

  • As Steve said in the comments: disable the "runtime optimized JS and CSS" setting as this seems to be an 9.0.1 issue. Facing similiar issues with other frameworks such as Bootstrap 3 where Glyphicons were not rendered properly when this option is activated.