Oracle Reports rwservlet Engine crashed?

I got error from oracle reports : REP-56048: Engine rwEng-0 crashed,job Id: 1793
What is solution?
Thank for All...

You will need to install the reports client as well to get a link to your reports server.
Ken

Similar Messages

  • Oracle Report Server Engine is getting stopped after starting.

    Hello,
    Reports Engine is shutting down after starting.
    OS = Solaris 10
    Application Server = Oracle 10gr2
    *** 2011/1/4 3:59:34:723 -- Shutting down engine rwEng-0
    *** 2011/1/4 3:59:34:726 -- Reports Server shut down engine rwEng-0
    *** 2011/1/4 3:59:34:726 -- Shutting down engine rwURLEng-0
    rwserver.log
    *** 2011/1/4 3:29:26:924 -- Reading server config file /apps/oracle/product/DSrip10gR2/reports/conf/rep_oxdaps39b_oas_dsrip.conf
    *** 2011/1/4 3:29:26:926 -- <server version="10.1.2.0.2">
    <cache class="oracle.reports.cache.RWCache">
    <property name="cacheSize" value="50"/>
    <!--property name="cacheDir" value="your cache directory"/-->
    <!--property name="maxCacheFileNumber" value="max number of cache files"/-->
    <!--property name="ignoreParameters" value="parameter names to be ignored in constructing cache key, separated by comma ','"/-->
    </cache>
    <!--Please do not change the id for reports engine.-->
    <!--The class specifies below is subclass of _EngineClassImplBase and implements EngineInterface.-->
    <engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackT
    imeOut="90000">
    <!--property name="sourceDir" value="your reports source directory"/-->
    <!--property name="tempDir" value="your reports temp directory"/-->
    <!--property name="keepConnection" value="yes"/-->
    </engine>
    <engine id="rwURLEng" class="oracle.reports.urlengine.URLEngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30"
    callbackTimeOut="60000"/>
    <!--security id="rwSec" class="oracle.reports.server.RWSecurity">
    <property name="securityUserid" value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%" confidential="yes" encrypted="no"
    />
    <property name="oidEntity" value="%REPORTS_OID_ENTITY%"/>
    </security-->
    <!--destination destype="oraclePortal" class="oracle.reports.server.DesOraclePortal">
    <property name="portalUserid" value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%" confidential="yes" encrypted="no"/>
    </destination-->
    <destination destype="ftp" class="oracle.reports.plugin.destination.ftp.DesFTP">
    <!--property name="proxy" value="proxyinfo.xml"/-->
    </destination>
    <destination destype="WebDav" class="oracle.reports.plugin.destination.webdav.DesWebDAV">
    <!--property name="proxy" value="proxyinfo.xml"/-->
    </destination>
    <!-- By default server will use rwnetwork.conf as network config file
    Use this element to override the same -->
    <!--networkConfig file="rwnetwork.conf"></networkConfig-->
    <job jobType="report" engineId="rwEng"/>
    <job jobType="rwurl" engineId="rwURLEng"/>
    <notification id="mailNotify" class="oracle.reports.server.MailNotify">
    <property name="succnotefile" value="succnote.txt"/>
    <property name="failnotefile" value="failnote.txt"/>
    </notification>
    <!--notification id="wfNotify" class="oracle.reports.server.WorkflowNotify">
    <property name="connStr" value="%WF_DB_USERNAME%/%WF_DB_PASSWORD%@%WF_DB_TNSNAME%" confidential="yes" encrypted="no"/>
    </notification-->
    <log option="noJob"/>
    <!--jobStatusRepository class="oracle.reports.server.JobRepositoryDB">
    <property name="repositoryConn" value="repo_db_username/repo_db_password@repo_db_tnsname" confidential="yes" encrypted="no"/>
    </jobStatusRepository-->
    <!--trace traceOpts="trace_all"/-->
    <connection maxConnect="20" idleTimeOut="15">
    <orbClient id="RWClient" publicKeyFile="clientpub.key"/>
    </connection>
    <queue maxQueueSize="1000"/>
    <!--jobRecovery auxDatFiles="yes"/-->
    <!--
    The value of the 'identifier' element is encrypted and is of the form SERVERACCESSKEY_USER/SERVERACCESSKEY_PASSWORD
    SERVERACCESSKEY_USER and SERVERACCESSKEY_PASSWORD in <server>.conf and targets.xml
    file should match for Reports EM pages to display data correctly.
    Corresponding entries of username and password in targets.xml:
    <Property NAME="Password" VALUE="SERVERACCESSKEY_PASSWORD" ENCRYPTED="FALSE"/>
    <Property NAME="UserName" VALUE="SERVERACCESSKEY_USER" ENCRYPTED="FALSE"/>
    -->
    <!--pluginParam name="mailServer">%MAILSERVER_NAME%</pluginParam-->
    <!--pluginParam name="proxy" type="file">proxyinfo.xml</pluginParam-->
    <pluginParam name="xmlpds" type="file">xmlpds.conf</pluginParam>
    <pluginParam name="jdbcpds" type="file">jdbcpds.conf</pluginParam>
    <pluginParam name="textpds" type="file">textpds.conf</pluginParam>
    </server>
    *** 2011/1/4 3:29:26:927 -- Reports Server is starting up
    *** 2011/1/4 3:29:33:761 -- Reports Server started up engine rwURLEng-0
    *** 2011/1/4 3:29:34:236 -- Reports Server started up engine rwEng-0
    *** 2011/1/4 3:59:34:723 -- Shutting down engine rwEng-0
    *** 2011/1/4 3:59:34:726 -- Reports Server shut down engine rwEng-0
    *** 2011/1/4 3:59:34:726 -- Shutting down engine rwURLEng-0
    *** 2011/1/4 3:59:34:727 -- Reports Server shut down engine rwURLEng-0
    *** 2011/1/5 4:31:21:443 -- Reports Server started up engine rwEng-0
    =============================================================
    rwservlet.properties
    SERVER_IN_PROCESS=YES
    RELOAD_KEYMAP=NO
    #DIAGNOSTIC=YES
    #TRACEOPTS=TRACE_ALL
    #TRACEFILE=rwservlet.trc
    #TRACEMODE=TRACE_REPLACE
    #SERVER=<reports_server_name>
    #IMAGEURL=http://<web_server_name>:<port_num>/reports/rwservlet
    #KEYMAPFILE=CGICMD.DAT
    #DBAUTH=RWDBAUTH.HTM
    #SYSAUTH=RWSYSAUTH.HTM
    #ERRORTEMPLATE=RWERROR.HTM
    #COOKIEEXPIRE=30
    #ENCRYPTIONKEY=reports9i
    #DIAGBODYTAGS=<reports_servlet_help_file_title>
    #DIAGHEADTAGS=<reports_servlet_help_file_body_tag>
    #HELPURL=<url_of_customized_help_file_for_reports_servlet>
    #SINGLESIGNON=YES
    OID_ENTITY=%REPORTS_OID_ENTITY%
    #ALLOWHTMLTAGS=NO
    #REPORTS_NETWORK_CONFIG=rwnetwork.conf
    #OIDCON_INIT=10
    #OIDCON_INCREMENT=10
    #OIDCON_TIMEOUT=0
    SERVER=rep_oxdaps39b_OAS_DSRIP
    Kindly suggest how to fix this.
    thanks,
    Kam

    It could be the configuration issue. Reconfigure the engine.

  • Report Background Engine  Crashes

    I have a problem with Report Background Engine. When I try running a report through forms, the Report Background Engine and the Forms Runtime hangs. And If I End Task the Forms Runtime, the forms runtime closes and the background engine shows the report properly. Now I am not able to run reports properly from the Forms.
    In my coding I use RUN_PRODUCT for calling the report from the forms. The O/s is Windows 98.
    Please provide me with a solution asap.

    Please apply latest 6i patchset and try. (Yours is very old. Latest is 6.0.8.0.24. So many bug fixes have gone in since your patchset)

  • Report Server Engine Crashed

    Whenever i Run a report which does bulk data extract i get the message
    Terminated with error: <br>REP-56048: Engine rwEng-2 crashed, job Id: 9543
    Any help would be appreiciated.
    Their is no issue with space either on database or on report server .

    Hi,
    I think that this is an issue that requires customer support to have a look. Contact them at metalink.oracle.com
    Frank

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

  • How to run report builder engine????

    Hi!
    I want to run Oracle Report Builder Engine from FrontEnd(java).
    Please mention me the steps i can proceed.

    The better way could be that the Repor Builder engine, be started when the database starts up.
    Why should i be done from the front end ?

  • Report Engine crashing on Solaris when report with graph is given.

    Hi,
    We are using following environment:
    Solaris 8
    Oracle 9i Report Sevices.
    When we try to execute reports having graphs then the report engine crashes with the following exception:
    REP-0177: Error while running in remote server
    REP-56048: Engine rwEng-0 crashed
    The complete crash log is also appendend in the end of this mail.
    When I remove the graph from the rdf then reports get exectued fine without any crash. The same rdg with graph works fine on windows NT.
    If somebody can help on this, it will be great.
    Thanks,
    Ashish
    The complete crash log is as follows:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0xf017b350
    Function name=_Xm21FreeHashTable
    Library=/usr/lib/libXm.so.4
    Current Java thread:
         at sun.awt.motif.MWindowPeer.create(Native Method)
         at sun.awt.motif.MComponentPeer.init(MComponentPeer.java:169)
         at sun.awt.motif.MWindowPeer.init(MWindowPeer.java:86)
         at sun.awt.motif.MFramePeer.<init>(MFramePeer.java:53)
         at sun.awt.motif.MToolkit.createFrame(MToolkit.java:138)
         at java.awt.Frame.addNotify(Frame.java:353)
         at java.awt.Window.pack(Window.java:369)
         at tdg.Perspective.<init>(Perspective.java:478)
         at oracle.dss.graph.PFJ.<init>(PFJ.java:47)
         at oracle.dss.graph.Graph.createPFJ(Graph.java:1190)
         at oracle.dss.graph.Graph._setupGraphView(Graph.java:353)
         at oracle.dss.graph.Graph.<init>(Graph.java:164)
         at oracle.reports.chart.Chart.<init>(Chart.java:51)
         at oracle.reports.chart.ChartRunner.<init>(ChartRunner.java:46)
         at oracle.reports.engine.EngineImpl.CRunReport(Native Method)
         at oracle.reports.engine.EngineImpl.run(EngineImpl.java:289)
         at oracle.reports.engine.EngineClassPOATie.run(EngineClassPOATie.java:84)
         at oracle.reports.engine.EngineClassPOA._invoke(EngineClassPOA.java:117)
         at oracle.reports.engine.EngineClassPOA._invoke(EngineClassPOA.java:62)
         at com.inprise.vbroker.poa.POAImpl.invoke(POAImpl.java:2355)
         at com.inprise.vbroker.poa.ActivationRecord.invoke(ActivationRecord.java:104)
         at com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java:492)
         at com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(ServerProtocolAdapter.java:64)
         at com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(GiopProtocolAdapter.java:653)
         at com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(TPDispatcherImpl.java:99)
         at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(ThreadPool.java:76)
    Dynamic libraries:
    0x10000      /users/orarep9i/OraHome1/jdk/jre/bin/../bin/sparc/native_threads/java
    0xff350000      /usr/lib/libthread.so.1
    0xff390000      /usr/lib/libdl.so.1
    0xff200000      /usr/lib/libc.so.1
    0xff330000      /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1
    0xfe480000      /users/orarep9i/OraHome1/jdk/jre/lib/sparc/client/libjvm.so
    0xff2d0000      /usr/lib/libCrun.so.1
    0xff1d0000      /usr/lib/libsocket.so.1
    0xff100000      /usr/lib/libnsl.so.1
    0xff0d0000      /usr/lib/libm.so.1
    0xff310000      /usr/lib/libw.so.1
    0xff0b0000      /usr/lib/libmp.so.2
    0xff080000      /users/orarep9i/OraHome1/jdk/jre/lib/sparc/native_threads/libhpi.so
    0xff040000      /users/orarep9i/OraHome1/jdk/jre/lib/sparc/libverify.so
    0xfe440000      /users/orarep9i/OraHome1/jdk/jre/lib/sparc/libjava.so
    0xfe410000      /users/orarep9i/OraHome1/jdk/jre/lib/sparc/libzip.so
    0xf3be0000      /users/orarep9i/OraHome1/jdk/jre/lib/sparc/libnet.so
    0xf3bc0000      /users/orarep9i/OraHome1/jdk/jre/lib/sparc/libioser12.so
    0xf39e0000      /usr/lib/nss_nis.so.1
    0xf2000000      /users/orarep9i/OraHome1/lib/librw90.so
    0xf1d00000      /users/orarep9i/OraHome1/lib/libobx90.so.0
    0xf36b0000      /users/orarep9i/OraHome1/lib/librws90.so.0
    0xf2a80000      /users/orarep9i/OraHome1/lib/libde90.so.0
    0xf2fc0000      /users/orarep9i/OraHome1/lib/libucol90.so.0
    0xf39b0000      /users/orarep9i/OraHome1/lib/libuicc90.so.0
    0xf2ea0000      /users/orarep9i/OraHome1/lib/libca90.so.0
    0xf35e0000      /users/orarep9i/OraHome1/lib/libmma90.so.0
    0xf2dc0000      /users/orarep9i/OraHome1/lib/libmmiw90.so.0
    0xf3860000      /users/orarep9i/OraHome1/lib/libmmov90.so.0
    0xf2f90000      /users/orarep9i/OraHome1/lib/libmmos90.so.0
    0xf2cc0000      /users/orarep9i/OraHome1/lib/libmmoi90.so.0
    0xf32e0000      /users/orarep9i/OraHome1/lib/libmmia90.so.0
    0xf2da0000      /users/orarep9i/OraHome1/lib/libmmft90.so.0
    0xf1fc0000      /users/orarep9i/OraHome1/lib/libmmcm90.so.0
    0xf1c00000      /users/orarep9i/OraHome1/lib/libvgs90.so.0
    0xf2ca0000      /users/orarep9i/OraHome1/lib/libuihx90.so.0
    0xf1b90000      /users/orarep9i/OraHome1/lib/libuc90.so.0
    0xf1b20000      /users/orarep9i/OraHome1/lib/libuipr90.so.0
    0xf1900000      /users/orarep9i/OraHome1/lib/libuimotif90.so.0
    0xf1ae0000      /users/orarep9i/OraHome1/lib/libot90.so.0
    0xf18a0000      /users/orarep9i/OraHome1/lib/librem90.so.0
    0xf1820000      /users/orarep9i/OraHome1/lib/libree90.so.0
    0xf1fa0000      /users/orarep9i/OraHome1/lib/librec90.so.0
    0xf17f0000      /users/orarep9i/OraHome1/lib/libuiimg90.so.0
    0xf17b0000      /users/orarep9i/OraHome1/lib/libuia90.so.0
    0xf2a60000      /users/orarep9i/OraHome1/lib/libtknqap90.so.0
    0xf1780000      /users/orarep9i/OraHome1/lib/libutt90.so.0
    0xf1750000      /users/orarep9i/OraHome1/lib/librod90.so.0
    0xf1720000      /users/orarep9i/OraHome1/lib/libror90.so.0
    0xf16f0000      /users/orarep9i/OraHome1/lib/libros90.so.0
    0xf16c0000      /users/orarep9i/OraHome1/lib/libuat90.so.0
    0xf16a0000      /users/orarep9i/OraHome1/lib/libdfc90.so.0
    0xf1680000      /users/orarep9i/OraHome1/lib/libutc90.so.0
    0xf1660000      /users/orarep9i/OraHome1/lib/libutj90.so.0
    0xf1630000      /users/orarep9i/OraHome1/lib/libutl90.so.0
    0xf1610000      /users/orarep9i/OraHome1/lib/libsl90.so.0
    0xf0c00000      /users/orarep9i/OraHome1/lib/libclntsh.so.9.0
    0xf15f0000      /users/orarep9i/OraHome1/lib/libwtc9.so
    0xf15d0000      /usr/lib/libsched.so.1
    0xf15b0000      /usr/lib/libaio.so.1
    0xf0a00000      /usr/lib/libXm.so.3
    0xf1540000      /usr/lib/libXt.so.4
    0xf0900000      /usr/lib/libX11.so.4
    0xf1520000      /usr/lib/libgen.so.1
    0xf1500000      /usr/lib/librt.so.1
    0xf14e0000      /usr/lib/libSM.so.6
    0xf14b0000      /usr/lib/libICE.so.6
    0xf1480000      /usr/lib/libXext.so.0
    0xf0bd0000      /usr/openwin/lib/libdga.so.1
    0xf0bb0000      /users/orarep9i/OraHome1/jdk/jre/lib/sparc/libawt.so
    0xf0280000      /users/orarep9i/OraHome1/jdk/jre/lib/sparc/motif21/libmawt.so
    0xf09b0000      /users/orarep9i/OraHome1/jdk/jre/bin/../lib/sparc/libmlib_image.so
    0xf0000000      /usr/lib/libXm.so.4
    0xf08e0000      /usr/openwin/lib/libXtst.so.1
    0xeff00000      /users/orarep9i/OraHome1/jdk/jre/lib/sparc/libfontmanager.so
    0xf07a0000      /usr/openwin/lib/libdps.so.5
    Local Time = Fri Apr 18 09:22:09 2003
    Elapsed Time = 110
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_02-b02 mixed mode)

    Please try the following
    * Modify $ORACLE_HOME/bin/reports.sh, replace "classic"
    with "server" in the LD_LIBRARY_PATH for the JVM
    * Modify $ORACLE_HOME/bin/rwengine.sh, just before the exec
    command, insert the following line:
    export LD_PRELOAD=$ORACLE_HOME/jdk/jre/lib/i386/libawt.so
    In Linux there was a similar problem and the above workaround worked . You can give this a try .
    Thanks
    The Oracle Reports Team

  • Oracle 9iAS Orion Server Crashes on Running RWSERVLET

    We are developing a product with JSP as front end,EJB as middle tier and Oracle as DB.Oracle 9iAS is the deployment environment.We are using the RWSERVLET configuration. We have configured Orion to communicate with RWSERVLET.Rwservlet copied to web-inf/classes folder,entry given in web.xml accordingly.Two JAR files copied to lib folder.When the first request goes from client the report is getting displayed fine.
    There is a delay in displaying the output of the request.If in case another request is sent from the same client before the first request is served by the reports server,the RWServlet makes the Orion of Oracle 9iAS to crash.The middle tier aborts with the following message..
    # HotSpot Virtual Machine Error, EXCEPTION_ACCESS_VIOLATION
    # Error ID: 4F533F57494E13120E43505002D4
    abnormal program termination
    Also, in reports there is no way of finding whether the report server is still serving the request or has finshed the request,so that atleast we can stop the user from making the second request,if the report server is serving the first request.IS IT A BUG IN RWSERVLET???? - Oracle Reports Team.Has it been rectified??.Is there a way of finding whether the report server has served the request or not??.We are in the end of our project and Oracle Reports have created this problem for us....
    Please help Oracle Reports Team.Help!!!!!!
    Gracelin

    hello,
    for your problem with the crash of OC4J, i would contact oracle support services.
    if you set up the reports server database queues, it will mirror the server queue into a database table, where you can check what the status of your job is.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Oracle Report Server with Weblogic crash

    Hello,
    I am using Report Server 6i on WinNT and the web server used is WebLogic 6.0.. The reports generated are of HTMLCSS format or PDF format.
    Cud U please send the replies for the below queries at the earliest..
    1.The data in the generated report is well formatted and the pages exceeds 300.
    If the report generated is of PDF format then it displays the report in less than 2 minutes.
    We do get this report with HTML format also but with out the border for the tables.
    Since we need the report with border to the tables, we are using HTMLCSS format.But we are facing problems with HTMLCSS format. HTMLCSS format report never shows up in the browser. The browser just Hangs up
    However if the number of pages of the generated report is around 10, then the report is displayed in the browser in HTMLCSS format, without any problem.
    Is there any way to get the border to the tables using HTML instead of HTMLCSS or Could u suggest us any solution for displaying report in HTMLCSS format.
    2. If a report requested is of HTMLCSS format, and as mentioned above if the number of pages to be displayed is too large, before the report is displayed completely, if the browser is closed,then the Web Server associated with the Report Server crashes with the following error message based on type of JVM used
    Please find the attached Error in quotes :
    "In case of Classic JVM, a dialog box is displayed with the following message,
    The instruction at "0x503b1709" referenced memory at "0x0000000c".The memory could not be "read".
    Click on OK to terminate the application
    Click on CANCEL to debug the application
    In case of Hotspot JVM, the error displayed on the console of the Web Server is
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6d449cef
    Function name=(N/A)
    Library=C:\jdk1.3.1_02\jre\bin\hotspot\jvm.dll
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions."
    We had contacted the Weblogic people and the SUN people for the crash of the webserver .
    We got the following replies from both them
    Weblogic:
    Hmm, looks like your native method is causing the JVM to crash. Notice that the current java thread is calling the native method from the Oracle servlet when the crash occurs. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
    You need to contact Oracle about this.
    SUN:
    Sounds to me like this servlet is executing some native code that does something illegal with memory, like a bad pointer access. That's often the cause of a segmentation violation and this kind of crash report from the JVM.
    I would pursue the matter with Oracle, the vendor of your servlet, if you haven't already.
    We had posted this in metalink also, but we could not get the solution for this problem.
    So could you please look into this and send us the reply ASAP as it is very urgent.
    Regards
    Sudipta

    Hi
    What is the difference between the running and the not running (error) reports?
    Do you use chinese characters in all of them?
    Ott Karesz
    http://www.trendo-kft.hu

  • Oracle Apps Report error "Oracle Reports Server CGI - The Reports Server Engine terminated abnormally."

    Hi ,
    I have modified layout of one existing custom report.
    I have added 3 columns in the report , Now when I execute the report sometimes it gets executed with the newly added columns and sometimes it errors out with below error.
    Error: The requested URL was not found, or cannot be served at this time.
    Oracle Reports Server CGI - The Reports Server Engine terminated abnormally.
    Any pointers in this regards will be appreciated.
    Thanks

    I found there were some srw.message statement ( used for debugging purpose) were there , when I removed those statements. This error was gone.

  • Frequent Oracle*Reports crashes

    Frequent crashes causes Oracle*Reports to be almost unusable. I am using Report Builder v6.0.8.25.0, a very recent patch set. The crashes are not repeatable, i.e. they cannot be reproduced with a rehearsed set of mouse clicks. But nearly all have to do with moving back and forth between the data wizard.
    Moving to Reports 9i was such a disaster that it was decided to return to 6i. I don't need the features in 9i so this isn't an issue.
    What can I do to capture more meaningful data on these crashes?

    The following is from a recent crash:
    Error Signature
    AppName: rwbld60.exe
    AppVer: 3.0.0.0
    ModName: obx60.dll
    ModVer: 0.0.0.0
    Offset: 0014aa64
    Exception Information:
    Code: 0xc0000005
    Flags: 0x00000000
    Record: 0x000000000000000000
    Address: 0x0000000004b4aa64

  • Oracle Report 10g crashes immediatly after opening.

    Hi All,
    I have installed Oracle Reports Developer in my local system and it always crashes immediately after the oracle welcome screen. I have all system Admin privilege to my system and having enough privilege to TEMP folder.
    Kindly help me in getting out of this issue.
    Thanks,
    Arun

    Did you figure out the problem? I have had (wahooo!) somewhat of the same issue with Report Builder 11g:
    This post may help:
    DOES Report BUILDER 11g WORK on Windows 7 (64 bit) **RESOLVED**

  • Oracle Report Server Issue with Japanese Characters

    We are trying to setup a Oracle Report Server to print the Japanese characters in the PDF format.
    We have separate Oracle Report servers for printing English, Chinese and Vietnamese characters in PDF formats using Oracle Reports in the production which are running properly with Unix AIX version 5.3. Now we have a requirement to print the Japanese characters. Hence we tried to setup the new server for the same and the configurations are done as same as Chinese/Vietnamese report servers. But we are not able to print the Japanese characters.
    I am providing the details which we followed to configure this new server.
    1.     We have modified the reports.sh to map the proper NLS_LANG (JAPANESE_AMERICA.UTF8) and other Admin folder settings.
    2.     We have configured the new report server via OPMN admin.
    3.     We have copied the arialuni.ttf to Printers folder and we have converted this same .ttf file in AFM format. This AFM file has been copied to $ORACLE_HOME/guicommon/gk/JP_Admin/AFM folder.
    4.     We have modified the uifont.ali (JP_admin folder) file for font subsetting.
    5.     We have put an entry in JP_admin/PPD/datap462.ppd as *Font ArialUnicodeMS: Standard "(Version 1.01)" Standard ROM
    6.     We have modified the Tk2Motif.rgb (JP_admin folder) file for character set mapping (Tk2Motif*fontMapCs: iso8859-1=UTF8) as we have enabled this one for other report servers as well.
    Environment Details:-
    Unix AIX version : 5300-07-05-0831
    Oracle Version : 10.1.0.4.2
    NLS_LANG : JAPANESE_AMERICA.UTF8
    Font Mapping : Font Sub Setting in uifont.ali
    Font Used for Printing : arialuni.ttf (Font Name : Arial Unicode MS)
    The error thrown in the rwEng trace (rwEng-0.trc) file is as below
    [2011/9/7 8:11:4:488] Error 50103 (C Engine): 20:11:04 ERR REP-3000: Internal error starting Oracle Toolkit.
    The error thrown when trying to execute the reports is…
    REP-0177: Error while running in remote server
    Engine rwEng-0 crashed, job Id: 67
    Our investigations and findings…
    1.     We disabled the entry Tk2Motif*fontMapCs: iso8859-1=UTF8 in Tk2Motif.rgb then started the server. We found that no error is thrown in the rwEng trace file and we are able to print the report also in PDF format… (Please see the attached japarial.pdf for your verification) but we are able to see only junk characters. We verified the document settings in the PDF file for ensuring the font sub set. We are able to see the font sub setting is used.
    2.     If we enable the above entry then the rwEng trace throwing the above error (oracle toolkit error) and reports engine is crashed.
    It will be a great help from you if you can assist us to resolve this issue…

    Maybe 7zip or another tool has workarounds for broken file names, you could try that.
    Or you could try to go over the files in the zip archive one-by-one and write it to files out-1, out-2, ..., out-$n without concerning yourself with the file names. You could get file endings back via the mimetype.
    This script might work:
    #include <stdio.h>
    #include <zip.h>
    static const char *template = "./out-%04d.bin";
    int main(int argc, char**argv)
    int err = 0;
    zip_t *arc = zip_open((const char*)argv[1], ZIP_RDONLY, &err);
    if(arc == NULL)
    printf("Failed to open ZIP, error %d\n", err);
    return -1;
    zip_int64_t n = zip_get_num_entries(arc, 0);
    printf("%s: # of packed files: %d\n", argv[1], n);
    for(int i = 0; i < n; i++)
    zip_stat_t stat;
    zip_stat_index(arc, i, ZIP_FL_UNCHANGED, &stat);
    char buf[stat.size];
    char oname[sizeof(template)];
    zip_file_t *f = zip_fopen_index(arc, (zip_int64_t)i, ZIP_FL_UNCHANGED);
    zip_fread(f, (void*)&buf[0], stat.size);
    snprintf(&oname[0], sizeof(template), template, i);
    FILE *of = fopen(oname, "wb");
    fwrite(&buf[0], stat.size, 1, of);
    printf("%s: %s => %lu bytes\n", argv[1], oname, stat.size);
    zip_fclose(f);
    fclose(of);
    zip_close(arc);
    return 0;
    Compile with
    gcc -std=gnu99 -O3 -o unzip unzip.c -lzip
    and run as
    ./unzip $funnyzipfile
    You should get template-named, numbered output files in the current directory.
    Last edited by 2ion (2015-05-21 23:09:29)

  • Oracle Reports - Multi lingual pdf - jvm error

    Hi all,
    We are trying to develop a multilingual pdf report in oracle reports 9i. When we do font subsetting or embedding we get the error:
    stackpointer=3bb03200
    JVMXM004: JVM is performing abort shutdown sequence
    this error is consistent for font embedding, but for subsetting this error comes randomly. We are unable to find out any pattern of the error. Can any one pls give us an update on this.

    1) Please try in latest patchset 9.0.2.3
    2) There is recently a very similar bug logged on the issue by a customer ( do not know whether it is by you :-))
    BUG 3880762 - REPORTS ENGINE CRASHES WHEN GENERATING LARGE PDF SUBSETTING OUTPUT
    (Not yet fixed, this bug in initial description phase)
    (It gives same error)
    If this is critical to you then can try getting in touch with Support to escalate the priority of the bug.
    (First confirm with support whether it is the same issue)
    [    All Docs for all versions    ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    ---------------------------------------------------------------------------------

  • Using JNI in Oracle Reports

    Hi.
    I have some difficulties understanding the Oracle Reports mechanism of JNI. The problem I have is the report job is crashed when I use the imported java class.
    I am using Oracle Reports 11.1.2.1 on Oracle Linux
    The scenario of generating report is :
    1. For every page there is a call to imported java class which generates an image (jpg format) as a file
    2. This image file is then appended to the image placeholder in report
    The error stack form engine log is :
    [2014-08-29T18:05:16.699+02:00] [reports] [ERROR] [] [oracle.reports.engine] [tid: 10] [ecid: 0000KWYWsHK5Mel5SvH7ic0006Z6000000,0] [EngineName: rwEng-0] C Engine  Job ID = 41022  ERR java.lang.OutOfMemoryError: Java heap space
    [2014-08-29T18:05:17.537+02:00] [reports] [ERROR] [] [oracle.reports.engine] [tid: 10] [ecid: 0000KWYWsHK5Mel5SvH7ic0006Z6000000,0] [EngineName: rwEng-0] C Engine  Job ID = 41022  ERR REP-1800: A formatter error occurred.
    [2014-08-29T18:05:18.753+02:00] [reports] [ERROR] [] [oracle.reports.engine] [tid: 10] [ecid: 0000KWYWsHK5Mel5SvH7ic0006Z6000000,0] [EngineName: rwEng-0] rwfdt:rwfdtprint  Job ID = 41022  ERR Error occurred sending Job output to cache
    [2014-08-29T18:05:18.822+02:00] [reports] [INCIDENT_ERROR] [REP-1800] [oracle.reports.engine] [tid: 10] [ecid: 0000KWYWsHK5Mel5SvH7ic0006Z6000000,0] [EngineName: rwEng-0] REP-1800 : Java heap space[[
    REP-1800: A formatter error occurred.
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
            at oracle.reports.engine.EngineImpl.run(EngineImpl.java:553)
            at oracle.reports.engine.EngineClassPOA._invoke(EngineClassPOA.java:104)
            at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:637)
            at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:189)
            at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequestRequest(CorbaMessageMediatorImpl.java:1682)
            at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:1540)
            at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleInput(CorbaMessageMediatorImpl.java:922)
            at com.sun.corba.se.impl.protocol.giopmsgheaders.RequestMessage_1_2.callback(RequestMessage_1_2.java:181)
            at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:694)
            at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.dispatch(SocketOrChannelConnectionImpl.java:451)
            at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.doWork(SocketOrChannelConnectionImpl.java:1213)
            at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.performWork(ThreadPoolImpl.java:471)
            at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:500)
    [2014-08-29T18:05:18.823+02:00] [reports] [NOTIFICATION] [] [oracle.reports.engine] [tid: 10] [ecid: 0000KWYWsHK5Mel5SvH7ic0006Z6000000,0] [EngineName: rwEng-0] EngineImpl:run  oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    The problem does not occur when I run small report. That is why I suspected I should increase the max heap size. I increased it from defaulted 256M to 2G but the large report still fails to finish. Though the number of pages generated is bigger than with default java heap size. After that I ran the java monitoring tool on application server. As per monitor the heap size is increasing but never reaches max size of 2G. Then I tried to append the same image file to every page (meaning I only called java class once in afterparameterform trigger). In this case the report also finishes successfully.
    So as it seems the the problem is somewhere inside of the report engine mechanism calling java class. I suspect this mechanism is not releasing the memory. Btw the pdf file generated for large report is about 150MB large.
    I would appreciate some insight on reports engine mechanism or the way I would be able to pinpoint the actual cause of the problem.
    Best regards,
    Gregor

    Hi;
    Please see below which could be helpful for your questions:
    How to add custom JAR files to Apache OC4J Classpath in R12 instance? [ID 433241.1]
    How To Sign a Custom Jar File In Oracle EBS 11i With JDK 1.3 And Below [ID 296375.1]
    How to deploy custom JSP and JAR files for iStore? [ID 468181.1]
    Regard
    Helios

Maybe you are looking for

  • How much does an iphone 4 16GB Unlocked cost at the apple store

    I would like to know how much is an iphone 4 16gb unlocked at the apple store, i have been looking for the price but i can't find it.

  • Audio Quality muffled in Apple TV

    When I play music that is from my iTunes Match via the Apple TV. The music is mufled and distorted. Is this a hardware problem or leads? Everything s plugged in as normal.

  • Can't open Error '' Not Supported on This system"

    I downloaded a game i think it was made for Mac OS 7,8-9 Not Sure. My friend had it on his Mac Laptop the one made of plastic and coloured. Anyway, how do i open it. Under Mac OS 9? Thanks.

  • Help With Grouping Objects

    I have four Pages 2 components (line of a certain color & width which will be used as a border, two text blocks, one masked image) which will hopefully be turned into a business card. Template is laid out and I'd like to move it all to there, but see

  • Problems with php script in the contact form

    Hello, I am from the Czech Republic and I am not a coder. I have 2 problems with my php sript. I am using a simple php script from Paul Trani, see below. Firstly the email adress - when someone inserts an email adress in this form [email protected]