on 2022 Aug 18 2:10 PM
Hello experts,
I was hoping someone would know how to resolve this error. I am getting it when I"m trying to deploy my CAP project.
I can't see anything in the cf logs or in the instance logs. But it fails to deploy.
I've tried deleting all services and updating my package dependencies without any help.When I download the logs from CF, I can't even see the error.
Request clarification before answering.
Figured it out today. It's was what we in Danish call an error 40. I had forgot an m when setting the size of memory for one of the services. Wished it would have been caught in some sort of validation though.
Erroneous entry below. Should have been memory: 256m
parameters:
disk-quota: 2048M
Keep-existing-routes: true
memory: 256
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you have a Web IDE at hand? According to YAML Validation it does "YAML files, such as MTA descriptors (mta.yaml), are automatically validated as you edit.". But I guess it's only about correct spaces and not about the content.
I think https://github.com/SAP/cloud-mta should allow validation. Unfortunately no example for the cli usage for validation is given.
User | Count |
---|---|
52 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.