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

    cir-23 generates error messages in pc_server log

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

    Description:
    When we submit cir-23, we see the following error messages in the pc_server log:

    SERVICE : C0172
    MODULE : Common Services
    DESCRIPTION: Submit Job to Queue
    ACTION :
    PROGRAM : pc_com_c0172

    /tmp/east/utf_files/ealeph/aleph/a18_1/aleph/pc_b_eng/p-cir-23.xml:137: error: x
    mlParseStartTag: invalid element name
    <!/hidden>
    ^
    /tmp/east/utf_files/ealeph/aleph/a18_1/aleph/pc_b_eng/p-cir-23.xml:162: error: x
    mlParseStartTag: invalid element name
    <!/hidden>
    ^
    /tmp/east/utf_files/ealeph/aleph/a18_1/aleph/pc_b_eng/p-cir-23.xml:163: error: O
    pening and ending tag mismatch: hidden and checkbox
    </checkbox>
    ^
    /tmp/east/utf_files/ealeph/aleph/a18_1/aleph/pc_b_eng/p-cir-23.xml:164: error: O
    pening and ending tag mismatch: hidden and control

    </control>
    ^
    /tmp/east/utf_files/ealeph/aleph/a18_1/aleph/pc_b_eng/p-cir-23.xml:165: error: O
    pening and ending tag mismatch: checkbox and dialog
    </dialog>
    ^
    /tmp/east/utf_files/ealeph/aleph/a18_1/aleph/pc_b_eng/p-cir-23.xml:187: error: P
    remature end of data in tag <control>
    <checkbox>

    ^
    /tmp/east/utf_files/ealeph/aleph/a18_1/aleph/pc_b_eng/p-cir-23.xml:187: error: P
    remature end of data in tag ). F20 -->

    ^
    aleph_dom: Error loading /tmp/east/utf_files/ealeph/aleph/a18_1/aleph/pc_b_eng/p
    -cir-23.xml

    aleph_dom: Error loading /tmp/east/utf_files/ealeph/aleph/a18_1/aleph/pc_b_eng/p
    -cir-23.xml
    Info: Empty table /tmp/east/utf_files/ealeph/aleph/u18_1/alephe/error_eng/pc_mes
    sages
    Load: /tmp/east/utf_files/ealeph/aleph/a18_1/aleph/error_eng/pc_messages
    ELAPSED-TIME: C0172 09:14:31 0.1302
    2008-10-28 09:14:31 22 [000] [log] Wrote 402 bytes

    Resolution:
    Corrected by rep_change's:

    V18 -> 2206
    V19 -> 771
    V20 -> 2386


    [Old Answer:]

    The above messages occur because of the following errors in ./pc_b_eng/p-cir-23.xml:

    <checkbox>
    <label>Override</label>
    <source>explicit</source>
    <citem>
    <value>Y</value>
    <display>Debts</display>
    <argname>F14</argname>
    </citem>
    <hidden>
    <value>Y</value>
    <display>Loans</display>
    <argname>F15</argname>
    <!/hidden> <---- Error
    <citem>
    <value>Y</value>
    <display>Hold Requests</display>
    <argname>F16</argname>
    </citem>
    <citem>
    <value>Y</value>
    <display>Booking Requests</display>
    <argname>F17</argname>
    </citem>
    <citem>
    <value>Y</value>
    <display>Routing Leader Status</display>
    <argname>F18</argname>
    </citem>
    <citem>
    <value>Y</value>
    <display>Title Requests</display>
    <argname>F19</argname>
    </citem>
    <hidden>
    <value>Y</value>
    <display>ILL Requests</display>
    <argname>F20</argname>
    <!/hidden> <---- Error
    </checkbox>

    **In each case the “<!/hidden>” should be “</hidden>”. **

    There should be a fix created soon with these corrections to p-cir-23.xml.


    • Article last edited: 10/8/2013