Skip to main content

I know there are other posts on this, but none of the fixes have worked for me. I have no applications deployed, so I don't have any vCores in use. I have only one production environment setup, no sandboxes. I've tried deploying using 0.1 vCores also. No luck. I've tried deleting my environments and starting from scratch. No luck. I have no idea what to try next. Any advice (hopefully different from everything I've read here) would be appreciated.

4 answers
  1. Jul 15, 2017, 1:11 AM

    I figured out what my issue was, and just maybe, I can help out some others that haven't been able to get past this. It turned out to have nothing to do with the environment, but an error in my package. Now locally I had no errors and was able to deploy it without issue. After trying for the 10th time to deploy it to the cloud, I happened to look at the error log and saw that it wasn't able to find my american-dev.properties file. The file was surely there, however, in my mule-app.properties file, it was set as env=DEV. So apparently on the cloud, it was looking for american-DEV.properties. Once I updated my variable to env=dev, I was able to deploy successfully. Give it a look if you've tried everything else!

0/9000