Skip to content

Instantly share code, notes, and snippets.

@garrettwilkin
Created September 5, 2012 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garrettwilkin/3638347 to your computer and use it in GitHub Desktop.
Save garrettwilkin/3638347 to your computer and use it in GitHub Desktop.
Weird ACCES error ???
Not sure why I would get EACCES. on Deployment:
gw@airy ~/C/HackerClubProjectOne> jitsu logs
info: Welcome to Nodejitsu garrettwilkin
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command logs app
info: Attempting to load logs for /Users/gw/Code/HackerClubProjectOne/package.json
info: Listing logs for HackerClubProjectOne
[09/05 11:18:56 EDT] Database authentication successful.
[09/05 11:18:53 EDT] Flatiron app: starting
[09/05 11:18:53 EDT] attempt database authentication
[09/05 11:18:53 EDT] Mongo connection URL: mongodb://66.228.34.151:27017/hcp1
[09/05 11:18:53 EDT] Validating Environment
[09/05 11:18:53 EDT] Environment validated successfully
[09/05 11:18:53 EDT] { MONGO_USER: 'njitsu',
[09/05 11:18:53 EDT] MONGO_PASS: 'xxxxx',
[09/05 11:18:53 EDT] MONGO_HOST: '66.228.34.151',
[09/05 11:18:53 EDT] MONGO_PORT: '27017' }
[09/05 11:18:56 EDT] { audit: { get: [Function], post: [Function] },
[09/05 11:18:56 EDT] force: { get: [Function] },
[09/05 11:18:56 EDT] pulse: { get: [Function], post: [Function] },
[09/05 11:18:56 EDT] shlocks: { get: [Function] } }
[09/05 11:18:56 EDT] warn: error raised: Error: listen EACCES
[09/05 11:18:56 EDT] info: socket.io started
And now, my API calls don't work:
gw@airy ~/C/HackerClubProjectOne> curl -i -X GET "http://hackerclub.jit.su/force"
HTTP/1.1 500 Internal Server Error
Content-Type: text/plain
Date: Wed, 05 Sep 2012 15:24:38 GMT
Connection: keep-alive
Transfer-Encoding: chunked
An error has occurred: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment