Usually it happens when the report is taking long time to execute causing the application server to report that the processing thread is 'hung'.
Set the <CORBARequestTimeout> value in clientSDKOptions.xml file. You can find the file in the lib directory where you have all the BO jars.
Copy and place this file in your application's WEB-INF/classes folder, or alternatively, you can specify the location of the clientSDKOptions.xml file at run-time as below.
- In your JSP or Java files, use the Java method setProperty from the System class. Set the system property indicated by the ras.config key to the specified directory as: system.setProperty("ras.config","c:\temp").
Thanks,
Prithvi