DSpace Handle Server: java.lang.Exception: Incorrect passphrase

DSpace Handle Server: java.lang.Exception: Incorrect passphrase

After issuing ‘./bin/start-handle-server’ there is no error displayed but handle server is not running.

The /dspace/log/handle-server.log shows:

And in /handle-server/error.log:

SSH and navigate to your dspace lib directory.

Navigate to your /lib directory and use the java key util as below (be sure to substitute paths for your privkey to your own):

It starts an interactive session in which you will be asked for your password (the one you set handle configuration) and then give the option of ‘Save private key without encryption’

Check that you handle server is now running as well as logs.

DSpace: Display Number of Items in Community

To display the number of submissions for each Community, change value of “webui.strengths.show” from “false” to “true” in dspace.cfg as show below:

Note: By default, an index count will be performed in real time when pages are loaded. If you wish to prevent this, uncomment “webui.strengths.cache = true” and set the value to “false”