Report Engine rwEng-0 crashed when server startup

I installed 9ias on RedHat Linux, and applied the latest patches(Core patch 2, NT patch 1, form&report patch 2).But when I start the report server(in-process server).
The report server's log shows:
** 2003/5/19 8:51:9:297 -- Reports Server is starting up
*** 2003/5/19 8:51:24:418 -- Reports Server started up engine rwURLEng-0
*** 2003/5/19 8:51:31:892 -- Reports Server started up engine rwEng-0
*** 2003/5/19 8:51:32:956 -- Engine rwEng-0 crashed
Then I run a report with the web browser, after single sign-on login interface, the browser is hang, then shows
REP-51026: No output for job 19
Some new lines append in the log file:
*** 2003/5/19 9:7:2:980 -- Reports Server started up engine rwEng-0
*** 2003/5/19 9:7:9:633 -- Reports Server started up engine rwEng-1
*** 2003/5/19 9:7:15:994 -- Reports Server started up engine rwEng-2
*** 2003/5/19 9:7:23:226 -- Reports Server started up engine rwEng-3
*** 2003/5/19 9:7:30:328 -- Reports Server started up engine rwEng-4
*** 2003/5/19 9:21:24:827 -- Reports Server shut down engine rwURLEng-0
*** 2003/5/19 9:21:30:413 -- Reports Server started up engine rwURLEng-0
I sent the request again, the browser shows:
REP-50125: Caught exception: org.omg.CORBA.OBJECT_NOT_EXIST: minor code: 0 completed: No
Anyone can help me?

Thanks for your advice,I try it , when startup, no error in the reportserver.trc file, but when I send a request from the web , it shows:
[2003/5/20 2:59:7:975] Debug 56031 (ConnectionImpl:runJob): Job 1 is waiting for
notification
[2003/5/20 2:59:8:919] Info 56020 (EngineManager:spawnEngine): Launching engine
rwURLEng-0
[2003/5/20 2:59:8:919] Debug 50103 (EngineManager:spawnEngine): Start engine com
mand line = /oracle/product/app/bin/rwengine.sh -cp /oracle/product/app/j2ee/hom
e/lib/ojsp.jar:/oracle/product/app/reports/jlib/rwrun.jar:/oracle/product/app/jl
ib/zrclient.jar -XX:+AllowUserSignalHandlers -XX:CompileThreshold=20000 -Xmx128M
oracle.reports.engine.RWEngine name=rwURLEng-0 server=rep_app_server ORACLE_HOM
E=/oracle/product/app engineimplclass=oracle.reports.urlengine.URLEngineImpl tra
ceopts=trace_all tracefile=/oracle/product/app/reports/logs/rep_app_server-rwURL
Eng-0.trc tracemode=trace_replace cacheDir=/oracle/product/app/reports/cache
[2003/5/20 2:59:8:969] Info 56021 (EngineManager:spawnEngine): Engine rwURLEng-0
has been launched
[2003/5/20 2:59:8:970] State 56004 (EngineInfo:setState): Engine rwURLEng-0 stat
e is: Initial
[2003/5/20 2:59:19:841] Exception 50125 (exception oracle.reports.RWException {
oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
int errorCode=55103,
java.lang.String errorString="API URLEngine:getEngineEnvs not applicable to URL
engine",
java.lang.String moduleName="REP"
at oracle.reports.RWExceptionHelper.read(Unknown Source)
at oracle.reports.engine._EngineClassStub.getEnvs(Unknown Source)
at oracle.reports.server.EngineManager$TimedPingerThread.run(EngineManag
er.java:1581)
): Internal error exception oracle.reports.RWException {
oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
int errorCode=55103,
java.lang.String errorString="API URLEngine:getEngineEnvs not applicable to URL
engine",
java.lang.String moduleName="REP"
[2003/5/20 2:59:19:842] Warning 50103 (EngineManager:registerEngine): REP-55103:
API URLEngine:getEngineEnvs not applicable to URL engine
report_server.log shows:
*** 2003/5/20 2:56:53:703 -- Reports Server is starting up
*** 2003/5/20 2:59:19:842 -- Reports Server started up engine rwURLEng-0
*** 2003/5/20 2:59:25:94 -- Reports Server started up engine rwEng-0
*** 2003/5/20 2:59:26:164 -- Engine rwEng-0 crashed
*** 2003/5/20 2:59:32:439 -- Reports Server started up engine rwEng-0
*** 2003/5/20 2:59:35:302 -- Engine rwEng-0 crashed
*** 2003/5/20 2:59:42:88 -- Reports Server started up engine rwEng-0
*** 2003/5/20 2:59:44:472 -- Engine rwEng-0 crashed
I still get "REP-56048: Engine null crashed, job Id: 1
" on the web.

Similar Messages

  • Report Engine rwEng-0 crashed

    Terminated with error: REP-56048: Engine rwEng-0 crashed, job Id: 57404
    What are the possible causes of above problem?
    Regards,
    Raj

    1. Run away query
    2. Time out occured due to preset setting on reports server

  • 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.

  • 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

  • "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

  • 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

  • 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 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.

  • Report Engine does not increase when there is a large no of reports queue

    Hello Everybody,
    Specifications:
    Product : Oracle Application Server Forms and Reports Services 10.1.2.0.2
    OS : Windows 2003 R2 Server
    Dual Core CPU 2600MHz
    6 GB RAM
    We are doing the sizing for our reports server. We have specified the following in our rep_server.conf
    <engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="2" maxEngine="6" minEngine="2" engLife="50" maxIdle="30" callbackTimeOut="90000" engineResponseTimeOut="3" jvmoptions="-Xms64m -Xmx128m">
    Even when there are 5000 or more reports in the queue still the number of engines in the reports server remains at 2 though I have given that it can use upto a maximum of 6 engines. Can anybody please explain why this happens? Am I missing something here?
    Thank you for your reply in advance.

    Hello,
    Anybody has any idea why the report engine is behaving like this?
    Thanks in advance

  • Duplicate and orphelin Report engine "rweng"

    Hi All,
    I have a report server 10g (9.0.4) on HP-UX using three engine rweng-0,rweng-1,rweng-2
    here is my conf :
    <engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="1" maxEngine="3" minEngine="1" engLife="50" maxIdle="10" callbackTimeOut="60000">
    Sometimes when i type the command ps -ex i found duplicate engine for example : (2 or 3 -- rweng-0) ( 1-- rweng-1) ( 1 -- rweng-2)
    There is also an other problem somtimes the server hangs et stop responding.
    The rwserver.trc shows some error like :
    [2011/9/28 2:33:37:725] Exception 1401 (): 'beforereport': Une erreur fatale PL/SQL s'est produite.
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=1401,
    java.lang.String errorString="'beforereport': Une erreur fatale PL/SQL s'est produite.
    java.lang.String moduleName="REP"
    [2011/9/28 3:51:18:501] Exception 56033 (): Job 0 does not exist
    xception oracle.reports.RWException {
    racle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    nt errorCode=56033,
    ava.lang.String errorString="Job 0 does not exist",
    ava.lang.String moduleName="REP"
    [2011/9/28 3:48:39:525] Error 50103 (rwtic:rwticga): Cache hit, check if requested attributes are
    [2011/9/28 3:48:39:584] Exception 50125 (org.omg.CORBA.OBJECT_NOT_EXIST: vmcid: 0x0 minor code
    at com.inprise.vbroker.ProtocolEngine.PortfolioImpl.getConnector(PortfolioImpl.java:79)
    at com.inprise.vbroker.ProtocolEngine.ManagerImpl.getConnector(ManagerImpl.java:147)
    at com.inprise.vbroker.orb.DelegateImpl._bind(DelegateImpl.java:196)
    at com.inprise.vbroker.orb.DelegateImpl.verifyConnection(DelegateImpl.java:365)
    [2011/9/28 3:50:2:1] Exception 50001 (): Server is initializing
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=50001,
    java.lang.String errorString="Server is initializing",
    java.lang.String moduleName="REP"
    What is the source of the duplicate engine ?
    Why the server hangs ? should i put the engineResponseTimeOut parameters ?
    Thanks for your help and sorry for my poor english !

    Hi,
    Can you help me please ?

  • Report engine(rwrun60) is crashing one by one

    Below is the setting of my reports server parameter on 11.5.10.2.
    maxconnect=300
    cachedir="/u02/EPFH/epfhora/8.0.6/reports60/server/cache"
    cachesize=1000
    minengine=16
    maxengine=24
    initengine=16
    maxidle=30
    security=1
    englife=50
    mailprofile="$Header: REP60_server.ora 115.6 2004/11/30 05:20:55 ptiwari ship $"
    nlssupport=yes
    The number of engines starts with 16 and goes up also, but after handling few number of requests, it shutdown one by one and finally one engine left.(The minserver is 16).
    I suspect when memory acquired by report server(rwmts60) is growing, it is not able to restart the report engine.
    What is the cause the report engine is not able to keep 16 engines as specified. We have esingle node application with 8 cpus.
    One peak the load is as below.
    load averages: 3.11, 3.92, 4.23 13:09:24
    550 processes: 542 sleeping, 1 zombie, 5 stopped, 2 on cpu
    CPU states: 73.4% idle, 18.5% user, 8.1% kernel, 0.0% iowait, 0.0% swap
    Memory: 16G real, 6746M free, 12G swap in use, 33G swap free
    Regards,
    Mushir

    You can try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    You need to close and restart Firefox after toggling this setting.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://support.mozilla.org/kb/upgrade-graphics-drivers-use-hardware-acceleration
    You can check for corrupted and duplicate fonts and other font issues:
    *http://www.thexlab.com/faqs/multipleappsquit.html - Font Book 2.0 Help: Checking for damaged fonts
    *http://www.creativetechs.com/iq/garbled_fonts_troubleshooting_guide.html

  • Report Engine getSQLContainer() intermittently fail when trying to pull SQL

    Hi,
    I am using the following code to open up and extract SQL statements from my webI reports.  The code works fine for nearly all our reports, but for some reports the sqlDataProvider.getSQLContainer() line does not pull the SQLContainer, which results in NullPointerExceptions when I try to do anything further with the container downstream.  I'm wondering what would prevent the SQLContainer from being extracted?  Any ideas?
    //get data provider information
    DataProviders dataProviders = doc.getDataProviders();
    //accomodate multiple data providers
    for (dp = 0; dp < dataProviders.getCount(); dp++) {
    DataProvider dataProvider = dataProviders.getItem(dp);
    SQLDataProvider sqlDataProvider = (SQLDataProvider) dataProvider;
    SQLContainer sqlContainer = sqlDataProvider.getSQLContainer();
    try{ 
    SQLSelectStatement reportSelectStatement = (SQLSelectStatement) sqlContainer.getChildAt(0);  //this throws null pointerexcept
    String reportSQL = reportSelectStatement.getSQL();
    } catch (NullPointerException e ) {
    //catch the exception
    Edited by: Jeremy Sartori on Aug 12, 2010 8:50 AM

    I don't know if Jeremy got his issue resolved or not, but the following change (see commented out line) to my setContexts caller seems to work:
        private void FillContexts()
            if (_documentInstance.getMustFillContexts())
                Contexts contexts = this._documentInstance.getContextPrompts();
                for (int i = 0; i < contexts.getCount(); i++)
                    Context context = contexts.getItem(i);
                    String[] allValues = context.getAllValues();
                    String[] shortestContext = GetShortestContext(allValues);
                    context.enterValues(shortestContext);
               // _query.resetContexts(false);       /*  COMMENTING THIS OUT SEEMS TO FIX XI 3.1 SP3 NULL getSQLContainer ISSUE  */
                this._documentInstance.setContexts();
    But I don't want users to be prompted for contexts in generated reports, which is why (I think) the resetContexts call was put in there in the first place.  Is there a better place to call resetContexts(false) that won't have unwanted side effects?
    Thanks, Eric

Maybe you are looking for