Skip to content

Instantly share code, notes, and snippets.

@kristianbauer
Created December 2, 2011 15:37
Show Gist options
  • Save kristianbauer/1423664 to your computer and use it in GitHub Desktop.
Save kristianbauer/1423664 to your computer and use it in GitHub Desktop.
Guybrush:trunk kjb0511$ node app.js
[2011-12-02 10:37:24.483] [INFO] app - No zone found, defaulting...
[2011-12-02 10:37:24.487] [INFO] app - Downloading content pit from
[2011-12-02 10:37:24.615] [TRACE] config - selected development zone
[2011-12-02 10:37:24.644] [TRACE] content-parser - Parsing content pit into readable object
[2011-12-02 10:37:24.645] [TRACE] content-parser - Copying missions into bar
[2011-12-02 10:37:24.645] [TRACE] content-parser - Copying quests into bar
[2011-12-02 10:37:24.645] [TRACE] content-parser - Copying narrativeEvents into bar
[2011-12-02 10:37:24.645] [TRACE] content-parser - Copying items into bar
[2011-12-02 10:37:24.645] [TRACE] content-parser - Copying itemExchangers into bar
[2011-12-02 10:37:24.645] [TRACE] content-parser - Copying itemCollections into bar
[2011-12-02 10:37:24.645] [TRACE] content-parser - Copying techs into bar
[2011-12-02 10:37:24.645] [TRACE] content-parser - Copying troops into bar
[2011-12-02 10:37:24.645] [TRACE] content-parser - Copying barons into bar
[2011-12-02 10:37:24.645] [TRACE] content-parser - Copying baronLevels into bar
[2011-12-02 10:37:24.645] [TRACE] content-parser - Copying dragons into bar
[2011-12-02 10:37:24.645] [TRACE] content-parser - Copying caveBasicRewards into bar
[2011-12-02 10:37:24.645] [TRACE] content-parser - Copying caveSuperchargedRewards into bar
[2011-12-02 10:37:24.646] [TRACE] content-parser - Copying dragonEncounterRewards into bar
[2011-12-02 10:37:24.646] [TRACE] content-parser - Copying baronies into bar
[2011-12-02 10:37:24.646] [TRACE] content-parser - Copying misc into bar
[2011-12-02 10:37:24.646] [TRACE] content-parser - Copying randomMissions into bar
[2011-12-02 10:37:24.646] [TRACE] content-parser - Copying narrativeSkits into bar
[2011-12-02 10:37:24.646] [TRACE] content-parser - Swapping identifiers for keys quests
[2011-12-02 10:37:24.646] [TRACE] content-parser - Swapping identifiers for keys barons
[2011-12-02 10:37:24.646] [TRACE] content-parser - Swapping identifiers for keys troops
[2011-12-02 10:37:24.646] [TRACE] content-parser - Swapping identifiers for keys missions
[2011-12-02 10:37:24.646] [TRACE] content-parser - Swapping identifiers for keys techs
[2011-12-02 10:37:24.647] [TRACE] content-parser - Swapping identifiers for keys items
[2011-12-02 10:37:24.647] [TRACE] content-parser - Swapping identifiers for keys narrativeEvents
[2011-12-02 10:37:24.647] [TRACE] content-parser - Swapping identifiers for keys dragons
[2011-12-02 10:37:24.647] [TRACE] content-parser - Swapping identifiers for keys narrativeSkits
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: Cannot read property 'port' of null
at Object.<anonymous> (/Users/kjb0511/Desktop/Projects/BigClawServer/trunk/app.js:417:81)
at Module._compile (module.js:432:26)
at Object..js (module.js:450:10)
at Module.load (module.js:351:31)
at Function._load (module.js:310:12)
at Array.0 (module.js:470:10)
at EventEmitter._tickCallback (node.js:192:40)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment