Failure in Java UNO service retrieval from Java host process

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
dhirajchari
Posts: 1
Joined: Fri Mar 13, 2015 2:29 pm

Failure in Java UNO service retrieval from Java host process

Post by dhirajchari »

Hello All,

We are trying to get the following scenario to work:
1. We have a java process (similar to uno.exe)
2. It hosts two UNO services implemented in
a) A java UNO component
b) A C++ UNO component
3. We need to retrieve the UNO services hosted by the java process.
4. The retrieval works fine for the UNO service implemented in C++ but not for the Java one.
5. The error seen is:
[Java framework] sunjavaplugin.soCan not create Java Virtual Machine
I have the following queries:
a. Is the above scenario supported by the OpenOffice URE?
b. If yes, what additional steps need to be performed to make it (retrieval of Java UNO service) work correctly?

Please let me know if additional details are required to clarify the problem.

Any help would be greatly appreciated.

Thanks and Kind Regard,
Dhiraj Chari
OpenOffice.org 2.3 Software Development Kit (SDK), Red Hat Enterprise Linux 5/7
User avatar
RoryOF
Moderator
Posts: 34586
Joined: Sat Jan 31, 2009 9:30 pm
Location: Ireland

Re: Failure in Java UNO service retrieval from Java host pro

Post by RoryOF »

If you are using OpenOffice 2.3 and its SDK, I think you should change to OO 4.1.1 and its SDK; probably best to try this on one computer first, as this may generate other problems.
 Edit: Also, on what platform are you running - Windows, Mac, Linux (which distro)? 
Apache OpenOffice 4.1.15 on Xubuntu 22.04.4 LTS
Post Reply