aoberegg / ep_user_pad

User-Management System for etherpad-lite
Apache License 2.0
5 stars 8 forks source link

Lots of crashes... #15

Open BlackyFox opened 8 years ago

BlackyFox commented 8 years ago

Hi ! I was testing some stuff and plugins on EtherPad (ep_user_pad & ep_user_pad_frontend) and I noticed that EtherPad was crashing a lot of time. At first I tought it was an issue due to mysql utf8 (and not utf8mb4) but it is still crashing after changing the charset as explain in Etherpad's issue #2522 (https://github.com/ether/etherpad-lite/issues/2522). So, here is my log, and I have no idea what can cause that kind of shutdown...

[2015-07-06 16:30:57.346] [INFO] ueberDB - Flushed 1 values
[2015-07-06 16:31:01.231] [ERROR] console - Error: Connection lost: The server closed the connection.
    at Protocol.end (/home/antoine/Bureau/test_ep_etherpad/etherpad-lite/node_modules/ep_user_pad/node_modules/mysql/lib/protocol/Protocol.js:73:13)
    at Socket.onend (_stream_readable.js:505:10)
    at Socket.g (events.js:199:16)
    at Socket.emit (events.js:129:20)
    at _stream_readable.js:908:16
    at process._tickDomainCallback (node.js:381:11)
[2015-07-06 16:31:01.231] [INFO] console - graceful shutdown...
[2015-07-06 16:31:01.233] [ERROR] console - Error: Connection lost: The server closed the connection.
    at Protocol.end (/home/antoine/Bureau/test_ep_etherpad/etherpad-lite/node_modules/ep_user_pad/node_modules/mysql/lib/protocol/Protocol.js:73:13)
    at Socket.onend (_stream_readable.js:505:10)
    at Socket.g (events.js:199:16)
    at Socket.emit (events.js:129:20)
    at _stream_readable.js:908:16
    at process._tickDomainCallback (node.js:381:11)
[2015-07-06 16:31:01.305] [INFO] console - db sucessfully closed.