If you're using WebLogic 10.3.2 or earlier, and you encounter a 404 Error when attempting to change a data cube in an OLAP View, follow this workaround:
1. | Add the following java option to startWebLogic.cmd or startWebLogic.sh: |
Windows: | |
Linux: | export JAVA_OPTS="$JAVA_OPTS -Djavax.xml.transform.TransformerFactory= |
2. | Set EXT_PRE_CLASSPATH in setDomainEnv.cmd: |
Windows: | |
Linux: | export |
3. | Copy the JAR files in the previous step from the jasperserver-pro.war/WEB-INF/lib folder to %DOMAIN_HOME%/lib or $DOMAIN_HOME/lib. |
Recommended Comments
There are no comments to display.