Giter Site home page Giter Site logo

Comments (4)

fzaninotto avatar fzaninotto commented on August 16, 2024

Maybe a network problem. The application cannot call itself on port 8082. Can you check your network config?

from uptime.

benjaminmateev avatar benjaminmateev commented on August 16, 2024

Tried changing the port in the default.yml, then I can start the server, but its crashing after I call it, see the output:

root@monitoring:~/uptime# node app.js
   info  - socket.io started
Express server listening on port 80 in development mode
Mongoose: pings.ensureIndex({ timestamp: -1 }) { safe: true, background: true }  
Mongoose: pings.ensureIndex({ check: 1 }) { safe: true, background: true }  
Mongoose: checkevents.ensureIndex({ timestamp: -1, check: 1 }) { safe: true, background: true }  
Mongoose: checkhourlystats.ensureIndex({ timestamp: -1, check: 1 }) { safe: true, background: true, unique: true }  
Mongoose: checkdailystats.ensureIndex({ timestamp: -1, check: 1 }) { safe: true, background: true, unique: true }  
Mongoose: checkmonthlystats.ensureIndex({ timestamp: -1, check: 1 }) { safe: true, background: true, unique: true }  
Mongoose: taghourlystats.ensureIndex({ timestamp: -1, name: 1 }) { safe: true, background: true, unique: true }  
Mongoose: tagdailystats.ensureIndex({ timestamp: -1, name: 1 }) { safe: true, background: true, unique: true }  
Mongoose: tagmonthlystats.ensureIndex({ timestamp: -1, name: 1 }) { safe: true, background: true, unique: true }  
Mongoose: tags.ensureIndex({ name: 1 }) { safe: true, background: true, unique: true }  

http.js:650
    throw new Error('Can\'t set headers after they are sent.');
          ^
Error: Can't set headers after they are sent.
    at ServerResponse.OutgoingMessage.setHeader (http.js:650:11)
    at ServerResponse.res.setHeader (/root/uptime/node_modules/express/node_modules/connect/lib/patch.js:59:22)
    at next (/root/uptime/node_modules/express/node_modules/connect/lib/proto.js:153:13)
    at SendStream.error (/root/uptime/node_modules/express/node_modules/connect/lib/middleware/static.js:67:37)
    at SendStream.EventEmitter.emit (events.js:93:17)
    at SendStream.error (/root/uptime/node_modules/express/node_modules/send/lib/send.js:144:51)
    at SendStream.onStatError (/root/uptime/node_modules/express/node_modules/send/lib/send.js:245:48)
    at /root/uptime/node_modules/express/node_modules/send/lib/send.js:317:26
    at Object.oncomplete (fs.js:308:15)
    at process._makeCallback (node.js:248:20)```

Thanks for helping out!

from uptime.

damac23 avatar damac23 commented on August 16, 2024

Is it possible that you are trying nodejs 0.9?
It seems to work only with 0.8 :-)

from uptime.

benjaminmateev avatar benjaminmateev commented on August 16, 2024

Awesome, now its running, getting other kinds of errs, but making progress! Thanks

Benjamin Mateev
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

On Tuesday, November 20, 2012 at 4:50 PM, Klaus M. Brantl wrote:

Is it possible that you are trying nodejs 0.9?
It seems to work only with 0.8 :-)


Reply to this email directly or view it on GitHub (#46 (comment)).

from uptime.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.