Oracle Business Intelligence Enterprise Edition Startup

Issue: Attempting to launch Oracle Business Intelligence Enterprise Edition from EPM Workspace produces a Javascript error message (Object not found” in line 5250), although you can launch it directly.

This error can occur when Oracle Business Intelligence Enterprise Edition 10.x is running on WebLogic Server and the front-end Web server for EPM Workspace is IIS.

Solution: Add these lines to web.xml in the Oracle Business Intelligence Enterprise Edition file analytics.war, and redeploy the WAR file:

<mime-mapping>
 		<extension>xml</extension>
 		<mime-type>text/xml</mime-type> 
</mime-mapping> 
<mime-mapping>
 		<extension>xsd</extension>
 		<mime-type>text/xml</mime-type> 
</mime-mapping>