Urgent: REP-56048 Engine Crashed

Hi,
I have a strange one. I've been running 9iAS R2 on Windows 2000 for a few months and suddenly on 1/13 I have reports server engine crashing. The specific error is:
Terminated with error: <br>REP-56048: Engine rwEng-0 crashed
I look at the rwservlet status report and I see a total of 347 reports have been run and suddenly, after the above error, the rest of the jobs get: "Canceled as server is shuting down" message until I reboot. I had one .jsp report called with different parameters. On 1/13 it was run at 12:35, 12:39, 12:40 and then at 12:41 it crashed with REP-56048, then the rest get the "canceled as server is shutting down" until I reboot.
Any ideas? I didn't see anything on metalink...
Unfortunately, we are about 2 weeks from user training and customer deployment!
Thanks!
Jeff

Danny -- thanks for the quick reply.
In the reports\logs, I see 3 files. Two empty trace files dated October 4th (near when I installed it the last time, probably). They are:
0 rep_ora9-1-rwEng-0.trc
0 rep_ora9-1-rwURLEng-0.trc
328 rep_ora9-1.log
The rep_ora9-1.log isn't big and doesn't show anything real, as I just rebooted it...sadly. However, right before rebooting this time I cleared out the cache --- and it's now working! The previous 3 times, I didn't even think about the cache, so the only noticable difference at this point is that the cache was cleared by me deleting the files in the reports\cache directory before rebooting.
There were over 200 cached PDF files in there (my output format is PDF). It now seems to be working, but I expect this to go into production with 60+ users who could easily generate 200 reports in a day as the system is using the reports engine to generate letters as a by-product of the process.
I wish I had thought to save the log file, but now I know better.
At this moment it seems resolved, but I'm worried about it for production. Is there a way to have 9iAS or the report server clear out the cache periodically (assuming that's what Long postings are being truncated to ~1 kB at this time.

Similar Messages

  • Very-Urgent ( Rep- 56048 : Eng Crashed in Oracle9i Graphical Report )

    Hi friends,
    I am getting problem in Oracle9i Reports while generating graphical report.
    The error is : REP-56048 - Engine rwEng-0 Crashed.
    This error is for only Grahical type report.
    Thanks for help.
    saroj gupta.

    When you create a .jsp report, Reports inserts an XML report definition in the <rw:objects> tag. This is why it appears to need an XML parser before it can open up a .jsp file.
    You could try just taking this XML and saving it as a .xml file (ie: remove everything from the .jsp except the content of the <rw:objects> tag). This would at least tell you if the problem is in the XML of the JSP section of the file.
    If you can open up the contents of the xml report then you could try opening the .jsp file up in JDeveloper and see if there are any inconsistencies in the file - ie: unmatched tags.
    If you get an "unable to start the XML parser" error trying to open up the xml file, try creating a simple report and saving and loading to XML.

  • Terminated with error:REP-56048:Engine rwHighEng-0 crashed

    Hi Friends,
    When i run a report using Oracle 10g IAS,i get an error:
    'Terminated with error:REP-56048:Engine rwHighEng-0 crashed'
    Anybody have the solution to handle it.Pls help!Thank you very much!

    Hi to all,
    Since the last couple of days we are having a problem with Oracle Reports.
    Whenever we run these reports, it behaves erratic.
    The report comes normal for the first few reports, then suddenly the server gets hanged and no reports can be generated.
    OS on Application server is Windows Server 2003.Os on client machine is XP and Vista
    Error is as below in Application Report Server status
    Terminated with error: REP-56048: Engine rwEng-0 crashed, job
    Any immediate help is appreciated
    Thanks
    Nilesh

  • Terminated with error: br REP-56048: Engine rwEng-0 crashed, job Id: 5778

    while running report i m getting following error
    Terminated with error: <br>REP-56048: Engine rwEng-0 crashed, job Id: 5778
    I m unable to trace what is wrong currently i m using report application server 10.1.2.3.0 and delimited as desformat.
    I have already used jvmoption and delimiteddata.
    but both failed to solve the problem as jvmoption does not work in my case and delimiteddata has expected format problem.I want to use delimited option so what is the problem with engine that it crashes on the few reports.
    regards,
    kaushal

    How many MB of SGA + PGA is assigned its BD?
    Do the following:
    1. It is necessary to modify the engine definition to include :
    jvmOptions="-Xmx512M -Xms128M -Xss512k"
    How to do it, depends on the version of Report Server in use :
    a. For version 10gR2 (10.1.2.x) :
    Backup your Reports server .conf file and Modify the rwEng parameters and add :
    jvmOptions="-Xmx512M -Xms128M -Xss512k"
    b. For version 11g (11.X), this has to be done through Enterprise Manager. In Enterprise Manager, locate your Report Server and go to "Basic Configuration" page then insert :
    -Xmx512M -Xms128M -Xss512k
    into the field "JVM Options" and "Apply" your changes.
    * The important option is "Xss" that sets the maximum stack size that can be used by C code in a thread.
    3. Restart your reports server and try to run again with DESFORMAT=SPREADSHEET

  • REP-56048: Engine rwEng-0 crashed sending reports to printer Linux

    Hi,
    I was wondering if anyone had any ideas of things I could try to get around this error in Oracle 10g (10.1.2.3) on Linux:
    Terminated with error: REP-56048: Engine rwEng-0 crashed
    I'm receiving it when I send a report directly to the printer (DESTYPE=printer DESFORMAT=blank DESNAME=printer name. When I run it locally on my Windows Machine, the command works and my report prints direclty to the printer fine. It's only when I go to Linux that I have issues. I get the above error. I've read posts on here about turning tracing off but that doesn't seem to help (unless I turned an option off that I thought was tracing.
    When I run it with (DESTYPE=cache DESFORMAT=pdf), the reports generates in a new browser window and works fine (on Windows and Linux both).
    Here's the code below I'm sending
    V_OTHER := 'PARAMFORM=NO READONLY=YES authid='||user;
    V_OTHER := V_OTHER||' PAGESIZE='||vPaper;
    V_OTHER := V_OTHER||' ORIENTATION='||vOrientation;
    V_OTHER := V_OTHER||' DELIMITER='||V_DELIM;
    V_OTHER := V_OTHER ||' '||vParameters;
    SET_REPORT_OBJECT_PROPERTY('GENERICREPORT', REPORT_FILENAME, LOWER(:MODULE.MODULE_NAME)||'.rep');
    SET_REPORT_OBJECT_PROPERTY('GENERICREPORT', REPORT_SERVER, 'rep_inxx37_ybs');
    SET_REPORT_OBJECT_PROPERTY('GENERICREPORT', REPORT_OTHER, V_OTHER);
    IF :SUBM_RQST.DESTINATION = 'P' THEN -- This is printer option
    SET_REPORT_OBJECT_PROPERTY('GENERICREPORT', REPORT_DESTYPE, PRINTER);
    SET_REPORT_OBJECT_PROPERTY('GENERICREPORT', REPORT_DESNAME, 'gt-ybs-ps');
    SET_REPORT_OBJECT_PROPERTY('GENERICREPORT', REPORT_DESFORMAT, '');
    ELSIF :SUBM_RQST.DESTINATION = 'S' THEN     -- This is the PDF option               
    SET_REPORT_OBJECT_PROPERTY('GENERICREPORT', REPORT_DESTYPE, CACHE);
    SET_REPORT_OBJECT_PROPERTY('GENERICREPORT', REPORT_DESFORMAT, 'PDF');
    END IF;
    Any help is appreciated.
    Chris

    Has anyone had any issues with upgrading from a different OS (like Windows) to Linux and trying to print reports directly to the printer? I've had nothing but issues with it. I know others are using the feature but, I just haven't figured it out.
    When I send it via the command line, I get this message below. I'm working with Oracle Support on this. I've got default printer setup as my network printer. I can print a document via the command line to my printer but when I submit an Oracle Report command, I get errors like below.
    [as10g@inxx37 bin]$ ./rwrun.sh report=/u11/app/as10g/ybs/bin/test.rdf destype=printer
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0x01c4d4d3, pid=21730, tid=103095184
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_14-b05 mixed mode)
    # Problematic frame:
    # C [libc.so.6+0x704d3] strrchr+0xa3
    # An error report file with more information is saved as hs_err_pid21730.log

  • REP-56048: Engine rwEng-0 crashed in Reports 11g

    I'm trying to run a report in Reports 11g (11.1.1.4) that uses idautomation's barcode java package and I get the REP-56048: Engine rwEng-0 crashed error. Does anyone know how to find the problem or who is using idautomation's barcode java package in Reports 11g?

    Found out that I needed to save the rdf file as an 11g version for reports that had PL/SQL in them. Simple reports ran ok.

  • Terminated with error: br REP-56048: Engine rwEng-0 crashed

    Dear community,
    I have OAS 10.1.2.3.0 installed on Windows server 2008R2, it's a test environment. Everything is working OK, expect running one specific report. It is failing with REP-56048: Engine rwEng-0 crashed. I am running report with destype=cache desformat=pdf, but it doesn't work with spreadsheet or html either.
    I have enabled tracing and this is what I get in the log:
    Exception 50125 (org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 208 completed: Maybe
      at com.sun.corba.se.internal.iiop.IIOPConnection.purge_calls(IIOPConnection.java:438)
      at com.sun.corba.se.internal.iiop.ReaderThread.run(ReaderThread.java:70)
    ): Internal error org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 208 completed: Maybe
    [2014/6/26 0:15:31:537] Info 56029 (EngineManager:shutdownEngine): Shutting down engine rwEng-0
    [2014/6/26 0:15:32:537] Exception 50125 (org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No
      at com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:148)
      at com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:65)
      at com.sun.corba.se.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:67)
      at com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:652)
      at com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:594)
      at com.sun.corba.se.internal.corba.ClientDelegate.request(ClientDelegate.java:886)
      at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)
      at oracle.reports.engine._EngineClassStub.shutdown(_EngineClassStub.java:173)
      at oracle.reports.server.EngineManager.shutdownEngine(EngineManager.java:1473)
      at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:1033)
      at oracle.reports.server.JobManager.runJobLocal(JobManager.java:1912)
      at oracle.reports.server.JobManager.dispatch(JobManager.java:1152)
      at oracle.reports.server.ConnectionImpl.runJob(ConnectionImpl.java:1285)
      at oracle.reports.server._ConnectionImplBase._invoke(_ConnectionImplBase.java:401)
      at com.sun.corba.se.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:355)
      at com.sun.corba.se.internal.iiop.ORB.process(ORB.java:280)
      at com.sun.corba.se.internal.iiop.RequestProcessor.process(RequestProcessor.java:81)
      at com.sun.corba.se.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:106)
    ): Internal error org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No
    [2014/6/26 0:15:32:538] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Shutdown
    [2014/6/26 0:15:32:538] Info 56047 (EngineManager:remove): Reports Server shut down engine rwEng-0
    [2014/6/26 0:15:32:538] State 56016 (JobManager:updateJobStatus): Job 15 status is: Terminated with error:
    REP-56048: Engine rwEng-0 crashed, job Id: 15
    [2014/6/26 0:15:32:538] Debug 50103 (JobObject:writeLongUTF): Number of Break Index values=0
    [2014/6/26 0:15:32:538] Debug 50103 (JobObject:writeLongUTF): String= Engine rwEng-0 crashed, job Id: 15 strlen=34 utflen=34
    [2014/6/26 0:15:32:538] Debug 50103 (JobManager:notifyWaitingJobs): Master job 15 notify its duplicated jobs.
    [2014/6/26 0:15:32:539] Debug 50103 (JobManager:updateJobStatus): Finished updating job: 15
    [2014/6/26 0:15:32:539] Exception 56048 (): Engine rwEng-0 crashed, job Id: 15
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
      at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:1116)
      at oracle.reports.server.JobManager.runJobLocal(JobManager.java:1912)
      at oracle.reports.server.JobManager.dispatch(JobManager.java:1152)
      at oracle.reports.server.ConnectionImpl.runJob(ConnectionImpl.java:1285)
      at oracle.reports.server._ConnectionImplBase._invoke(_ConnectionImplBase.java:401)
      at com.sun.corba.se.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:355)
      at com.sun.corba.se.internal.iiop.ORB.process(ORB.java:280)
      at com.sun.corba.se.internal.iiop.RequestProcessor.process(RequestProcessor.java:81)
      at com.sun.corba.se.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:106)
    [2014/6/26 0:15:32:539] Debug 50103 (JobManager:runJobInEngine): Encounted exception in job 15
    [2014/6/26 0:15:32:539] Debug 50103 (ConnectionImpl:runJob): jobid = 15 Failed with exceptionoracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    [2014/6/26 0:15:32:539] Exception 56048 (): Engine rwEng-0 crashed, job Id: 15
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
      at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:1116)
      at oracle.reports.server.JobManager.runJobLocal(JobManager.java:1912)
      at oracle.reports.server.JobManager.dispatch(JobManager.java:1152)
      at oracle.reports.server.ConnectionImpl.runJob(ConnectionImpl.java:1285)
      at oracle.reports.server._ConnectionImplBase._invoke(_ConnectionImplBase.java:401)
      at com.sun.corba.se.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:355)
      at com.sun.corba.se.internal.iiop.ORB.process(ORB.java:280)
      at com.sun.corba.se.internal.iiop.RequestProcessor.process(RequestProcessor.java:81)
      at com.sun.corba.se.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:106)
    I tried to increase cache in reports_server.conf and setting up JVM "Xmx512M -Xms128M -Xss512k" for reports server engine, none of these configuration settings worked.
    Please advise if there is anything I can configure to bypass this problem.
    Thank you!

    The problem was solved by adding another report server with "SERVER_IN_PROCESS=NO" parameter in rwservlet.properties file.

  • REP-56048: Engine rwEng-0 crashed., job Id: 1077

    I have an Oracle Forms 10.1 app that prints reports. Click the button and the app is supposed to find the appropriate report to print, based on the contents of the print_queue table, and run that report. These reports worked originally, but recently all reports were moved to a different location on the server. So now, after I click the button and IE7 loads, I get the message:
    REP-56048: Engine rwEng-0 crashed., job Id: 1077
    Anybody have any suggestions here? Thanks.

    This error is from a reports package, so you'd be better off asking in the reports forum:
    Reports
    I also recommend working with Oracle support.

  • REP-56048: Engine rwEng-0 crashed

    Hi Friends,
    I am facing a strange phenomina. When ever i am running my report first time it gives me the following error
    REP-56048: Engine rwEng-0 crashed
    but when i run the same report second time its running perfactly fine. Again if i run it third time it gives me the same error.
    REP-56048: Engine rwEng-0 crashed
    I am running a report kept on application server. I am using reports 9i. I am calling reports using hyperlink:
    http://<servername>/reports/rwservlet?dfdl_key&report=<reportname>&desformat=pdf&destype=cache&p_subpartition=P_200304_S_301W797&p_period=april2003&p_vehicle=301W797&p_reportname=P_200304_S_301W797_summary.pdf
    Cam some bosy help me what may be the possible reson for this.
    Regards
    Kamal

    Hi
    Just a thought
    I can cause my report server to crash quite easily
    ( not with your frm error ) but reason and solution may help
    Default cache size is 50mb on 9i report server
    If i change to 1mb and run a report which generates a cache file > 1mb ( a simple graph in this case ), form calling report will hang along with report server
    Change cache to say 10Mb, restart report server and report runs without any problems
    Can see the report failing in reports/rwservlet web page
    Look in <appserver home>/reports/cache to see files created
    edit <appserver home>/reports/conf/<report server>.conf
    and look at cache size value
    Hope this helps
    Ian

  • REP-56048: Engine rwEng-0 crashed job Id: 306292

    I am running the report through URL on Oracle iAS 10g. But I am facing REP-56048: Engine rwEng-0 crashed job Id: 306292 error.
    My URL is like this
    http://AppServer:port/reports/rwservlet?report=glreport.rdf&userid=username/password@connect_string&paramform=No&server=rep_server&distribute=yes&destination=mydistribute.xml
    What are the passible causes for this error.

    Try setting the destype=CACHE and desformat=PDF runtime parameters in your URL:
    http://appserver/reports/rwservlet?report=glreport.rdf&userid=username/password@connect_string&paramform=No&server=rep_server&destype=CACHE&desformat=PDF
    Leave out destination=...

  • REP-56048: Engine rwEng-0 crashed in linux

    whenever iam running a report from linux iam getting REP-56048: Engine rwEng-0 crashed
    error.whether anyone have the solution for this.I have commented trace on also in the configarationfile(report.conf)
    Thanks in advance

    Found out that I needed to save the rdf file as an 11g version for reports that had PL/SQL in them. Simple reports ran ok.

  • "Terminated with error: br REP-56048: Engine rwEng-0 crashed, job Id: 53 "

    Hi experts,
    When I run a report in Oracle 10gR2 forms, I got a error "Terminated with error". So I checked my report queue I found this error "Terminated with error: <br>REP-56048: Engine rwEng-0 crashed, job Id: 53 ".
    For this error I tried to solve by doing the following steps,
    1. increased the cache
    2. jvmOptions="-Xms512m -Xmx512m"
    My system configurations are,
    Windows 7
    4gb ram
    disk space 100gb
    I have my database & application server in same machine.
    For the above error I checked the report server trace log file and pasted it below for your ref.,
    [2012/10/25 6:10:1:201] Info 50132 (JobObject:reset): jobid = 53 Get command line: authid=ANONYMOUS background=yes p_qc_rev=1 paramform=NO jobname="D:\xxxx\ABC3020.jsp" p_lang=1 desformat=SPREADSHEET expiredays=0 report="D:\xxxx\ABC3020.jsp" userid=<USER_ID>@<DATABASENAME> p_user=ADMIN prefix=QAE p_qc_no=1112000008 bu=MEL destype=cache plnt=MATPLNT
    [2012/10/25 6:10:1:202] Debug 50103 (ConnectionImpl:runJob): Job queue for jobid = 53 is 0
    [2012/10/25 6:10:1:202] Debug 50103 (ConnectionImpl:runJob): jobid = 53 is in current queue
    [2012/10/25 6:10:1:203] Info 56013 (ConnectionManager:release): Connection 12 is released
    [2012/10/25 6:10:1:214] Info 56013 (ConnectionManager:release): Connection 13 is released
    [2012/10/25 6:10:2:62] Debug 50103 (JobManager:runCurrentJobs): Job 53 is a sync job :false
    [2012/10/25 6:10:2:62] Debug 50103 (JobManager:findDuplicatedJob): Found no duplicated job for job 53
    [2012/10/25 6:10:2:62] Debug 50103 (JobManager:firstToRun): job 53 is first to run
    [2012/10/25 6:10:2:62] Debug 50103 (JobManager:runCurrentJob): runJobLocal for job 53
    [2012/10/25 6:10:2:62] Debug 50103 (JobManager.runJobLocal): Trying to get engine for Job 53
    [2012/10/25 6:10:2:62] Debug 50103 (EngineManager:getIdleEngine): Target max engines = 1
    [2012/10/25 6:10:2:62] Debug 50103 (EngineManager:getIdleEngine): rwEng-0 is used = true
    [2012/10/25 6:10:2:62] Debug 50103 (EngineManager:getIdleEngine): rwEng-0 state is 1
    [2012/10/25 6:10:2:62] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Reserved
    [2012/10/25 6:10:2:62] Debug 50103 (JobManager.runJobLocal): Job 53 got Engine rwEng-0
    [2012/10/25 6:10:2:63] Debug 50103 (JobManager.runJobLocal): No Engine available for Job 53
    [2012/10/25 6:10:2:63] Debug 50103 (JobManager:runJobInEngine): Job 53 calling setCommand on engine rwEng-0
    [2012/10/25 6:10:2:66] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 3
    [2012/10/25 6:10:2:66] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Running
    [2012/10/25 6:10:2:68] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 5
    [2012/10/25 6:10:2:68] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Idle
    [2012/10/25 6:10:2:69] Debug 50103 (JobManager:runJobInEngine): Send job 53 to engine rwEng-0
    [2012/10/25 6:10:2:71] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 3
    [2012/10/25 6:10:2:71] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Running
    [2012/10/25 6:10:4:201] Exception 50125 (org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe
         at com.sun.corba.se.internal.iiop.IIOPConnection.purge_calls(IIOPConnection.java:438)
         at com.sun.corba.se.internal.iiop.ReaderThread.run(ReaderThread.java:70)
    ): Internal error org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe
    [2012/10/25 6:10:4:201] Info 56029 (EngineManager:shutdownEngine): Shutting down engine rwEng-0
    [2012/10/25 6:10:5:201] Exception 50125 (org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
         at com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:148)
         at com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:65)
         at com.sun.corba.se.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:67)
         at com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:652)
         at com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:594)
         at com.sun.corba.se.internal.corba.ClientDelegate.request(ClientDelegate.java:886)
         at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)
         at oracle.reports.engine._EngineClassStub.shutdown(_EngineClassStub.java:173)
         at oracle.reports.server.EngineManager.shutdownEngine(EngineManager.java:1354)
         at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:974)
         at oracle.reports.server.ExecAsynchJobThread.run(ExecAsynchJobThread.java:54)
    ): Internal error org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    [2012/10/25 6:10:5:201] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Shutdown
    [2012/10/25 6:10:5:201] Info 56047 (EngineManager:remove): Reports Server shut down engine rwEng-0
    [2012/10/25 6:10:5:202] State 56016 (JobManager:updateJobStatus): Job 53 status is: Terminated with error:
    REP-56048: Engine rwEng-0 crashed, job Id: 53
    [2012/10/25 6:10:5:202] Debug 50103 (JobManager:notifyWaitingJobs): Master job 53 notify its duplicated jobs.
    [2012/10/25 6:10:5:202] Debug 50103 (JobManager:updateJobStatus): Finished updating job: 53
    [2012/10/25 6:10:5:202] Exception 56048 (): Engine rwEng-0 crashed, job Id: 53
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
         at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:1009)
         at oracle.reports.server.ExecAsynchJobThread.run(ExecAsynchJobThread.java:54)
    [2012/10/25 6:10:5:202] Debug 50103 (JobManager:runJobInEngine): Encounted exception in job 53
    [2012/10/25 6:10:5:202] Exception 56048 (): Engine rwEng-0 crashed, job Id: 53
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
         at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:1009)
         at oracle.reports.server.ExecAsynchJobThread.run(ExecAsynchJobThread.java:54)
    [2012/10/25 6:10:6:215] Info 56013 (ConnectionManager:release): Connection 14 is released
    [2012/10/25 6:12:20:68] (ConnectionImpl:getServerRunningInfo) enter...
    [2012/10/25 6:12:20:74] (ConnectionImpl:getServerRunningInfo) ...exit
    [2012/10/25 6:12:20:82] Info 56013 (ConnectionManager:release): Connection 15 is released
    [2012/10/25 6:13:47:259] Info 56013 (ConnectionManager:release): Connection 16 is released
    [2012/10/25 6:17:20:77] (ConnectionImpl:getServerRunningInfo) enter...
    [2012/10/25 6:17:20:80] (ConnectionImpl:getServerRunningInfo) ...exit
    [2012/10/25 6:17:20:81] Info 56013 (ConnectionManager:release): Connection 17 is released
    [2012/10/25 6:18:19:652] Info 56013 (ConnectionManager:release): Connection 18 is released
    Regards,
    Raj

    How many MB of SGA + PGA is assigned its BD?
    Do the following:
    1. It is necessary to modify the engine definition to include :
    jvmOptions="-Xmx512M -Xms128M -Xss512k"
    How to do it, depends on the version of Report Server in use :
    a. For version 10gR2 (10.1.2.x) :
    Backup your Reports server .conf file and Modify the rwEng parameters and add :
    jvmOptions="-Xmx512M -Xms128M -Xss512k"
    b. For version 11g (11.X), this has to be done through Enterprise Manager. In Enterprise Manager, locate your Report Server and go to "Basic Configuration" page then insert :
    -Xmx512M -Xms128M -Xss512k
    into the field "JVM Options" and "Apply" your changes.
    * The important option is "Xss" that sets the maximum stack size that can be used by C code in a thread.
    3. Restart your reports server and try to run again with DESFORMAT=SPREADSHEET

  • REP-56048: Motor (Engine) rwEng-0 bloqueado (blocked)

    I´ve a problem when running a report 11g.
    Sometimes it crash when running from a URL like:
    http://10.xx.999.999:9999/reports/rwservlet?report=YYY.rdf&userid=blablabla..l&server=XXXXXXXXXXX&destype=file&desname=XXXXX.pdf&anyo=2011&fecha_datos=2011/12/31&paramform=no
    ...and sometimes when call 'run_report_object from' from a FORM (in this case, when running with 'paramform=yes' works fine but when running with 'paramform=no', then crash again)
    It looks like a problem with JVM.
    ¿Does anybody any suggest?
    I´m looking forward, Thanks
    I post the error showed:      
    "El informe ha terminado con error:
    REP-56048: Motor rwEng-0 bloqueado., job Id: 1989."
    ... and next several lines from de .log:
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6562c0cb, pid=7640, tid=6284
    # JRE version: 6.0_14-b08
    # Java VM: Java HotSpot(TM) Server VM (14.0-b16 mixed mode windows-x86 )
    # Problematic frame:
    # C [rw.dll+0x5dc0cb]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    #

    Hi,
    maybe you are using in parameter form "Additional Attributes (HTML)" property. There is a known issue in 11g.
    Please check the following support note
    Rep-56048 Engine Crashed on 11g Using Additional Html Property On Paramform Fields (Doc ID 1341170.1)
    Regards

  • REP-56048 with PDF Subsetting

    Hi everyone,
    I'm having a problem with Reports 9i (IAS 9.0.2.1) when i use PDF Subsetting.
    The following message appears:
    REP-56048: Engine reEng-0 crashed
    What can I do to solve this??
    My uifont.ali is configured like this:
    #===============================================================
    [ Global ] # Put mappings for all surfaces here.
    # Mapping from MS Windows
    Arial = helvetica
    "Courier New" = courier
    "Times New Roman" = times
    Modern = helvetica
    "MS Sans Serif" = helvetica
    "MS Serif" = times
    "Small Fonts" = helvetica
    [ PDF:Subset ]
    # This example shows how to subset Arial True Type font into the PDF file:
    # helvetica = "Arial.ttf"
    # The True Type font files must exist in any one of the folders specified in
    # REPORTS_PATH.
    helvetica = "Arial.ttf"
    My TTF font file (Arial.ttf) is in $ORACLE_HOME/reports/samples/demo.
    My repserver.conf is configured like this:
    SERVER_IN_PROCESS=NO
    RELOAD_KEYMAP=NO
    SINGLESIGNON=NO
    SERVER=repserver
    The rwEng configuration on rwservlet.properties is:
    <engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="5" maxEngine="10" minEngine="5" engLife="50" maxIdle="30" callbackTimeOut="60000">
    <engine id="rwURLEng" class="oracle.reports.urlengine.URLEngineImpl" initEngine="5" maxEngine="10" minEngine="5" engLife="50" maxIdle="30" callbackTimeOut="60000"/>
    Is there something worng with the configuration of my files.
    This is kind of urgent. I appreciate if anybody can help me.
    Marcus Oliveira ([email protected])

    Hi Marcus
    Please apply the latest Reports 9i patch 9.0.2.2. To download the patch, goto Metalink.oracle.com and search for Patch# 2842923.
    Thanks
    Rohit

  • Report engine crashes

    Hi, When, i run the report from forms, i am getting the below error message.
    Any help would be appreciated
    " Terminated with error: <br>REP-56048: Engine rwEng-1 crashed, job Id: 73448 "
    Thanks & Regards
    A.Gopal

    hi 868080
    are u trying to generate in spreadsheet or pdf. check following link
    My Work Blog - Oracle and SQL server: Oracle Forms Report Crash while generating Excel output, REP-56049

Maybe you are looking for