Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 46474200B52 for ; Mon, 25 Jul 2016 10:51:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 44C87160A78; Mon, 25 Jul 2016 08:51:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8CC49160A8F for ; Mon, 25 Jul 2016 10:51:03 +0200 (CEST) Received: (qmail 55148 invoked by uid 500); 25 Jul 2016 08:51:02 -0000 Mailing-List: contact commits-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list commits@brooklyn.apache.org Received: (qmail 55108 invoked by uid 99); 25 Jul 2016 08:51:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jul 2016 08:51:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 87C4EE00A7; Mon, 25 Jul 2016 08:51:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: svet@apache.org To: commits@brooklyn.apache.org Date: Mon, 25 Jul 2016 08:51:02 -0000 Message-Id: <6badb773cccb4f1bad463e6f92335ed4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] brooklyn-docs git commit: Add details about using wrong date archived-at: Mon, 25 Jul 2016 08:51:04 -0000 Repository: brooklyn-docs Updated Branches: refs/heads/master adcc10826 -> f128794ee Add details about using wrong date - Add details about X-Amz-Date header Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/044f2a83 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/044f2a83 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/044f2a83 Branch: refs/heads/master Commit: 044f2a8305cf4507b38596193f6e6c711d4253cb Parents: 218ec13 Author: Valentin Aitken Authored: Tue Jul 12 17:55:57 2016 +0300 Committer: Valentin Aitken Committed: Tue Jul 12 18:40:42 2016 +0300 ---------------------------------------------------------------------- guide/ops/gui/running.md | 3 +++ guide/ops/troubleshooting/deployment.md | 5 +++++ guide/start/running.md | 2 ++ 3 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/044f2a83/guide/ops/gui/running.md ---------------------------------------------------------------------- diff --git a/guide/ops/gui/running.md b/guide/ops/gui/running.md index ef8edca..f73ffb2 100644 --- a/guide/ops/gui/running.md +++ b/guide/ops/gui/running.md @@ -38,6 +38,9 @@ INFO Starting brooklyn web-console on loopback interface because no security co INFO Started Brooklyn console at http://127.0.0.1:8081/, running classpath://brooklyn.war +_Notice! Before launching Apache Brooklyn, please check the `date` on the local machine. +Even several minutes before or after the actual time could cause problems._ + ## Connect with Browser Next, open the web console on [http://127.0.0.1:8081](http://127.0.0.1:8081). http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/044f2a83/guide/ops/troubleshooting/deployment.md ---------------------------------------------------------------------- diff --git a/guide/ops/troubleshooting/deployment.md b/guide/ops/troubleshooting/deployment.md index 38b6c5e..3d153bf 100644 --- a/guide/ops/troubleshooting/deployment.md +++ b/guide/ops/troubleshooting/deployment.md @@ -30,6 +30,11 @@ means there was some problem obtaining or connecting to the machine. An error like `... Not authorized to access cloud ...` usually means the wrong identity/credential was used. +AWS requires a X-Amz-Date header which contains the date of the Apache Brooklyn AWS client. +If the date on the server is wrong, for example several minutes behind you will get Authorization Exception. +Please be sure that the machine which is running Apache Brooklyn set its clock correctly. +To set the time on Linux we advice to use the ntp client: `sudo ntpdate pool.ntp.org`. + An error like `Unable to match required VM template constraints` means that a matching image (e.g. AMI in AWS terminology) could not be found. This could be because an incorrect explicit image id was supplied, or because the match-criteria could not be satisfied using the given images available in the given cloud. The first time this error is http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/044f2a83/guide/start/running.md ---------------------------------------------------------------------- diff --git a/guide/start/running.md b/guide/start/running.md index b895a84..d64177d 100644 --- a/guide/start/running.md +++ b/guide/start/running.md @@ -220,6 +220,8 @@ You can now start Apache Brooklyn by running `c:\Program Files\brooklyn\bin\broo The application should then output its log into the console and also `c:\Program Files\brooklyn\apache-brooklyn.debug.log` and `c:\Program Files\brooklyn\apache-brooklyn.info.log` +_Notice! Before launching Apache Brooklyn, please check the `date` on the local machine. +Even several minutes before or after the actual time could cause problems._ ---