Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. vagrant@precise64:/vagrant/flh-api/server$ node ./app.js
  2. Server running at http://localhost:4000/
  3. FLH API server started.
  4. Executing (default): SELECT count(`Resources`.`ResourceID`) AS `count` FROM `Resources` AS `Resources` INNER JOIN `Addresses` AS `Address` ON `Resources`.`ResourceID` = `Address`.`ResourceID` AND `Address`.`State` = 'string' AND `Address`.`Published` = true WHERE `Resources`.`state` IN ('MD', 'VA') AND `Resources`.`Published` = true;
  5.  
  6. /vagrant/flh-api/node_modules/bluebird/js/main/async.js:43
  7. fn = function () { throw arg; };
  8. ^
  9. ReferenceError: self is not defined
  10. at /vagrant/flh-api/node_modules/bluebird/js/main/captured_trace.js:464:26
  11. at Function.fireRejectionEvent (/vagrant/flh-api/node_modules/bluebird/js/main/captured_trace.js:229:28)
  12.  
  13. at Promise._notifyUnhandledRejection (/vagrant/flh-api/node_modules/bluebird/js/main/debuggability.js:31:23)
  14. at Async._drainQueue (/vagrant/flh-api/node_modules/bluebird/js/main/async.js:180:12)
  15. at Async._drainQueues (/vagrant/flh-api/node_modules/bluebird/js/main/async.js:187:10)
  16. at Timer._callback (/vagrant/flh-api/node_modules/bluebird/js/main/async.js:15:14)
  17. at Timer.<anonymous> (timers.js:172:14)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement