Open JDK compatibility

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • thimmaiah1
    Member
    • Jun 2024
    • 7

    Open JDK compatibility

    Hi Members,

    I needed an information regarding the compatibility matrix for using open JDK.

    AAEP - 7.2.3
    OD - 8.0.1
    java - OpenlogicopenJDK 8

    tomcat -8.5.99

    I have been facing issue while deploying the application having the above dependencies.
    1. tomcat is downloaded from the archives as v8 is obsolete.
    2. JDK is open source one

    The application is deployed in tomcat, tomcat homepage is accessible but in the application lists the application (test.war) is in stop state by default. when I am trying to start the application it gives failed to load application.
    Message:
    FAIL - Application at context path [/TcsDgftIvr_v5] could not be started
    FAIL - Encountered exception [org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/TcsDgftIvr_v5]]]

    Kindly let me know if there is any common solution to this.
  • tuan1
    Hot Shot
    .
    • Jul 2016
    • 19

    #2
    Where do you have this test.war application?
    If it is developed in AAOD environment, then please make sure it can be running/loading in AAOD environment without any error before exporting them for external Tomcat server.
    Also, please use the same line-up for AAEP and AAOD for better solution.

    Comment

    • thimmaiah1
      Member
      • Jun 2024
      • 7

      #3
      its running in OD without any issues (apart from database and webservice dependencies which are in server and not in local machine)

      Comment

      • tuan1
        Hot Shot
        .
        • Jul 2016
        • 19

        #4
        If you are using the JDK on the OD environment system without any issue, then you can use the same server on the External Tomcat environment.
        You can find the Software Prerequisites (Supported Versions) on the given attachment that I have shared here for your reference.
        Attached Files

        Comment

        Loading