Upgrade - Permission Denied

  1. 13 years ago

    I am trying to perform an upgrade, i get the following

    (yes, i do have a valid license i renewed)

    [root@ip-x fop2n]# make
    /bin/sh: line 2: server/fop2_server: Permission denied

    Upgrade Aborted. License reactivation failed.

    Be sure you have internet access from this server,
    and that your code is not older than a year.

    If your license has expired, you must renew it in order to upgrade,
    but you can still use your current FOP2 version for as long as you want.

    If you already bought an upgrade code please run the following command:

    server/fop2_server --upgrade

    If the upgrade is successful run make again to retry the installation.

    Contact us at <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --> for more information.
    Done!
    [root@ip-x fop2n]# make
    /bin/sh: line 2: server/fop2_server: Permission denied

    Upgrade Aborted. License reactivation failed.

    Be sure you have internet access from this server,
    and that your code is not older than a year.

    If your license has expired, you must renew it in order to upgrade,
    but you can still use your current FOP2 version for as long as you want.

    If you already bought an upgrade code please run the following command:

    server/fop2_server --upgrade

    If the upgrade is successful run make again to retry the installation.

    Contact us at <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --> for more information.
    Done!
    [root@ip-x fop2n]# server /fop2_server
    -bash: server: command not found

  2. admin

    18 Nov 2011 Administrator

    try

    chmod a+x server/fop2_server

    and try to run it again..

  3. Tried, did not work...

    Upgrade Aborted. License reactivation failed.

    Be sure you have internet access from this server,
    and that your code is not older than a year.

    If your license has expired, you must renew it in order to upgrade,
    but you can still use your current FOP2 version for as long as you want.

    If you already bought an upgrade code please run the following command:

    server/fop2_server --upgrade

    If the upgrade is successful run make again to retry the installation.

    Contact us at <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --> for more information.
    Done!
    [root@ip-x fop2n]# server/fop2_server --upgrade
    -bash: server/fop2_server: cannot execute binary file
    [root@ip-x fop2n]#

  4. admin

    26 Nov 2011 Administrator

    Hi,

    You might have an incorrect binary for your platform (32/64 bits), you also in one point called the binary incorrectly using a space, and the permission denied marks that you do not have permissions on the file. It seems the file was extracted perhaps outside the server and copied over, or something similar. My recommendations:

    1. download and extract on the same server
    2. download the correct version for your distro, centos/debian and 32/64 bits
    3. verify the fop2_server binary before running "make" with the command "server/fop2_server -v"

    Best regards,

or Sign Up to reply!