Exception 50125 when printing images
I'm running Oracle Forms and Reports 10.1.2.3.0 over windows Server 2003 SP2. and is connecting to a database server 11g,
Engine crashes every time I submit a specific report. The report has some images in it but it runs fine in the Development and Test environment which have lesser resources available.
Conf file:
=====
<engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="1" maxEngine="8" minEngine="1" engLife="50" maxIdle="30" callbackTimeOut="300000" jvmOptions="-Xmx1024M -Xms512M -Xss512k" engineResponseTimeOut="360">
<property name="sourceDir" value="E:\SmartApp\Prod01"/>
<property name="tempDir" value="E:\SmartApp\Spool"/>
<!--property name="keepConnection" value="yes"/-->
</engine>
====
Articles in the knowledge base don't apply to my case. Bold line bellow is not shown in any search
0