In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.
The last 64k of the output generated by the node.exe process to stderr is shown below:
Application has thrown an uncaught exception and is terminated:
SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at D:\OnDemandServices\qapmashup\qrs.js:28:27
at IncomingMessage.<anonymous> (D:\OnDemandServices\qapmashup\qrs.js:132:20)
at emitNone (events.js:111:20)
at IncomingMessage.emit (events.js:208:7)
at endReadableNT (_stream_readable.js:1064:12)
at _combinedTickCallback (internal/process/next_tick.js:139:11)
at process._tickCallback (internal/process/next_tick.js:181:9)