To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96152
Issue #|96152
Summary|Java Uno wrapper locks up when connection disappears
Component|framework
Version|OOo 2.4.1
Platform|All
URL|
OS/Version|Linux
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|tm
Reported by|wdonne
------- Additional comments from [EMAIL PROTECTED] Wed Nov 12 14:08:46 +0000
2008 -------
When a client is using an OOo server process, for example to run a conversion,
it will go in a deadlock if the connection with the server process disappears,
for example by killing the latter.
The following is a stack trace of a client that is stuck in this way:
"main" prio=1 tid=0x08058a08 nid=0x1e69 in Object.wait()
[0xbf901000..0xbf901588]
at java.lang.Object.wait(Native Method)
- waiting on <0x44cf0358> (a java.lang.Object)
at java.lang.Object.wait(Object.java:429)
at com.sun.star.lib.uno.protocols.urp.urp.writeRequest(urp.java:130)
- locked <0x44cf0358> (a java.lang.Object)
at
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:648)
at
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendInternalRequest(java_remote_bridge.java:687)
at
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.getInstance(java_remote_bridge.java:587)
at
com.sun.star.comp.urlresolver.UrlResolver$_UrlResolver.resolve(UrlResolver.java:140)
at be.re.ooo.Uno.getComponentFactory(Uno.java:61)
at be.re.ooo.Uno.getComponentLoader(Uno.java:93)
at be.re.ooo.UnoConverter.convert(UnoConverter.java:72)
at be.re.ooo.Reporter$ConvertOutputStream.close(Reporter.java:504)
at
java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:149)
at java.util.zip.ZipOutputStream.close(ZipOutputStream.java:311)
at be.re.odf.Reporting.merge(Reporting.java:1056)
at be.re.ooo.Reporter.merge(Reporter.java:374)
at be.re.ooo.Reporter.main(Reporter.java:196)
---------------------------------------------------------------------
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]