Dear OpenOffice Experts,

I have a little issue with debugging my application on RedHat4. This is a
java application which uses its own OpenOffice package. It loads OO by the
standard UNO approach. On other Linux versions there are no problems, but on
the RedHat4 an error occurs on the stage of bootstrapping. ( the code is
_xContext = Bootstrap.bootstrap(); )

Here is the error message:

SEVERE: Global unhandled exception occured
java.lang.reflect.UndeclaredThrowableException
    at $Proxy3.convertToPDF(Unknown Source)
    at docrenderer.OODocumentRenderer.render(OODocumentRenderer.java:47)
    at
common.GUI.sharedcontent.DocumentsPanel$DocumentsPanelController$DocumentLoader.run(DocumentsPanel.java:1125)
    at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at
docrenderer.ooloader.proxy.OOProcProxyHandler.invoke(OOProcProxyHandler.java:37)
    ... 4 more
Caused by: java.lang.UnsatisfiedLinkError:
com.sun.star.lib.connections.pipe.PipeConnection.createJNI(Ljava/lang/String;)I
    at com.sun.star.lib.connections.pipe.PipeConnection.createJNI(Native
Method)
    at
com.sun.star.lib.connections.pipe.PipeConnection.<init>(PipeConnection.java:128)
    at
com.sun.star.lib.connections.pipe.pipeConnector.connect(pipeConnector.java:137)
    at com.sun.star.comp.connections.Connector.connect(Connector.java:141)
    at
com.sun.star.comp.urlresolver.UrlResolver$_UrlResolver.resolve(UrlResolver.java:123)
    at com.sun.star.comp.helper.Bootstrap.bootstrap(Bootstrap.java:285)
    at ooloader.facade.impl.OOInstance.<init>(OOInstance.java:38)
    at
ooloader.facade.impl.OOProcFacadeImpl.createOOInstance(OOProcFacadeImpl.java:51)
    at
ooloader.facade.impl.OOProcFacadeImpl.convertToPDF(OOProcFacadeImpl.java:84)
    at
ooloader.facade.impl.OOProcFacadeImpl.convertToPDF(OOProcFacadeImpl.java:294)
    ... 9 more


The main moment is java.lang.UnsatisfiedLinkError. It occurs on the call of
bootstrap() method. Any other messages or details does not printed.
Maybe anybody know something about the causes of this problem and about its
solution? Or even possible variants... Please help, I will be very grateful.
Thank you.


Sincerely yours,
Kirill,
Software Engineer

Reply via email to