Hi,
We are using Oracle Report Server Server 10g/9.0.4.2.0 on Red Hat Linux.
Many times one of the Report Engine is going to 'Freeze' state (or Idle) meaning not doing anything and
once we restart BI forms service, it executes the requests very fast.
The problem is that it happens many times in a day.
Can anybody suggest on this.
Thanks and Regards,
OraSaket
Note : Present conf file configuration for report engines is as below
<engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="2" maxEngine="4" minEngine="2" engLife="50" maxIdle="300" callbackTimeOut="60000" engineResponseTimeOut="900" jvmOptions="-Xms128m -Xmx1024m">
<!--property name="sourceDir" value="your reports source directory"/-->
<!--property name="tempDir" value="your reports temp directory"/-->
</engine>
<engine id="rwURLEng" class="oracle.reports.urlengine.URLEngineImpl" initEngine="1" maxEngine="4" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="60000"/>