[
https://issues.apache.org/jira/browse/CLOUDSTACK-9467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15434382#comment-15434382
]
ASF subversion and git services commented on CLOUDSTACK-9467:
-------------------------------------------------------------
Commit 8cd44b1684b41884f10f350318dc8130eb5b5f75 in cloudstack's branch
refs/heads/4.9 from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=8cd44b1 ]
CLOUDSTACK-9467: Add symlink to key file for usage server
On fresh installation, the usage server fails to start if the `key` file does
not exist in its classpath. The issue is reproducible in environments where
the usage server is installed before cloudstack-setup-databases has been called.
Before the cloudstack db has been setup, the key file does not exist at its
default location and installation of usage-server fails to add a symlink to the
key file.
This fix adds a default symlink to `/etc/cloudstack/management/key` if a
symlink/file does not already exist in the /etc/cloudstack/usage directory.
On new installation, in the post-installation steps it checks if the symlink
or file exists, and adds a symlink if it does not exist. On existing
installations, if symlink or file exists then it will skip adding symlink.
Signed-off-by: Rohit Yadav <[email protected]>
> Fresh installation of cloudstack-usage server fails
> ---------------------------------------------------
>
> Key: CLOUDSTACK-9467
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9467
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Rohit Yadav
> Assignee: Rohit Yadav
> Priority: Blocker
> Fix For: 4.10.0, 4.9.1, 4.8.2
>
>
> On fresh installation of cloudstack, the key file is not symlinked to the
> /etc/cloudstack/management/key file causing the usage server to fail to start:
> Caused by: com.cloud.utils.exception.CloudRuntimeException: key File
> containing secret key not found in the classpath:
> at
> com.cloud.utils.crypt.EncryptionSecretKeyChecker.check(EncryptionSecretKeyChecker.java:83)
> at com.cloud.utils.db.DbProperties.getDbProperties(DbProperties.java:80)
> at
> com.cloud.utils.db.TransactionLegacy.<clinit>(TransactionLegacy.java:999)
> The fix is to add a symlink.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)