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

Conversion fails saying soffice.bin exited with 0 #321

Closed
makailol opened this issue Feb 19, 2016 · 1 comment
Closed

Conversion fails saying soffice.bin exited with 0 #321

makailol opened this issue Feb 19, 2016 · 1 comment

Comments

@makailol
Copy link

Hi

We are facing a issue where Unoconv spreadsheet to CSV conversion is not able to convert the files and fails silently. This happens randomly and trying again on same file always works. We are converting files through web request as web server user and for most cases we don't face any issue.

Command used for file conversion is
unoconv -T 10 -vvvvv -f csv -o destFile srcFile

When it fails to convert file, it outputs info like below. Here it seems that listener gets terminated before unconv can connect to it.

Office base location: /usr/lib64/libreoffice
Office binary location: /usr/lib64/libreoffice/program
Existing listener not found.
Launching our own listener using /usr/lib64/libreoffice/program/soffice.bin.
LibreOffice listener successfully started. (pid=18834)
Process /usr/lib64/libreoffice/program/soffice.bin (pid=18834) exited with 0.

Or sometimes it shows like below.

Office base location: /usr/lib64/libreoffice
Office binary location: /usr/lib64/libreoffice/program
Existing listener not found.
Launching our own listener using /usr/lib64/libreoffice/program/soffice.bin.
LibreOffice listener successfully started. (pid=20495)

We also tried to increase timeout value (--timeout=10) as suggested on man page but that did not helped.

Installed packages
Os CentOS-6.4
unoconv 0.5
LibreOffice 4.2.8.2
Libreoffice-headless 4.2.8.2
Python 2.6.6

@regebro
Copy link
Member

regebro commented Feb 28, 2019

Is this still an issue?

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

2 participants