Skip to content

Instantly share code, notes, and snippets.

@kirrg001
Created March 3, 2017 10:23
Show Gist options
  • Save kirrg001/5aa476c011fcb876ba78e84b19e96be4 to your computer and use it in GitHub Desktop.
Save kirrg001/5aa476c011fcb876ba78e84b19e96be4 to your computer and use it in GitHub Desktop.
Notifications API
2) "before all" hook
Ghost is closing connections
Post API
3) "before all" hook
Ghost is closing connections
Public API
4) "before all" hook
Ghost is closing connections
Settings API
5) "before all" hook
Ghost is closing connections
Slug API
6) "before all" hook
Ghost is closing connections
Spam Prevention API
7) "before all" hook
Ghost is closing connections
Tag API
8) "before all" hook
Ghost is closing connections
Themes API
9) "before all" hook
Ghost is closing connections
Upload Icon API
10) "before all" hook
Ghost is closing connections
Upload API
11) "before all" hook
Ghost is closing connections
User API
12) "before all" hook
Ghost is closing connections
Channel Routes
Ghost Error: { InternalServerError: (EADDRINUSE) Cannot start Ghost.
at new GhostError (/home/travis/build/TryGhost/Ghost/core/server/errors.js:9:26)
at Server.<anonymous> (/home/travis/build/TryGhost/Ghost/core/server/ghost-server.js:82:30)
at emitOne (events.js:96:13)
at Server.emit (events.js:188:7)
at emitErrorNT (net.js:1278:8)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickDomainCallback (internal/process/next_tick.js:122:9)
value: undefined,
statusCode: 500,
errorType: 'InternalServerError',
level: 'normal',
message: '(EADDRINUSE) Cannot start Ghost.',
id: 'bc96c020-fff7-11e6-b6cf-61e33daa3cfd',
context: 'Port 2369 is already in use by another program.',
help: 'Is another Ghost instance already running?',
name: 'InternalServerError',
errorDetails: undefined,
code: null,
property: null,
redirect: null,
hideStack: undefined }
InternalServerError: (EADDRINUSE) Cannot start Ghost.
at new GhostError (/home/travis/build/TryGhost/Ghost/core/server/errors.js:9:26)
at Server.<anonymous> (/home/travis/build/TryGhost/Ghost/core/server/ghost-server.js:82:30)
at emitOne (events.js:96:13)
at Server.emit (events.js:188:7)
at emitErrorNT (net.js:1278:8)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickDomainCallback (internal/process/next_tick.js:122:9)
13) "before all" hook
Ghost is closing connections
Frontend Routing
NO FORK
Ghost Error: { InternalServerError: (EADDRINUSE) Cannot start Ghost.
at new GhostError (/home/travis/build/TryGhost/Ghost/core/server/errors.js:9:26)
at Server.<anonymous> (/home/travis/build/TryGhost/Ghost/core/server/ghost-server.js:82:30)
at emitOne (events.js:96:13)
at Server.emit (events.js:188:7)
at emitErrorNT (net.js:1278:8)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickDomainCallback (internal/process/next_tick.js:122:9)
value: undefined,
statusCode: 500,
errorType: 'InternalServerError',
level: 'normal',
message: '(EADDRINUSE) Cannot start Ghost.',
id: 'bcf274b0-fff7-11e6-b6cf-61e33daa3cfd',
context: 'Port 2369 is already in use by another program.',
help: 'Is another Ghost instance already running?',
name: 'InternalServerError',
errorDetails: undefined,
code: null,
property: null,
redirect: null,
hideStack: undefined }
InternalServerError: (EADDRINUSE) Cannot start Ghost.
at new GhostError (/home/travis/build/TryGhost/Ghost/core/server/errors.js:9:26)
at Server.<anonymous> (/home/travis/build/TryGhost/Ghost/core/server/ghost-server.js:82:30)
at emitOne (events.js:96:13)
at Server.emit (events.js:188:7)
at emitErrorNT (net.js:1278:8)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickDomainCallback (internal/process/next_tick.js:122:9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment