Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using deploynodeapp with -i throws error but successfully uploads the API. #4

Closed
kanaskik opened this issue Oct 28, 2014 · 0 comments
Closed

Comments

@kanaskik
Copy link

$ apigeetool ... deploynodeapp -V -d . -e test -n mongo-nodejs1 -o merck -m api-mongo.js -b /v1/mongodb -i

API mongo-nodejs1 does not exist. Going to create revision 1
Creating revision 1 of API mongo-nodejs1
Uploading resource README.txt
Uploading resource api-mongo.js
Uploading resource node_modules.zip
Uploading resource package.json
Creating the target endpoint
Creating the proxy endpoint
Not deploying the proxy right now

TypeError: Cannot read property 'aPIProxy' of undefined
at Object.module.exports.parseDeploymentResult (/usr/local/lib/node_modules/apigeetool/lib/commands/parsedeployments.js:42:9)
at /usr/local/lib/node_modules/apigeetool/lib/commands/deploynodeapp.js:120:43
at /usr/local/lib/node_modules/apigeetool/node_modules/async/lib/async.js:254:17
at /usr/local/lib/node_modules/apigeetool/node_modules/async/lib/async.js:157:25
at /usr/local/lib/node_modules/apigeetool/node_modules/async/lib/async.js:251:21
at /usr/local/lib/node_modules/apigeetool/node_modules/async/lib/async.js:615:34
at deployProxy (/usr/local/lib/node_modules/apigeetool/lib/commands/deploynodeapp.js:449:5)
at async.series.deployResult (/usr/local/lib/node_modules/apigeetool/lib/commands/deploynodeapp.js:108:7)
at /usr/local/lib/node_modules/apigeetool/node_modules/async/lib/async.js:610:21
at /usr/local/lib/node_modules/apigeetool/node_modules/async/lib/async.js:249:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants