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

Broken in LibreOffice 5 #1

Open
cpoczatek opened this issue Jul 29, 2016 · 0 comments
Open

Broken in LibreOffice 5 #1

cpoczatek opened this issue Jul 29, 2016 · 0 comments
Assignees
Labels

Comments

@cpoczatek
Copy link
Member

Running on Ubuntu 16.04, Version: 5.1.4.2, Build ID: 1:5.1.4-0ubuntu1

Hitting any of the code (using tool, or Utility menu items) exception gets thrown. Hopefully this is just a library version mismatch.

Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class com.sun.star.lib.connections.pipe.PipeConnection
    at com.sun.star.lib.connections.pipe.pipeConnector.connect(pipeConnector.java:119)
    at com.sun.star.comp.connections.Connector.connect(Connector.java:123)
    at com.sun.star.comp.urlresolver.UrlResolver$_UrlResolver.resolve(UrlResolver.java:120)
    at com.sun.star.comp.helper.Bootstrap.bootstrap(Bootstrap.java:282)
    at com.nrims.unoplugin.UnoPlugin.getCurrentDocument(UnoPlugin.java:373)
    at com.nrims.unoplugin.UnoPlugin.dropImage(UnoPlugin.java:1514)
    at com.nrims.MimsPlus.mouseReleased(MimsPlus.java:1458)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
    at java.awt.Component.processMouseEvent(Component.java:6289)
    at java.awt.Component.processEvent(Component.java:6054)
    at java.awt.Component.dispatchEventImpl(Component.java:4652)
    at java.awt.Component.dispatchEvent(Component.java:4482)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
    at java.awt.EventQueue.access$000(EventQueue.java:85)
    at java.awt.EventQueue$1.run(EventQueue.java:603)
    at java.awt.EventQueue$1.run(EventQueue.java:601)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
    at java.awt.EventQueue$2.run(EventQueue.java:617)
    at java.awt.EventQueue$2.run(EventQueue.java:615)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
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