Hi All,
We are using RASReportFactory for generating the report, we got one thread does not get terminated even after the main thread is terminated after the report is generated successfully... THe following code we are using for report generation
IReportAppFactory reportAppFactory = (IReportAppFactory) boEnterpriseSession.getService("","RASReportFactory");<br>
clientDoc = reportAppFactory.openDocument(infoObject,1, java.util.Locale.US);<br>ByteArrayInputStream byteIS = (ByteArrayInputStream) clientDoc.getPrintOutputController().export(ReportExportFormat.PDF);
we are getting the following thread stack after the main thread is terminated:
+Thread [Business Objects - Sessions Clean up] (Running) +
+Thread [ORBacus:Client:SenderThread] (Running) +
+Thread [ORBacus:Client:ReceiverThread] (Running) +
+Thread [ORBacus:Server:StarterThread] (Running) +
+Thread [ORBacus:Client:SenderThread] (Running) +
+Thread [ORBacus:Client:ReceiverThread] (Running) +
+Thread [Thread-0] (Running) +
+Thread [DestroyJavaVM] (Running) +
Can any one help us to resolve this.
Edited by: Vasanth miste on Apr 26, 2010 2:50 PM