Advertisement
Guest User

Untitled

a guest
Oct 13th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.03 KB | None | 0 0
  1. data: socket.io: '0.9.x'
  2. data: },
  3. data: engines: { node: '0.6.x', npm: '1.1.48' },
  4. data: scripts: { start: 'app.js' },
  5. data: subdomain: 'dppchat',
  6. data: name: 'dpp_chat'
  7. data: }
  8. data:
  9. prompt: Is this ok?: (yes) yes
  10. info: Creating snapshot 0.0.1-84
  11. info: Updating app dpp_chat
  12. info: Activating snapshot 0.0.1-84 for dpp_chat
  13. info: Starting app dpp_chat
  14. info: App dpp_chat is now started
  15. info: http://dppchat.jit.su on Port 80
  16. info: Nodejitsu ok
  17.  
  18. C:\wamp\www\DPP2>jitsu logs
  19. info: Welcome to Nodejitsu cygnusx
  20. info: It worked if it ends with Nodejitsu ok
  21. info: Executing command logs app
  22. info: Attempting to load logs for C:\wamp\www\DPP2/package.json
  23. info: Listing logs for dpp_chat
  24. [10/13 23:21:30 EDT] info: socket.io started
  25. [10/13 23:12:29 EDT] info: socket.io started
  26. [10/13 23:04:18 EDT] info: socket.io started
  27. [10/13 21:31:14 EDT] warn: websocket connection invalid
  28. [10/13 21:31:05 EDT] warn: websocket connection invalid
  29. [10/13 21:31:01 EDT] warn: websocket connection invalid
  30. [10/13 21:30:58 EDT] warn: websocket connection invalid
  31. [10/13 21:26:35 EDT] warn: websocket connection invalid
  32. [10/13 21:25:52 EDT] warn: websocket connection invalid
  33. [10/13 21:24:57 EDT] warn: websocket connection invalid
  34. [10/13 21:05:54 EDT] warn: websocket connection invalid
  35. [10/13 21:05:45 EDT] warn: websocket connection invalid
  36. [10/13 20:49:36 EDT] warn: websocket connection invalid
  37. [10/13 19:16:17 EDT] warn: websocket connection invalid
  38. [10/13 18:54:22 EDT] warn: websocket connection invalid
  39. [10/13 17:51:35 EDT] warn: websocket connection invalid
  40. [10/13 17:51:34 EDT] warn: websocket connection invalid
  41. [10/13 17:50:58 EDT] warn: websocket connection invalid
  42. [10/13 17:37:35 EDT] warn: websocket connection invalid
  43. [10/13 16:39:33 EDT] warn: websocket connection invalid
  44. info: Nodejitsu ok
  45.  
  46. C:\wamp\www\DPP2>jitsu deploy
  47. info: Welcome to Nodejitsu cygnusx
  48. info: It worked if it ends with Nodejitsu ok
  49. info: Executing command deploy
  50. info: Analyzing your application dependencies in app.js
  51. warn: Local version appears to be old
  52. warn: Your package.json version will be incremented for you automatically
  53. warn: About to write C:\wamp\www\DPP2\package.json
  54. data:
  55. data: {
  56. data: dependencies: {
  57. data: opentok: '0.3.x',
  58. data: express: '3.x',
  59. data: socket.io: '0.9.x'
  60. data: },
  61. data: version: '0.0.1-85',
  62. data: engines: { npm: '1.1.48', node: '0.6.x' },
  63. data: name: 'dpp_chat',
  64. data: description: 'secure chat program',
  65. data: scripts: { start: 'app.js' },
  66. data: subdomain: 'dppchat'
  67. data: }
  68. data:
  69. prompt: Is this ok?: (yes) yes
  70. info: Creating snapshot 0.0.1-85
  71. info: Updating app dpp_chat
  72. info: Activating snapshot 0.0.1-85 for dpp_chat
  73. info: Starting app dpp_chat
  74. error: Error running command deploy
  75. error: Nodejitsu Error (500): Internal Server Error
  76. error: There was an error while attempting to deploy your application.
  77. error:
  78. error: Rackspace Error (404): Item not found
  79. error: Error output from Haibu:
  80. error:
  81. error: Error: Rackspace Error (404): Item not found
  82. error: at Request._callback (/root/haibu-orchestra/node_modules/haibu/node
  83. _modules/cloudfiles/lib/cloudfiles/common.js:184:18)
  84. error: at Request.init.self.callback (/root/haibu-orchestra/node_modules/h
  85. aibu/node_modules/request/main.js:119:22)
  86. error: at Request.EventEmitter.emit (events.js:91:17)
  87. error: at Request.<anonymous> (/root/haibu-orchestra/node_modules/haibu/no
  88. de_modules/request/main.js:521:16)
  89. error: at Request.EventEmitter.emit (events.js:115:20)
  90. error: at IncomingMessage.Request.start.self.req.self.httpModule.request.b
  91. uffer (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:483
  92. :14)
  93. error: at IncomingMessage.EventEmitter.emit (events.js:115:20)
  94. error: at IncomingMessage._emitEnd (http.js:366:10)
  95. error: at IncomingMessage._emitPending (http.js:338:16)
  96. error: at process.startup.processNextTick.process._tickCallback (node.js:2
  97. 44:9)
  98. info: Nodejitsu not ok
  99.  
  100. C:\wamp\www\DPP2>jitsu deploy
  101. info: Welcome to Nodejitsu cygnusx
  102. info: It worked if it ends with Nodejitsu ok
  103. info: Executing command deploy
  104. info: Analyzing your application dependencies in app.js
  105. warn: Local version appears to be old
  106. warn: Your package.json version will be incremented for you automatically
  107. warn: About to write C:\wamp\www\DPP2\package.json
  108. data:
  109. data: {
  110. data: scripts: { start: 'app.js' },
  111. data: dependencies: {
  112. data: socket.io: '0.9.x',
  113. data: opentok: '0.3.x',
  114. data: express: '3.x'
  115. data: },
  116. data: description: 'secure chat program',
  117. data: subdomain: 'dppchat',
  118. data: version: '0.0.1-86',
  119. data: name: 'dpp_chat',
  120. data: engines: { node: '0.6.x', npm: '1.1.48' }
  121. data: }
  122. data:
  123. prompt: Is this ok?: (yes) yes
  124. info: Creating snapshot 0.0.1-86
  125. info: Updating app dpp_chat
  126. info: Activating snapshot 0.0.1-86 for dpp_chat
  127. info: Starting app dpp_chat
  128. error: Error running command deploy
  129. error: Nodejitsu Error (500): Internal Server Error
  130. error: There was an error while attempting to deploy your application.
  131. error:
  132. error: Rackspace Error (404): Item not found
  133. error: Error output from Haibu:
  134. error:
  135. error: Error: Rackspace Error (404): Item not found
  136. error: at Request._callback (/root/haibu-orchestra/node_modules/haibu/node
  137. _modules/cloudfiles/lib/cloudfiles/common.js:184:18)
  138. error: at Request.init.self.callback (/root/haibu-orchestra/node_modules/h
  139. aibu/node_modules/request/main.js:119:22)
  140. error: at Request.EventEmitter.emit (events.js:91:17)
  141. error: at Request.<anonymous> (/root/haibu-orchestra/node_modules/haibu/no
  142. de_modules/request/main.js:521:16)
  143. error: at Request.EventEmitter.emit (events.js:115:20)
  144. error: at IncomingMessage.Request.start.self.req.self.httpModule.request.b
  145. uffer (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:483
  146. :14)
  147. error: at IncomingMessage.EventEmitter.emit (events.js:115:20)
  148. error: at IncomingMessage._emitEnd (http.js:366:10)
  149. error: at IncomingMessage._emitPending (http.js:338:16)
  150. error: at process.startup.processNextTick.process._tickCallback (node.js:2
  151. 44:9)
  152. info: Nodejitsu not ok
  153.  
  154. C:\wamp\www\DPP2>jitsu deploy
  155. info: Welcome to Nodejitsu cygnusx
  156. info: It worked if it ends with Nodejitsu ok
  157. info: Executing command deploy
  158. info: Analyzing your application dependencies in app.js
  159. warn: Local version appears to be old
  160. warn: Your package.json version will be incremented for you automatically
  161. warn: About to write C:\wamp\www\DPP2\package.json
  162. data:
  163. data: {
  164. data: name: 'dpp_chat',
  165. data: description: 'secure chat program',
  166. data: engines: { npm: '1.1.48', node: '0.6.x' },
  167. data: scripts: { start: 'app.js' },
  168. data: version: '0.0.1-87',
  169. data: subdomain: 'dppchat',
  170. data: dependencies: {
  171. data: socket.io: '0.9.x',
  172. data: opentok: '0.3.x',
  173. data: express: '3.x'
  174. data: }
  175. data: }
  176. data:
  177. prompt: Is this ok?: (yes) yes
  178. info: Creating snapshot 0.0.1-87
  179. info: Updating app dpp_chat
  180. info: Activating snapshot 0.0.1-87 for dpp_chat
  181. info: Starting app dpp_chat
  182. error: Error running command deploy
  183. error: Nodejitsu Error (500): Internal Server Error
  184. error: There was an error while attempting to deploy your application.
  185. error:
  186. error: Rackspace Error (404): Item not found
  187. error: Error output from Haibu:
  188. error:
  189. error: Error: Rackspace Error (404): Item not found
  190. error: at Request._callback (/root/haibu-orchestra/node_modules/haibu/node
  191. _modules/cloudfiles/lib/cloudfiles/common.js:184:18)
  192. error: at Request.init.self.callback (/root/haibu-orchestra/node_modules/h
  193. aibu/node_modules/request/main.js:119:22)
  194. error: at Request.EventEmitter.emit (events.js:91:17)
  195. error: at Request.<anonymous> (/root/haibu-orchestra/node_modules/haibu/no
  196. de_modules/request/main.js:521:16)
  197. error: at Request.EventEmitter.emit (events.js:115:20)
  198. error: at IncomingMessage.Request.start.self.req.self.httpModule.request.b
  199. uffer (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:483
  200. :14)
  201. error: at IncomingMessage.EventEmitter.emit (events.js:115:20)
  202. error: at IncomingMessage._emitEnd (http.js:366:10)
  203. error: at IncomingMessage._emitPending (http.js:338:16)
  204. error: at process.startup.processNextTick.process._tickCallback (node.js:2
  205. 44:9)
  206. info: Nodejitsu not ok
  207.  
  208. C:\wamp\www\DPP2>npm ls
  209. dpp_chat@0.0.1-87C:\wamp\www\DPP2
  210. ├─┬ connect@2.5.0 extraneous
  211. │ ├── bytes@0.1.0
  212. │ ├── cookie@0.0.4
  213. │ ├── crc@0.2.0
  214. │ ├── debug@0.7.0
  215. │ ├── formidable@1.0.11
  216. │ ├── fresh@0.1.0
  217. │ ├── pause@0.0.1
  218. │ ├── qs@0.5.1
  219. │ └─┬ send@0.0.4
  220. │ ├── mime@1.2.6
  221. │ └── range-parser@0.0.4
  222. ├─┬ express@3.0.0rc4
  223. │ ├── commander@0.6.1
  224. │ ├─┬ connect@2.4.4
  225. │ │ ├── bytes@0.1.0
  226. │ │ ├── formidable@1.0.11
  227. │ │ ├── pause@0.0.1
  228. │ │ └── qs@0.4.2
  229. │ ├── cookie@0.0.4
  230. │ ├── crc@0.2.0
  231. │ ├── debug@0.7.0
  232. │ ├── fresh@0.1.0
  233. │ ├── methods@0.0.1
  234. │ ├── mkdirp@0.3.3
  235. │ ├── range-parser@0.0.4
  236. │ └─┬ send@0.0.4
  237. │ └── mime@1.2.6
  238. ├── jade@0.12.1 extraneous
  239. ├── opentok@0.3.0
  240. └─┬ socket.io@0.9.9
  241. ├── policyfile@0.0.4
  242. ├── redis@0.7.2
  243. └─┬ socket.io-client@0.9.9
  244. ├─┬ active-x-obfuscator@0.0.1
  245. │ └── zeparser@0.0.5
  246. ├── uglify-js@1.2.5
  247. ├─┬ ws@0.4.21
  248. │ ├── commander@0.6.1
  249. │ ├── options@0.0.3
  250. │ └── tinycolor@0.0.1
  251. └── xmlhttprequest@1.4.2
  252.  
  253.  
  254. C:\wamp\www\DPP2>jitsu deploy
  255. info: Welcome to Nodejitsu cygnusx
  256. info: It worked if it ends with Nodejitsu ok
  257. info: Executing command deploy
  258. error: Error: Invalid package.json file
  259. error: Please make sure C:\wamp\www\DPP2\package.json is valid JSON
  260. error: Error running command deploy
  261. info: Nodejitsu not ok
  262.  
  263. C:\wamp\www\DPP2>jitsu deploy
  264. info: Welcome to Nodejitsu cygnusx
  265. info: It worked if it ends with Nodejitsu ok
  266. info: Executing command deploy
  267. info: Analyzing your application dependencies in server-app.js
  268. info: Checking app availability stc_chat
  269. info: Creating app stc_chat
  270. info: Creating snapshot 0.0.1-87
  271. info: Updating app stc_chat
  272. info: Activating snapshot 0.0.1-87 for stc_chat
  273. info: Starting app stc_chat
  274. error: Error running command deploy
  275. error: Nodejitsu Error (500): Internal Server Error
  276. error: There was an error while attempting to deploy your application.
  277. error:
  278. error: Rackspace Error (404): Item not found
  279. error: Error output from Haibu:
  280. error:
  281. error: Error: Rackspace Error (404): Item not found
  282. error: at Request._callback (/root/haibu-orchestra/node_modules/haibu/node
  283. _modules/cloudfiles/lib/cloudfiles/common.js:184:18)
  284. error: at Request.init.self.callback (/root/haibu-orchestra/node_modules/h
  285. aibu/node_modules/request/main.js:119:22)
  286. error: at Request.EventEmitter.emit (events.js:91:17)
  287. error: at Request.<anonymous> (/root/haibu-orchestra/node_modules/haibu/no
  288. de_modules/request/main.js:521:16)
  289. error: at Request.EventEmitter.emit (events.js:115:20)
  290. error: at IncomingMessage.Request.start.self.req.self.httpModule.request.b
  291. uffer (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:483
  292. :14)
  293. error: at IncomingMessage.EventEmitter.emit (events.js:115:20)
  294. error: at IncomingMessage._emitEnd (http.js:366:10)
  295. error: at IncomingMessage._emitPending (http.js:338:16)
  296. error: at process.startup.processNextTick.process._tickCallback (node.js:2
  297. 44:9)
  298. info: Nodejitsu not ok
  299.  
  300. C:\wamp\www\DPP2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement