Quantcast
Channel: SCN : Popular Discussions - Java SDK Application Development
Viewing all articles
Browse latest Browse all 1701

Reprot generation thread does not get terminated automatically

$
0
0

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


Viewing all articles
Browse latest Browse all 1701

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>