You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by "Geoff Macartney (JIRA)" <ji...@apache.org> on 2016/07/01 08:41:11 UTC

[jira] [Created] (BROOKLYN-311) Problems with RiakCluster on Centos 7

Geoff Macartney created BROOKLYN-311:
----------------------------------------

             Summary: Problems with RiakCluster on Centos 7
                 Key: BROOKLYN-311
                 URL: https://issues.apache.org/jira/browse/BROOKLYN-311
             Project: Brooklyn
          Issue Type: Bug
            Reporter: Geoff Macartney
            Priority: Minor


I tried to get a RiakCluster entity going on a Centos 7 Docker image based on centos:7 and ran into problems.  

The immediate cause of failure was in the launch stage
{code}
d4HlHNpa   ssh: launching RiakNodeImpl{id=t02d2i...   Mon Jun 20 04:53:30 CDT 2016   Failed      env,stderr,stdin,stdout 
...
$ br app riak-on-swarm-master ent t02d2ihg3z activity d4HlHNpa stderr
sh: service: command not found
{code}

I worked around that manually by installing 'initscripts' in order to get the service command, but Riak still failed to start, with a less immediately obvious error:

{code}
# service riak start
Failed to get D-Bus connection: Operation not permitted
Failed to get D-Bus connection: Operation not permitted
Starting riak (via systemctl):  Failed to get D-Bus connection: Operation not permitted
                                                           [FAILED]
{code}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)