Cannot Find Jaxen Jar Called Out in OSDT App Development Guide in Weblogic 12.2.1.3
(Doc ID 2645677.1)
Last updated on JUNE 14, 2024
Applies to:
Oracle WebLogic Server - Version 12.2.1.3.0 and laterInformation in this document applies to any platform.
Goal
Missing Jaxen jar file after installing Weblogic server 12.2.1.3 on a Linux box and looking for the jars called out in section 1.8.2 of the "Developing Applications with Oracle Security Developer Tools for 12.2.1.3" documentation: https://docs.oracle.com/cd/F17742_01/12.2.1.3/sdtrg/developing-applications-oracle-security-developer-tools.pdf
The documentation calls out these jars...
- setenv CLASSPATH $CLASSPATH:$ORACLE_HOME/modules/oracle.osdt_11.1.1/osdt_core.jar:
- $ORACLE_HOME/modules/oracle.osdt_11.1.1/osdt_cert.jar:
- $ORACLE_HOME/modules/oracle.osdt_11.1.1/osdt_xmlsec.jar:
- $ORACLE_HOME/modules/oracle.osdt_11.1.1/osdt_saml.jar:
- $ORACLE_HOME/modules/oracle.osdt_11.1.1/osdt_saml2.jar:
- $ORACLE_HOME/modules/org.jaxen_1.1.1.jar
but the Jaxen one is missing,
Instead these files exist:
- oracle_common/modules/oracle.osdt/osdt_core.jar
- oracle_common/modules/oracle.osdt/osdt_cert.jar
- oracle_common/modules/oracle.osdt/osdt_xmlsec.jar
- oracle_common/modules/oracle.osdt/osdt_saml.jar
- oracle_common/modules/oracle.osdt/osdt_saml2.jar
- (also osdt_restsec.jar, osdt_ws_sx.jar, and osdt_wss.jar were found)
but this file does not exist:
- oracle_common/modules/org.jaxen_1.1.1.jar (or any Jaxen jar of any kind in the entire 12.2.1.3 install).
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |