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

cannot open directory ./.config/libreoffice/4/user/registry/data #458

Closed
EKHowick opened this issue Jul 16, 2018 · 1 comment
Closed

cannot open directory ./.config/libreoffice/4/user/registry/data #458

EKHowick opened this issue Jul 16, 2018 · 1 comment

Comments

@EKHowick
Copy link

Today I downloaded the latest version of LibreOffice6 and unoconv. Using default port 2002 caused the same error others had, so I used -p 12345. I'm receiving the following error. I'm using CentOs7. Does the first traceback mean port 12345 is being used, too? Does the second traceback refer to HOME, which I set to "." (satisfactory for my test). The indicated directory exists and is writable.... Thanks.

Traceback (most recent call last):
  File "./unoconv", line 809, in connect
    unocontext = resolver.resolve("uno:%s" % op.connection)
uno.NoConnectException: Connector : couldn't connect to socket (Success)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "./unoconv", line 1391, in <module>
    main()
  File "./unoconv", line 1305, in main
    convertor = Convertor()
  File "./unoconv", line 788, in __init__
    unocontext = self.connect(resolver)
  File "./unoconv", line 820, in connect
    product = self.svcmgr.createInstance("com.sun.star.configuration.ConfigurationProvider").createInstanceWithArguments("com.sun.star.configuration.ConfigurationAccess", UnoProps(nodepath="/org.openoffice.Setup/Product"))
uno.RuntimeException: cannot open directory ./.config/libreoffice/4/user/registry/data
@EKHowick
Copy link
Author

Ah-hah. I changed HOME to /tmp and it works perfectly.

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

No branches or pull requests

1 participant