Issue 127039 - Unable to call the method uno.util.Bootstrap.bootstrap() in IIS - It Hangs
Summary: Unable to call the method uno.util.Bootstrap.bootstrap() in IIS - It Hangs
Status: UNCONFIRMED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All Windows 7
: P5 (lowest) Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-13 05:30 UTC by sraza
Modified: 2016-07-13 22:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description sraza 2016-07-13 05:30:10 UTC
In my WCF service, I have the following statement :
XComponentContext localContext = uno.util.Bootstrap.bootstrap();

The above statement works fine when I run the WCF service in my local development environment.

But when I deploy the same WCF service in IIS, the above statement is not executed. I mean it just hangs at the following statement :
XComponentContext localContext = uno.util.Bootstrap.bootstrap();//hangs

I tried the solution mentioned in this link:

http://stackoverflow.com/questions/15388526/openoffice-uno-util-bootstrap-bootstrap-hangs-and-does-not-return


But it did not help.
Comment 1 orcmid 2016-07-13 22:36:49 UTC
This appears to be related to Issue 127037 and Issue 127038.

There is probably no IIS-specific support available from the Apache OpenOffice project.