You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing some random crashes on guvnor daemon, log output shows some issue while communicating with guvnor-web:
{"date":"Fri Dec 25 2015 02:15:33 GMT+0100 (CET)","process":{"pid":1293,"uid":0,"gid":1000,"cwd":"/run/guvnor","execPath":"/usr/local/bin/node","version":"v4.2.3","argv":["/usr/local/bin/node","/usr/local/lib/node_modules/guvnor/lib/daemon/index.js"],"memoryUsage":{"rss":30953472,"heapTotal":18555392,"heapUsed":12317304}},"os":{"loadavg":[0.0029296875,0.0146484375,0.04541015625],"uptime":606685},"trace":[{"column":3,"file":"_stream_writable.js","function":"afterWrite","line":346,"method":null,"native":false},{"column":7,"file":"_stream_writable.js","function":"onwrite","line":337,"method":null,"native":false},{"column":5,"file":"_stream_writable.js","function":"TLSSocket.WritableState.onwrite","line":89,"method":"WritableState.onwrite","native":false},{"column":12,"file":"net.js","function":"WriteWrap.afterWrite","line":775,"method":"afterWrite","native":false}],"stack":["TypeError: object is not a function"," at afterWrite (_stream_writable.js:346:3)"," at onwrite (_stream_writable.js:337:7)"," at TLSSocket.WritableState.onwrite (_stream_writable.js:89:5)"," at WriteWrap.afterWrite (net.js:775:12)"],"level":"error","message":"uncaughtException: object is not a function","timestamp":"2015-12-25T01:15:33.173Z"}
Node v4.2.3 LTS
Guvnor v3.5.16
Any thoughts? Everything works fine until daemon crash, and manual guvnor start is required.
The text was updated successfully, but these errors were encountered:
I'm experiencing some random crashes on guvnor daemon, log output shows some issue while communicating with guvnor-web:
{"date":"Fri Dec 25 2015 02:15:33 GMT+0100 (CET)","process":{"pid":1293,"uid":0,"gid":1000,"cwd":"/run/guvnor","execPath":"/usr/local/bin/node","version":"v4.2.3","argv":["/usr/local/bin/node","/usr/local/lib/node_modules/guvnor/lib/daemon/index.js"],"memoryUsage":{"rss":30953472,"heapTotal":18555392,"heapUsed":12317304}},"os":{"loadavg":[0.0029296875,0.0146484375,0.04541015625],"uptime":606685},"trace":[{"column":3,"file":"_stream_writable.js","function":"afterWrite","line":346,"method":null,"native":false},{"column":7,"file":"_stream_writable.js","function":"onwrite","line":337,"method":null,"native":false},{"column":5,"file":"_stream_writable.js","function":"TLSSocket.WritableState.onwrite","line":89,"method":"WritableState.onwrite","native":false},{"column":12,"file":"net.js","function":"WriteWrap.afterWrite","line":775,"method":"afterWrite","native":false}],"stack":["TypeError: object is not a function"," at afterWrite (_stream_writable.js:346:3)"," at onwrite (_stream_writable.js:337:7)"," at TLSSocket.WritableState.onwrite (_stream_writable.js:89:5)"," at WriteWrap.afterWrite (net.js:775:12)"],"level":"error","message":"uncaughtException: object is not a function","timestamp":"2015-12-25T01:15:33.173Z"}
Node v4.2.3 LTS
Guvnor v3.5.16
Any thoughts? Everything works fine until daemon crash, and manual guvnor start is required.
The text was updated successfully, but these errors were encountered: