Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Catalina error on aleph startup /catalina.sh: line 399: ../thirdparty/tomcat/logs/jboss.pid: No such file or directory

    • Article Type: General
    • Product: Aleph
    • Product Version: 22

    Problem Symptoms:
    When restarting Web services (util w/3/9), the following error is received:

    /exlibris/aleph/a22_2/ng/aleph/home/system/thirdparty/tomcat/bin/catalina.sh: line 399: ../thirdparty/tomcat/logs/jboss.pid: No such file or directory

    And indeed, file catalina.pid is missing in ./tomcat/logs.

    Cause:
    Variable $CATALINA_PID not set

    Resolution:
    The variable $CATALINA_PID variable needs to be set in $alephe_root/aleph_start

    Please check, whether the variable is set correctly.

    Example

    $alephe_root/aleph_start:
    setenv CATALINA_PID $aleph_dev/ng/aleph/home/system/thirdparty/tomcat/logs/catalina.pid

    After this change activate it by
    1. source $alephe_root/aleph_start
    2. Restart of util w/3/9. WEB Services Server

    The error suggests, that the system is still checking for jboss.pid:

    ../thirdparty/tomcat/logs/jboss.pid ...

    Additional Information

    The change was introduced with rep_ver #19363 Description: Added the environment variable CATALINA_PID for the use of the jboss_shutdown.sh and jboss_startup.sh scripts.

    Category: Installation & Upgrades (500) - ALEPH

    Subject: Upgrade - ALEPH


    • Article last edited: 8/29/2014