Problem with fop2_server from CLI

  1. 9 years ago

    I have some strange situation now. Using FOP2 version 2.29.03 with basic license. It's working OK, but for some reason I can't interact with FOP2 from CLI.

    /usr/local/fop2/fop2_server --test
    /usr/local/fop2/fop2_server --upgrade
    doing nothing, just freezing until Ctrl+C.

    Tried make "service fop2 stop", then /usr/local/fop2/fop2_server --test, same nothing happen

    I bought plugin module but can't make upgrade and I can't uderstand reason why it's happen.

  2. admin

    28 Oct 2015 Administrator

    Maybe your /tmp directory is marked with noexec, bits in that case you will need to export a special variable in the shell, try this:

    rm -rf /tmp/par-root export PAR_GLOBAL_TMPDIR=/usr/local/fop2/temp cd /usr/local/fop2 ./fop2_server --test

    If that works, you can then try with --register, --revoke, etc, on the same terminal session.

  3. My FOP2 alreay worked with FOP2 local temp dri instead of system /tmp.

    Bu I solve problem installing 2.30.01 (final) over 2.29.03.

or Sign Up to reply!