OHS - Weblogic SSL Communication Issue : SSL Communication from Oracle HTTP Server (12c) to Weblogic Cluster fails with the below error: *******Exception type [HALF_OPEN_SOCKET_RETRY] (attempt to read from disconnected socket:Was unexpected EOF) raised at line 792 of URL.cpp Cause: Incorrect configuration in the mod_wl_ohs.conf: Solution: Need to add the below parameter in the mod_wl_ohs.conf and restart the OHS Instances. SecureProxy ON WLSSLWallet "${ORACLE_INSTANCE}/config/fmwconfig/components/${COMPONENT_TYPE}/instances/${COMPONENT_NAME}/keystores/default" Note: If you have preconfigured wallet for OHS, provide the location as appropriate in mod_wl_ohs.conf file: WLSSLWallet <WalletLocation> <<<<<<<< >>>>>>>
Posts
Showing posts from March, 2018
Schedule OSB Service Using ESS 12c - SOA
- Get link
- X
- Other Apps

Schedule OSB Service Using ESS * Login to SOA 12c EM console as weblogic user. * Select the Scheduling Services -> ESSAPP () * Select the Scheduling Services -> Job Requests -> Define Schedules * Create Schedule by clicking the “Create” button. * Create Schedule by clicking the “Create” button. * Enter the Field Values as below and click OK Name : OSBService Display Name : OSBService Package : /oracle/apps/ess/custom/osb Description : OSBService Frequency : 3 hours Time Zone : EST Start Date : 5-Sep-2017 10:00:00 PM Use End Date : Not to be selected 1 * Create the Job Definitions as shown below: a. Create the Job Definition details as below: Name : ...