felixlu / jap

Automatically exported from code.google.com/p/jap
0 stars 0 forks source link

JAP deploying on nodejitsu failed #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
logs here:
prompt: Is this ok?:  (yes) yes
yes
info:    Analyzing application dependencies in node server.js
info:    Checking app availability JAP_REMOTE_WS_NODE_NODEJITSU
info:    Creating app JAP_REMOTE_WS_NODE_NODEJITSU
info:    Creating snapshot 2.0.0
info     Uploading: [=============================] 100%
info:    Updating app JAP_REMOTE_WS_NODE_NODEJITSU
info:    Activating snapshot 2.0.0 for JAP_REMOTE_WS_NODE_NODEJITSU
info:    Starting app JAP_REMOTE_WS_NODE_NODEJITSU
error:   Error running command deploy
error:   Nodejitsu Error (400): Bad Request
warn:    Error returned from Nodejitsu
error:   Error: No active subscriptions available.
error:       at Object.module.exports.billing.findAvailable (/root/nodejitsu/lib
/nodejitsu/billing/billing.js:296:23)
error:       at fn (/root/nodejitsu/lib/nodejitsu/billing/billing.js:200:24)
error:       at Resource._request (/root/nodejitsu/node_modules/resourceful/lib/
resourceful/resource.js:184:13)
error:       at loop (/root/nodejitsu/node_modules/resourceful/lib/resourceful/r
esource.js:90:9)
error:       at /root/nodejitsu/node_modules/resourceful/lib/resourceful/resourc
e.js:78:20
error:       at exports.resource.app.resources.User.app.define.after.method (/ro
ot/nodejitsu/node_modules/flatiron-http-users/lib/http-users/user/core.js:82:9)
error:       at loop (/root/nodejitsu/node_modules/resourceful/lib/resourceful/r
esource.js:76:9)
error:       at Function.Resource.runAfterHooks (/root/nodejitsu/node_modules/re
sourceful/lib/resourceful/resource.js:92:7)
error:       at Resource._request (/root/nodejitsu/node_modules/resourceful/lib/
resourceful/resource.js:179:14)
error:       at Object.Couchdb.get [as callback] (/root/nodejitsu/node_modules/r
esourceful/lib/resourceful/engines/couchdb/index.js:61:9)
help:    For help with this error contact Nodejitsu Support:
help:      webchat: <http://webchat.nodejitsu.com/>
help:          irc: <irc://chat.freenode.net/#nodejitsu>
help:        email: <support@nodejitsu.com>
help:
help:      Copy and paste this output to a gist (http://gist.github.com/)
info:    Nodejitsu not ok

Original issue reported on code.google.com by gogspiri...@gmail.com on 28 May 2013 at 7:13

GoogleCodeExporter commented 8 years ago
.....
error:   Error: No active subscriptions available.
error:       at Object.module.exports.billing.findAvailable (/root/nodejitsu/lib
/nodejitsu/billing/billing.js:296:23)
.....

seems credit card is needed to deploy on this paas, so it's not free.

Original comment by gogspiri...@gmail.com on 28 May 2013 at 7:16

GoogleCodeExporter commented 8 years ago
NODEJITSU is free for 30 days: https://www.nodejitsu.com/paas/pricing/
You can only deploy 1 application.

Original comment by jeroen.v...@gmail.com on 29 May 2013 at 5:55