MCS-Lite / mcs-lite-app

An on-premises Internet of Things cloud platform, which can be quickly built and get started with.
https://mcslite.netlify.com
MIT License
30 stars 14 forks source link

adjust to same port #195

Closed iamblue closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #195 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #195   +/-   ##
======================================
  Coverage    2.59%   2.59%           
======================================
  Files         156     156           
  Lines        2234    2234           
  Branches      200     200           
======================================
  Hits           58      58           
  Misses       1977    1977           
  Partials      199     199

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a4ae816...951dcbe. Read the comment docs.

dariachen commented 7 years ago

There is an error while running lite and wot services:

events.js:160       throw er; // Unhandled 'error' event       ^

Error: listen EADDRINUSE 0.0.0.0:3000     at Object.exports._errnoException (util.js:1018:11)     at exports._exceptionWithHostPort (util.js:1041:20)     at Server._listen2 (net.js:1258:14)     at listen (net.js:1294:10)     at net.js:1404:9     at _combinedTickCallback (internal/process/next_tick.js:83:11)     at process._tickCallback (internal/process/next_tick.js:104:9)     at Module.runMain (module.js:606:11)     at run (bootstrap_node.js:389:7)     at startup (bootstrap_node.js:149:9)     at bootstrap_node.js:504:3

index.js:71 Terminal MCS Lite server:1

Looks like these two service still cannot run at the same port.