Skip to main content

Posts

Showing posts from April, 2015

R12: txkEBSAuth.xml Script Fails with Error "txkEBSAuth.xml:63: Problem: failed to create task"

Issue: oracle@testing:/u01/Oracle/EBSAG_MW/appsutil/accessgate/TEST$ ant -f txkEBSAuth.xml createDataSource  Buildfile: txkEBSAuth.xml  [taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.  findOS:  getServerDetails:  [input] Enter Oracle WebLogic Server Administration Console URL (host:port) :  testing.local.com:7733  BUILD FAILED  /u01/Oracle/EBSAG_MW/appsutil/accessgate/TEST/txkEBSAuth.xml:63: Problem: failed to create task or type if  Cause: The name is undefined.  Action: Check the spelling.  Action: Check that any custom tasks/types have been declared.  Action: Check that any <presetdef>/<macrodef> declarations have taken place. Cause: Missing an entry for (ANT_CONTRIB) environment variable in the CLASSPATH Solution: 1. Please do the following on the command prompt just before you run the script ...

Configure Webgate to use https protocol if SSL offloading is done at F5 (SSL termination at loadbalancer),

Issue: When logging into a webgate on a reverse proxy using a login form the redirect back to the protected resource is reset to HTTP instead of the originally requested HTTPS. Cause: Weblogic server not using loadbalancer protocol (https) for redirect urls   When SSL is terminated at the loadbalancer or using reverse proxy, weblogic server should use the loadbalancer hostname/protocol for all redirect URLs Solution: 1.  Add a ProxySSLHeaderVar entry to the "User Defined Parameters" section at the bottom of the form. The value of the proxySSLHeaderVar parameter defines the name of the header variable the proxy must set. The value of the header variable must be "ssl" or "nonssl". For example:   ProxySSLHeaderVar:IS_SSL 2. Set the WebLogic 'Plugin Enabled' flag as follows   a. Log into WebLogic Console    b. Click the domain name on the left menu bar   c. Then choose 'Configurations' Tab and 'Web Applications' sub tab ...