You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman Guseinov (JIRA)" <ji...@apache.org> on 2018/09/12 04:47:00 UTC

[jira] [Created] (IGNITE-9555) Web Console can stop due to an unexpected message via web sockets

Roman Guseinov created IGNITE-9555:
--------------------------------------

             Summary: Web Console can stop due to an unexpected message via web sockets
                 Key: IGNITE-9555
                 URL: https://issues.apache.org/jira/browse/IGNITE-9555
             Project: Ignite
          Issue Type: Bug
          Components: wizards
            Reporter: Roman Guseinov
         Attachments: webconsole.log

Web Console shows error only if debug messages are enabled `DEBUG=mongodb-* ./gridgain-web-console-linux`. Otherwise, it just stops.

Here is the error message:
{code:java}
/snapshot/backend/node_modules/ignite-web-console/app/browsersHandler.js:211
return cb('Invalid format of message: "node:rest"');
^

TypeError: cb is not a function
at Socket.module.exports.factory.nodeListeners.sock.on (/snapshot/backend/node_modules/ignite-web-console/app/browsersHandler.js:211:32)
at emitThree (events.js:136:13)
at Socket.emit (events.js:217:7)
at /snapshot/backend/node_modules/ignite-web-console/node_modules/socket.io/lib/socket.js:503:12
at _combinedTickCallback (internal/process/next_tick.js:131:7)
at process._tickCallback (internal/process/next_tick.js:180:9)
{code}
The full log is attached: [^webconsole.log].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)