herd icon indicating copy to clipboard operation
herd copied to clipboard

CloudFormation CREATE_FAILED herdServerWaitCondition

Open RyanRockey opened this issue 7 years ago • 2 comments

I have tried to launch the demo stack several times using different versions.

14:35:30 UTC-0400 | CREATE_FAILED | AWS::CloudFormation::Stack | herd-test001 | The following resource(s) failed to create: [herdServerWaitCondition]. -- | -- | -- | -- | --

Looking at the EC2 Logs it seems to fail attempting to retrieve https://raw.githubusercontent.com/FINRAOS/herd/v0.48.0/herd-build/herd-scripts/herd-scripts-sql/src/main/resources/herd.postgres.0.1.0.create.sql where it encounters a 404 error.

Is this similar to issue #303?

Thanks for your help.

RyanRockey avatar Jul 17 '17 20:07 RyanRockey

Here is a work-around 1. Download and unzip https://github.com/FINRAOS/herd/archive/master.zip 2. Upload ./herd-master/herd-build/herd-scripts/herd-scripts-sql/src/main/resources to a web-accessible S3 bucket 3. Modify 'herd.localdb.template' Search raw.githubusercontent.com/FINRAOS/herd/v0.48.0/herd-build/herd-scripts/herd-scripts-sql/src/main/resources Replace with your bucket name and prefix 4. Run cloud formation with modified template

froghollow avatar Aug 09 '17 17:08 froghollow

I applied the work-around suggested in the above post. But still landing into the same issue. I am using version 0.49.0. Any solutions please?

chakrib avatar Aug 13 '17 22:08 chakrib