Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #11045 Tuleap-realtime do not start
    Infos
    #11045
    Fabrice Larribe (teyssieuman)
    2018-01-25 09:00
    2018-01-24 20:13
    11380
    Details
    Tuleap-realtime do not start
    The error message is not very clear (it does not allow me to understand and solve the problem)

    Here is the content of my tuleap-realtime.log

    Error: listen EADDRINUSE
    at errnoException (net.js:905:11)
    at Server._listen2 (net.js:1043:14)
    at listen (net.js:1065:10)
    at Server.listen (net.js:1139:5)
    at Object.<anonymous> (/usr/lib/node_modules/tuleap-realtime/server.js:47:12)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
    [2018-01-24T19:58:05+0100] [LOG] New gid: 481
    [2018-01-24T19:58:05+0100] [LOG] New uid: 488

    events.js:72
    throw er; // Unhandled 'error' event
    ^
    Error: listen EADDRINUSE
    at errnoException (net.js:905:11)
    at Server._listen2 (net.js:1043:14)
    at listen (net.js:1065:10)
    at Server.listen (net.js:1139:5)
    at Object.<anonymous> (/usr/lib/node_modules/tuleap-realtime/server.js:47:12)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
    Other
    9.16
    CentOS 6
    • [ ] enhancement
    • [ ] internal improvement
    Fabrice Larribe (teyssieuman)
    Stage
    Empty
    New
    Empty
    Attachments
    Empty
    References
    References list is empty

    Follow-ups

    User avatar

    I guess it's because tuleap-realtime is configured to use a port already taken by another application on same server (Error: listen EADDRINUSE).