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

UnoException when converting xlsx to html (ErrCode 3088) #119

Closed
mohabusama opened this issue Feb 26, 2013 · 5 comments
Closed

UnoException when converting xlsx to html (ErrCode 3088) #119

mohabusama opened this issue Feb 26, 2013 · 5 comments
Labels

Comments

@mohabusama
Copy link

Cannot convert xlsx to html

$ unoconv -f html /tmp/Book1.xlsx
unoconv: UnoException during export phase:
Unable to store document to file:///tmp/Book1.html (ErrCode 3088)

Properties: ((com.sun.star.beans.PropertyValue){ Name = (string)"FilterName", Handle = (long)0x0, Value = (any){ (string)"HTML (StarWriter)" }, State = (com.sun.star.beans.PropertyState)DIRECT_VALUE }, (com.sun.star.beans.PropertyValue){ Name = (string)"OutputStream", Handle = (long)0x0, Value = (any){ (com.sun.star.uno.XInterface)0x19e9918{, supportedInterfaces={com.sun.star.lang.XTypeProvider,com.sun.star.io.XOutputStream}} }, State = (com.sun.star.beans.PropertyState)DIRECT_VALUE }, (com.sun.star.beans.PropertyValue){ Name = (string)"Overwrite", Handle = (long)0x0, Value = (any){ (boolean)true }, State = (com.sun.star.beans.PropertyState)DIRECT_VALUE })

$ unoconv --version
unoconv 0.6
...
[GCC 4.6.3]
LibreOffice 3.5

Converting to pdf or xls worked fine. It appears the problem exists only with the HTML format conversion.

@dagwieers
Copy link
Member

As always (per the troubleshooting instructions in the README), what happens if you open the same file directly in LibreOffice and save it to HTML from there ?

@dagwieers
Copy link
Member

Just as a reference, ErrCode 3088 means:

Binary: 000:01100:00010000

Area: 0 (ERRCODE_AREA_TOOLS)
Class: 12 (ERRCODE_CLASS_WRITE)
Code: 16 (ERRCODE_IO_CANTWRITE)

So that seems to indicate a permission/ACL/SELinux issue ?

@dagwieers dagwieers changed the title UnoException when converting xlsx to html UnoException when converting xlsx to html (ErrCode 3088) Jul 5, 2015
@dagwieers
Copy link
Member

I am closing this issue. If this is still pertinent to you, feel free to reopen the issue, check all the bullets from the Troubleshooting instructions and provide us with the details and a reproducer.

Thanks for the feedback !

@mohabusama
Copy link
Author

Hi @dagwieers

Thanks for the follow up.

I have done some tests and all seems to be working fine. May be indeed it was an environment problem.

For ref:

$ unoconv --version
unoconv 0.6
...
[GCC 4.8.2]
LibreOffice 4.2

Thanks!

@dagwieers
Copy link
Member

Thanks for getting back to us ! It always helps to get closure ;-)

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

No branches or pull requests

2 participants