Fork me on GitHub
#datomic
<
2019-04-26
>
souenzzo16:04:01

I tryied to delete my stack, as described here https://docs.datomic.com/cloud/operation/upgrading.html#first-upgrade Then I got a permission error Now I'm "admin of aws" (once is undocumented which permissions I need) Tryied again to delete: DELETE_FAILED

Stack status reason
The following resource(s) failed to delete: [StorageF7F305E7]. 

souenzzo17:04:05

I tryied again now my my-stack has now been deleted, but my-stack-Compute-XYZ still DELETE_FAILED Should I delete it? When I try to delete it, it ask-me if I want to delete 10+ things

bbss17:04:02

I am running into problems with deployment of an ion app on my solo installation, and I am not really sure where to find what's wrong. The step ValidateService keeps timing out and all the log says is a bunch of [stdout]Received 000. The rollback also seems to fail.

jaret17:04:49

Hi @U09MR0T5Y if you’re failing on ValidateService that is symptomatic of a timeout in loading your deps or your app that step. I’d be curious what changed between deployments that worked and this one? FYI Ion monitoring docs: https://docs.datomic.com/cloud/ions/ions-monitoring.html#local-workflow Ion troubleshooting docs with known errors: https://docs.datomic.com/cloud/troubleshooting.html#troubleshooting-ions

jaret17:04:01

You’ll want to check your Cloudwatch logs and system logs for alerts. If anything was syntactically wrong you may see a syntax error in the system logs.

bbss17:04:10

Thanks @U1QJACBUM for the quick response. I figured it out already, had an error in my code that didn't pop up when running it locally.

jaret17:04:26

Ah cool! Usually that will error in the system logs too.

jaret17:04:30

so you can see the syntax error.

bbss17:04:55

it wasn't a syntax error I think, but I still hadn't found the root error. I'll dig around some more to get familiar.

bbss17:04:12

in googling my error I found a clojurians log that had you give a nearly identical answer by the way 🙂

jaret17:04:41

lol I copied it over 😉

bbss17:04:24

so far I'm pretty happy to work with datomic ions, it was quite some work to get aws with cognito working with a clojurescript-spa+cloudfront+custom domain. But I'm almost there with all the authentication and configuring.

bbss17:04:58

And once that is set-up I'll have an awesome dev set-up with a local running version to dev against, and minimal steps to deploy front-end and back-end 🙂

bbss18:04:50

I found the logs for the specific lambdas on CloudWatch very helpful.

bbss18:04:13

Now everything came together nicely: my oauth hosted-ui authorization flow is working and my cljs front-end is getting authorized data from datomic. I'm happy! Thanks again 🙂