AppWorx, Dollar Universe and Sysload Community

 View Only
  • 1.  Application Manager 9.5 JDK and ojdbc question

    Posted 28 days ago

    Recently went to AM 9.5 and trying to move to openjdk-11.0.22.0.7 but seeing AwE-5103 network socket error Network socket error javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure and AwE-5103 network socket error Network socket error
    javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure errors.

    Do I need a new key?

    Also wondering which ojdbc others are using.  The documentation only references ojdbc6?

    Thanks.



  • 2.  RE: Application Manager 9.5 JDK and ojdbc question

    Posted 27 days ago

    Yes, you should re-create your user_keystore with the java 11 keytool.  I use a command like this:  keytool -keyalg RSA -keystore user_keystore -genkey -validity 1095 -alias automic

    You should also be using ojdbc8.jar from your current oracle install.  Remember to delete old ojdbc6 or ojdbc7 versions in $AW_HOME/ojdbc and $AW_HOME/web/classess directories.




  • 3.  RE: Application Manager 9.5 JDK and ojdbc question

    Posted 27 days ago
    Thanks Gary. Do I need to rerun the install? I recall the ojdbc path gets identified and is included in the client.zip file.


    James Mitchell

    Database Administrator



    Division of Technology and Advanced Solutions



    University Computer Center UC1640, Mail Stop 202

    2801 W. Bancroft St.
    Toledo, Ohio 43606-3390

    419.530.3667

    James.Mitchell@utoledo.edu<mailto:james.mitchell@utoledo.edu>




  • 4.  RE: Application Manager 9.5 JDK and ojdbc question

    Posted 27 days ago
    No, you can move it manually.


    Gary Fitzgerald * Technical Consultant * Ellucian * Cape Canaveral, FL

    +1.321.961.3883 * gary.fitzgerald@ellucian.com<mailto:gary.fitzgerald@ellucian.com> * www.ellucian.com<http: www.ellucian.com/="">

    CONFIDENTIALITY: This email (including any attachments) may contain confidential, proprietary and privileged information, and unauthorized disclosure or use is prohibited. If your eceived this email in error, please notify the sender and delete this email from your system. Thank you.






  • 5.  RE: Application Manager 9.5 JDK and ojdbc question

    Posted 26 days ago

    No need to re-run the install.  Copy $ORACLE_HOME/jdbc/lib/ojdbc8.jar to $AW_HOME/web/classes and $AW_HOME/web/ojdbc.  Remove any older ojdbc jar files in those directories.  Restart background processes.