Advertisement
Guest User

jitsu error

a guest
Oct 14th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. debug: { method: 'GET',
  2. debug: uri: 'https://api.nodejitsu.com/apps/lovasoa/Whitebophir',
  3. debug: headers:
  4. debug: { Authorization: '*****************************************************************',
  5. debug: 'Content-Type': 'application/json' },
  6. debug: timeout: 240000,
  7. debug: rejectUnauthorized: false }
  8. debug: { statusCode: 200,
  9. debug: result:
  10. debug: { app:
  11. debug: { _id: 'lovasoa/Whitebophir',
  12. debug: name: 'Whitebophir',
  13. debug: scripts: { start: 'node ./server/server.js' },
  14. debug: user: 'lovasoa',
  15. debug: subdomain: 'wbo',
  16. debug: snapshots: [],
  17. debug: env: { SUBDOMAIN: 'wbo', NODE_ENV: 'production' },
  18. debug: domains: [],
  19. debug: databases: {},
  20. debug: config:
  21. debug: { cloud:
  22. debug: [ { datacenter: 'us-east-1',
  23. debug: provider: 'joyent',
  24. debug: drones: 1,
  25. debug: ram: 256 } ] },
  26. debug: maxDrones: 1,
  27. debug: drones: 0,
  28. debug: ctime: 1381784605285,
  29. debug: mtime: 1381784605285,
  30. debug: resource: 'App',
  31. debug: _rev: '1-403eebb01f1f5b2d04a9b6a270caf77c',
  32. debug: version: '0.1.0',
  33. debug: dependencies:
  34. debug: { 'node-static': '0.7.x',
  35. debug: 'socket.io': '0.9.x' },
  36. debug: main: './server/server.js',
  37. debug: description: 'Online collaborative whiteboard',
  38. debug: engines: { node: '0.10.x' },
  39. debug: id: 'Whitebophir' } } }
  40. info: Creating snapshot 0.1.0-1
  41. debug: { method: 'POST',
  42. debug: uri: 'https://api.nodejitsu.com/apps/lovasoa/Whitebophir/snapshots/0.1.0-1',
  43. debug: headers:
  44. debug: { Authorization: '*****************************************************************',
  45. debug: 'Content-Type': 'application/octet-stream',
  46. debug: 'Content-Length': 29119 },
  47. debug: timeout: 240000,
  48. debug: rejectUnauthorized: false }
  49. info Uploading: [=============================] 100%
  50. debug: { statusCode: 500,
  51. debug: result: { error: 'ENOENT, link \'/root/tmp/tmp-65923ll1dlbk/build/whitebophir/client-data/favicon.png\'' } }
  52. error: Error running command deploy
  53. error: Nodejitsu Error (500): Internal Server Error
  54. help: For help with this error contact Nodejitsu Support:
  55. help: webchat: <http://webchat.nodejitsu.com/>
  56. help: irc: <irc://chat.freenode.net/#nodejitsu>
  57. help: email: <support@nodejitsu.com>
  58. help:
  59. help: Copy and paste this output to a gist (http://gist.github.com/)
  60. info: Nodejitsu not ok
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement