Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Getting following error when I tried to run maven script given in example "No config tokens found for Environment test, for proxy file name default.xml"

Not applicable

I am trying to deploy forecastrss-recommended proxy given in sample code, using maven script but I am getting error mentioned in question title. I just cloned GitHub repo and tried to run Maven script available in code.

https://github.com/apigee/apigee-deploy-maven-plugin/tree/master/samples/forecastweatherapi-recommen...

https://github.com/apigee/apigee-deploy-maven-plugin/tree/master/samples

Solved Solved
0 9 722
1 ACCEPTED SOLUTION

Not applicable

First thing I would do is go to jslint.com and validate your config.json file. Alternatively, you can use the sample below as a replacement and see if deployment succeeds (or fails with a different error - it may if you have dependent values being manipulated in the config process).

{
    "configurations": [{
        "name": "test",
        "policies": [],
        "proxies": [],
        "targets": []
    }]
}

This is a single profile, empty version of config.json.

View solution in original post

9 REPLIES 9