Utilize Authentication Manager SDK 8.0 in non-weblogic environment
Originally Published: 2013-07-12
Article Number
Applies To
Java
Issue
Using default Weblogic EJB connection in non-Weblogic environment (Tomcat for example) does not deploy successfully
com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension: Provider
weblogic.wsee.jaxws.framework.policy.WSDLGeneratorExtension is
specified in jar:file:<appserver path>/lib/wlfullclient.jar!/META-INF/services/com.sun.xml .ws.api.wsdl.writer.WSDLGeneratorExtension
but not found
Cause
Resolution
1) Define application classpath to include the SDK jar files described by parameter classpath.run.httpinvoker in SDK_HOME/samples/common-build.xml
2) Define javax.net.ssl.trustStore to point to keystore that the Authentication Manager's root certificate was imported into.
3) Ensure that config.properties parameter ims.httpinvoker.client.provider.url is created and set equal to https://<AM FQDN>:7002/ims-ws/httpinvoker/CommandServer
4) Modify the following line of connection code to specify the HttpInvoker:
//Connection conn = ConnectionFactory.getConnection();
Connection conn = ConnectionFactory.getConnection("HttpInvokerCommandTargetBasicAuth");
OR
Rather than modify the connection code instead define the parameter: ims.client.primary.command.target = HttpInvokerCommandTargetBasicAuth
Notes
Related Articles
DSA-2020-140: RSA Identity Governance and Lifecycle Security Update for SUSE Linux Enterprise Server Vulnerabilities 3Number of Views SAP connector fails with hostname not found when using a non-default port in RSA Identity Governance & Lifecycle 56Number of Views RSA Authentication Manager SDK 8.5 (for Java) failed on startup with a "CRED_MISMATCH" error 286Number of Views 'ORA-01722: invalid number' or 'Non supported SQL92 token at position: XXX' errors in the aveksaServer.log when rendering … 74Number of Views How to change the date format from MM/DD/YY to DD/MM/YY on RSA Identity Governance & Lifecycle 6.9.1 and 7.0.0 13Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Downloading RSA Authentication Manager license files or RSA Software token seed records RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Release Notes for RSA Authentication Manager 8.8 Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU
Don't see what you're looking for?