Member since
11-09-2017
69
Posts
17
Kudos Received
13
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1204 | 04-05-2019 08:50 AM | |
976 | 04-04-2019 05:17 PM | |
1625 | 04-04-2019 05:08 PM | |
1453 | 09-11-2018 09:12 AM | |
2279 | 06-27-2018 03:11 PM |
12-06-2018
10:10 AM
3 Kudos
The latest Docker version available form official Centos and RedHat repository has an issue preventing to exec the container. Issue when starting Cloudbreak is the following: Starting Cloudbreak generating docker-compose.yml generating uaa.yml Initialize and migrate databases Creating cbreak_commondb_1 ... Creating cbreak_commondb_1 ... done [ERROR] The database hasn't started within 30 seconds. Docker version: docker-1.13.1-84.git07f3374.el7.centos.x86_64 There are the following solutions, you can choose either: Downgrade to an older version: yum downgrade docker-1.13.1-75.git8633870.el7.centos.x86_64 docker-client-1.13.1-75.git8633870.el7.centos.x86_64 docker-common-1.13.1-75.git8633870.el7.centos.x86_64 Upgrade to a newer version, using Docker repository: https://docs.docker.com/install/linux/docker-ce/centos/#set-up-the-repository After choosing either option docker restart should work.
... View more
Labels:
07-04-2018
03:49 PM
1 Kudo
@mmolnar This is great feedback. I've updated the article to include a link for downloading the files. Thank you!
... View more
03-30-2019
07:33 PM
I am also facing the same issue for accessing ambari ui. Getting error as The website’s security certificate is not secure. Error Code: 0. I have used cloudbreak 2.9 for creating this cluster. Thanks in advance!
... View more
02-23-2018
09:06 AM
1 Kudo
Hi @Shekhar Bansal
Cloudbreak 2.4 is available now:
https://docs.hortonworks.com/HDPDocuments/Cloudbreak/Cloudbreak-2.4.0/content/index.html You can use cbd update to update to the new version
... View more