https://bz.apache.org/ooo/show_bug.cgi?id=127039
Issue ID: 127039
Issue Type: DEFECT
Summary: Unable to call the method
uno.util.Bootstrap.bootstrap() in IIS - It Hangs
Product: General
Version: 3.3.0 or older (OOo)
Hardware: All
OS: Windows 7
Status: UNCONFIRMED
Severity: Normal
Priority: P5 (lowest)
Component: code
Assignee: [email protected]
Reporter: [email protected]
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.
--
You are receiving this mail because:
You are the assignee for the issue.