Cryptshare service is not starting on Linux server

Cryptshare service is not starting on Linux server

Applies to:

Cryptshare Server version 4.0.0.0 to 4.1.3.0

Symptom:

The Cryptshare Service doesn't start after updating Cryptshare Server from version 4.0.0.0 to 4.1.x.x .

Cause:

The upgrade process cannot adjust the custom configuration during the update process.

Solution:

Additionally install the latest Cryptshare version and copy system files from the existing installation to the new installation directory.

1. stop Cryptshare server

systemctl stop cryptshare

2. rename the existing installation (e.g. cryptshare_old) to cryptshare_bak and move it to folder /opt

mv cryptshare_old /opt/cryptshare_bak

3. install the latest Cryptshare version

Installing Cryptshare on Linux Server

4. stop the Cryptshare service

systemctl stop cryptshare

5. copy data from /opt/cryptshare_bak folder into the new installation directory

cp /opt/cryptshare_bak/cs_license.txt /opt/cryptshare/
cp /opt/cryptshare_bak/lib/security/keystore /opt/cryptshare/lib/security/keystore
cp -r /opt/cryptshare_bak/resources/ui /opt/cryptshare/resources/
cp -r /opt/cryptshare_bak/orientDB/databases/cryptshare /opt/cryptshare/orientDB/databases/

6. start the Cryptshare service

systemctl start cryptshare

7. open Cryptshare Administration Interface in your web browser and perform the post update process

28082204.png28082205.png


    • Related Articles

    • Restart the Cryptshare service during update process

      Applies To All versions of the Cryptshare Server Problem During the Cryptshare update it is unclear whether the update process is still running. Cause This can happen if the database is large and the update process makes changes to the database after ...
    • Updating Cryptshare manually

      Applies to: Cryptshare Server from version 4.2.x Purpose: This is an example of the possibilities for updating Cryptshare manually. Note that manual updates should only be done if a regular update is not possible! Please make sure you have a working ...
    • Cryptshare doesn't start after rollback to previous version

      Applies to: All versions of Cryptshare Server Symptom: After rolling back to a previous version the Cryptshare Server is not available. Cause: The Java installation folder has not been restored. Solution: There are three approaches to restore Java: ...
    • Error codes in Cryptshare for Notes

      Cryptshare for Notes Error Codes The following table lists the error codes and generic message texts that are returned by the Cryptshare Server or the Crpytshare for Notes application. 10 The requesting product is not licensed: xyz The Cryptshare ...
    • The Cryptshare Server becomes unresponsive under high load.

      Applies to: All versions of Cryptshare Server Symptom: The Cryptshare Server responds slowly when it is used by a large amount of users at a time. Cause: The Cryptshare Server tries to respond to all requests but cannot answer the requests faster ...