To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96499
Issue #|96499
Summary|Unable to load soffice
Component|Presentation
Version|OOo 3.0 RC4
Platform|Other
URL|
OS/Version|Linux
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P1
Subcomponent|programming
Assigned to|graphicsneedsconfirm
Reported by|kalyanimunni
------- Additional comments from [EMAIL PROTECTED] Mon Nov 24 05:38:41 +0000
2008 -------
HiAll,
I have installed openOffice3.0 in linux machine and i am accessing the same
using java code.
The same program is working fine with windows. But while running in Linux its
unable to load soffice.
The code just insert text at the bookmark and converts from one format to
other.
Error is as following:
*********************************************************************
java.lang.Exception: com.sun.star.comp.helper.BootstrapException:
com.sun.star.connection.NoConnectException
at Writer.createDoc(Writer.java:71)
at Writer.main(Writer.java:336)
Caused by: com.sun.star.comp.helper.BootstrapException:
com.sun.star.connection.NoConnectException
at com.sun.star.comp.helper.Bootstrap.bootstrap(Bootstrap.java:297)
at Writer.createDoc(Writer.java:68)
... 1 more
*********************************************************************
The code is stopping at
if (context == null) {
try {
System.out.println("HERE");
*************************************ERROR STARTS
context = Bootstrap.bootstrap();
} catch (BootstrapException e) {
System.out.println(e.getMessage());
throw new java.lang.Exception(e);
}
}
Any solutions for the same.....
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]