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

Issue with named ubuntu server and office listener. #80

Closed
goatherd opened this issue Aug 31, 2012 · 1 comment
Closed

Issue with named ubuntu server and office listener. #80

goatherd opened this issue Aug 31, 2012 · 1 comment
Assignees
Milestone

Comments

@goatherd
Copy link

More of a question rather and posting in hope that someone will find this useful (as I wasted hours on it that seemed stupid in retrospective).

On a server with hostname other than localhost soffice could not fully start in headless mode - or rather it would start and block with no further message.
Subsequent calls to soffice --headless --convert-to ..would do nothing and calls to unoconv in

UNO IllegalArgument during import phase: Source file cannot be read. URL seems to be an unsupported one.

What helped was

ps -A | grep ffice

to kill the running daemon than start it using

unoconv --listener --server=127.0.0.1

May question now would be: Is there any reason to define localhost as the default and not use 127.0.0.1?

Versions used where LibreOffice 3.5.4 and unoconv 0.6 on Ubuntu 12.04 with similar results for 10.04 and unoconv 0.5.

@dagwieers
Copy link
Member

No, you are probably right that expecting to have localhost defined (or at least resolvable) may be causing more grieve in some cases than is really necessary. And in fact it could have been the cause for a few reported problems.

So thank you spending^Wwasting a few hours and then reporting back, that's how things get better for everyone :-)

@ghost ghost assigned dagwieers Aug 31, 2012
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