Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aborted uploads crash instance? #3825

Closed
JohnMcLear opened this issue Apr 2, 2020 · 2 comments
Closed

aborted uploads crash instance? #3825

JohnMcLear opened this issue Apr 2, 2020 · 2 comments
Assignees

Comments

@JohnMcLear
Copy link
Member

JohnMcLear commented Apr 2, 2020

 13:06:36  [2020-04-02 13:06:36.044] [WARN] console - Uploading Error: Error: Request aborted
 13:06:36  at IncomingMessage.<anonymous> (/home/etherpad-lite/src/node_modules/formidable/lib/incoming_form.js:122:19)
 13:06:36  at IncomingMessage.emit (events.js:315:20)
 13:06:36  at IncomingMessage.EventEmitter.emit (domain.js:485:12)
 13:06:36  at abortIncoming (_http_server.js:536:9)
 13:06:36  at socketOnClose (_http_server.js:529:3)
 13:06:36  at TLSSocket.emit (events.js:327:22)
 13:06:36  at TLSSocket.EventEmitter.emit (domain.js:485:12)
 13:06:36  at net.js:674:12
 13:06:36  at Socket.done (_tls_wrap.js:563:7)
 13:06:36  at Object.onceWrapper (events.js:422:26)
 13:06:36  at Socket.emit (events.js:315:20)
 13:06:36  at Socket.EventEmitter.emit (domain.js:485:12)
 13:06:36  at TCP.<anonymous> (net.js:674:12)
 13:06:36  [2020-04-02 13:06:36.044] [ERROR] console - TypeError: Cannot read property 'path' of undefined
 13:06:36  at /home/etherpad-lite/src/node/handler/ImportHandler.js:86:26 <-- 
 13:06:36  at IncomingForm.<anonymous> (/home/etherpad-lite/src/node_modules/formidable/lib/incoming_form.js:104:9)
 13:06:36  at IncomingForm.emit (events.js:315:20)
 13:06:36  at IncomingForm.EventEmitter.emit (domain.js:485:12)
 13:06:36  at IncomingForm._error (/home/etherpad-lite/src/node_modules/formidable/lib/incoming_form.js:298:8)
 13:06:36  at IncomingMessage.<anonymous> (/home/etherpad-lite/src/node_modules/formidable/lib/incoming_form.js:122:12)
 13:06:36  at IncomingMessage.emit (events.js:315:20)
 13:06:36  at IncomingMessage.EventEmitter.emit (domain.js:485:12)
 13:06:36  at abortIncoming (_http_server.js:536:9)
 13:06:36  at socketOnClose (_http_server.js:529:3)
 13:06:36  at TLSSocket.emit (events.js:327:22)
 13:06:36  at TLSSocket.EventEmitter.emit (domain.js:485:12)
 13:06:36  at net.js:674:12
 13:06:36  at Socket.done (_tls_wrap.js:563:7)
 13:06:36  at Object.onceWrapper (events.js:422:26)
 13:06:36  at Socket.emit (events.js:315:20)
 13:06:39 systemd[1]: etherpad.service: main process exited, code=exited, status=1/FAILURE

Develop branch 03 04 2020
CentOS 7?
Using soffice

@JohnMcLear
Copy link
Member Author

I can simluate this crash with this command

curl -X POST --data-binary @/usr/bin/aria_chk http://192.168.1.51:9001/p/MTCmR87COvkFbRsKjYdG/import

@JohnMcLear
Copy link
Member Author

Fixed with #3828

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant