Report Server don't launch engines
Hello,
we are using oracle application server 10.1.2.2.0 with forms and reports service, we are facing to a problem whith one reports server.
our problem is that the application server not able to restart the engines that had shutdowned cause of the engLife or maxIdle engine-parameters and it seems that the no more reports could be produced.
the engine configuration of this rep serve is a follow:
initEngine="4" maxEngine="10" minEngine="3" engLife="50" maxIdle="30" callbackTimeOut="90000"
the trace file of the rep serve shows the output:
[2010/3/9 11:10:39:495] Debug 50103 (JobManager.runJobLocal): Trying to get engine for Job 2493398 [2010/3/9 11:10:39:495] Debug 50103 (EngineManager:getIdleEngine): Target max engines = 10 [2010/3/9 11:10:39:495] De