To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96430
                 Issue #|96430
                 Summary|Unable to load soffice
               Component|gsl
                 Version|1.0.0
                Platform|Other
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P1
            Subcomponent|code
             Assigned to|pl
             Reported by|kalyanimunni





------- Additional comments from [EMAIL PROTECTED] Fri Nov 21 14:25:09 +0000 
2008 -------
Hi,

Unable to load soffice in linux thru java application. The same code(which 
changes in paths) is fine with wondows.

Error:
java.lang.Exception: com.sun.star.comp.helper.BootstrapException
        at TableInsertion.createDoc(TableInsertion.java:83)
        at TableInsertion.main(TableInsertion.java:581)
Caused by: com.sun.star.comp.helper.BootstrapException
        at ooo.connector.BootstrapConnector.connect
(BootstrapConnector.java:129)
        at ooo.connector.BootstrapSocketConnector.connect
(BootstrapSocketConnector.java:68)
        at ooo.connector.BootstrapSocketConnector.connect
(BootstrapSocketConnector.java:45)
        at ooo.connector.BootstrapSocketConnector.bootstrap
(BootstrapSocketConnector.java:82)
        at TableInsertion.createDoc(TableInsertion.java:80)


Code is:

if (context == null) {
            try {
                context = BootstrapSocketConnector
                        .bootstrap(oooExecutableFolder); 
            } catch (BootstrapException e) {
                throw new java.lang.Exception(e);
            }
        }

Any solutions please...

---------------------------------------------------------------------
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]

Reply via email to