<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
One of the problems I am facing is there is a hang from my app<br>communcatiing with Libre. Again it always seems to be at the stage of<br>getting the list of text fields:<br><br>xTextFieldsSupplier.getTextFields();<br><br>This results in the system hanging and upon inspection of the stack<br>trace it appears to be waiting for a response from Libre. This test was<br>performed with a brand new document to try to discount any problems with<br>a corrupted document. After checking with my debugger attached to libre<br>office it does not show any exception or crash.<br> <br><br>Thread [main] (Suspended) <br> Object.wait(long) line: not available [native method] <br> JobQueue.removeJob(int) line: 221 <br> JobQueue.enter(int, Object) line: 331 <br> JobQueue.enter(Object) line: 304 <br> JavaThreadPool.enter(Object, ThreadId) line: 91 <br> java_remote_bridge.sendRequest(String, Type, String, Object[]) line: 639 <br> ProxyFactory$Handler.request(String, Object[]) line: 151 <br> ProxyFactory$Handler.invoke(Object, Method, Object[]) line: 133 <br> $Proxy28.getTextFields() line: not available <br> TextFieldService.getUserTextFields() line: 279 <br> OpenOfficeManager$OOViewer.getMergeFields(ITextDocument) line: 580 <br> OpenOfficeManager$OOViewer.getMergeFields() line: 541 <br> FieldLookupMailMerge.initQuery() line: 395 <br> FieldLookupMailMerge.openFieldLookup(Composite) line: 115 <br> TreeMailMergeNavigator.openNewDocument(Shell) line: 715 <br> TreeMailMergeNavigator.menuNewDocument(Shell) line: 783 <br> TreeMailMergeNavigator.startMailMergeOperation(Shell, TreeMailMergeNavigator$Operations, TreeItem) line: 386 <br> PropcoUserView.MailMergeMenu(TreeMailMergeNavigator$Operations) line: 1997 <br> PropcoUserView$1MailMergeMenuNavigator.widgetSelected(SelectionEvent) line: 1581 <br> TypedListener.handleEvent(Event) line: not available <br> EventTable.sendEvent(Event) line: not available <br> Button(Widget).sendEvent(Event) line: not available <br> Display.runDeferredEvents() line: not available <br> Display.readAndDispatch() line: not available <br> PropcoUserView.main(String[]) line: 2408 <br><br><br>Any help much appreciated.<br><br>                                            </div></body>
</html>