REP-0069

I am getting the following error when I switch to the Web Source View in Reports Builder.
REP-0069 internal error
java.lang.NoSuchMethodError: oracle.jsp.parse.JspParseTagFile: method <init> (Ljava.io.BufferedReader;)V not found
Do I need to add an import of the oracle.jsp.parse.*; classes directly into the JSP?
I added the C:\Oracle\Ora9iDS\j2ee\home\lib\ojsp.jar file to my registry key REPORTS_CLASSPATH but I am still getting the error.
Regards and thanks,
Jeanne

There seems to be some conflict with the jar file from where the JspParseTagFile.class file is picked up from.
In installation , there are two jar files that have the class file being referenced.
$ORACLE_HOME\\j2ee\home\lib\ojsp.jar { The reports ojsp.jar file }
$ORACLE_HOME\jdev\lib\ojsp.jar { The JDeveloper ojsp.jar file }
Both of these files have a class called JspParseTagFile.class
Although not quite an appropriate fix for this issue , re-installation of Oracle 9iDS in a seperate ORACLE_HOME without the JDeveloper upgrades , allows Reports Builder to function normally.
Thanks
Rohit

Similar Messages

  • Reports error REP-0069,REP-57054,REP-300

    hi,
    I am getting below error while running the report.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-300: Parallel query is not supported on temporary LOBs
    SELECT DP.DES ==> CRIPTION AS "DEPARTMENT",
    Plz suggest.
    Tks,
    Shubhen

    1 Please always write complete English words as opposed to IM-speak as 'Plz'. We are not teenagers.
    2 Do not dump all error messgaes in the Database General forum. This is an Oracle Reports message and does not belong in this forum.
    3 All error messages can be looked up in the online documentation.
    This error message is self-explanatory.
    Sybrand Bakker
    Senior Oracle DBA

  • REP-0069 error when using static includes.

    I am trying to use static include files in my report JSP file. Such as...
    <%@ include file="ServerName.jsp" %>
    Although they seem to work when I run the report, Report Builder doesn't like them. When I open the report in Report Builder I get an REP-0069 error. When I then try to display the data model it is blank. If I remove the static include the report opens fine. Beans also have this same problem.
    Dynamic includes don't generate an message. However, scriptlette variables set in the included file are not visiable to the including file.
    Jim

    Hi Jim
    I tried this with Reports 9.0.2 latest patch. When a open a .jsp report where I have put a statis include tag, I get a builder crash. I am filing a bug on this. Please let me know your mail address, I would update you once the issue is resolved.
    Thanks
    Rohit
    Oracle Reports Team

  • REP-0069 error

    Hi,
    I am receiving the following error when i am trying to run the report from report builder. I am working on reports 10g.
    REP-0069: Internal Error
    java.lang.illegalArgumentException: Not a directory!
    Can anybody suggest me how to resolve this issue?
    Thanks

    The location where you are trying to save or the source or the reports cache is not a valid one.
    Rajesh ALex

  • REP-0069,REP-57054,REP-50159 and REP-50127

    Hi,
    In Oracle Apps R12 , trying to run Oracle 10g report from Apps , report is erroring out with following error log.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Executed successfully but there were some errors when distribute the output
    REP-50159: Executed successfully but there were some errors when distribute the output
    REP-50127: file : Cannot write into file o856261.out
    Any idea how this can be resolved.

    Good afternoon,
    Typically, what I have found is that there is a problem with the location of the output file. Check Disk Space, write-access where o856261.out is being created. Also, check to see if o856261.out exists and is flagged as READ-ONLY.
    Good luck,
    Don.
    You can reward this reply by marking it as either Helpful or Correct :)

  • Custom Oracle Report errored with Enter Password:  REP-0004: Warning: Unable to open user preference file. REP-0300: ORACLE error occurred. REP-0069: Internal error REP-57054: In-process job terminated:Terminated with error:  REP-300: ORACLE error occurre

    Hi Gurus
    We have created a custom oracle report and concurrent program and when we ran the concurrent program it is error out with below error
    Enter Password:
    REP-0004: Warning: Unable to open user preference file.
    REP-0300: ORACLE error occurred.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-300: ORACLE error occurred.
    Can any one help us
    Thanks in advance.
    Kumar

    Please see
    REP-0004 Warning - Unable to Open User Preference File. (Doc ID 26014.1)
    ApPsMaStI
    sharing is Caring

  • Concurrent req failed with  Rep-0069,Rep-57054

    Hi All,
    Please suggest on this error.
    I have submitted active user concurrent req.
    Failed with the below error
    REP-0069: Internal error
    REP-57054: In-process job terminated:Finished successfully but output is voided
    Ny clues on this.
    Regards,
    Nag.

    Please post the details of the application release, database version and OS.
    Was this working before? If yes, any changes have been done recently?
    What is the type of this concurrent program? Is it Text (which is by default) or it was changed to something else?
    Can you reproduce the issue with other concurrent programs?
    Please see if these docs help.
    All Concurrent Reports Are Failing With Error REP-0004,REP-0082 and REP-0104 [ID 844976.1]
    Intermittent Oracle Reports REP-0069: REP-57054: Error [ID 1237834.1]
    After Upgarde to R 12.1.2 Running Any PDF Reports: Get: REP-3000,REP-0069 and REP-57054 [ID 1204553.1]
    REP-1924, REP-0069, REP-57054, REP-1924 - Errors When Generate Reprts By PDF Style [ID 1053091.1
    Reports Fail With REP-0004 REP-3000 REP-0069 REP-57054 On a Cloned R12 (12.0.4) Instance [ID 742122.1]
    Reports Cache Directory in Oracle E-Business R12 is Growing Rapidly [ID 859255.1]
    Thanks,
    Hussein

  • REP-0069 REP-57054 REP-50159

    When I run my report, I get the following error:
    REP-0069: Internal error
    REP-57054: In-process job terminated: Executed successfully but there were some eroors when distribute the output
    REP-50159: Executed successfully but there were some errors when distribute the output
    Please help, what could be the issue?

    Version- Oracle 10gR2
    OS- Windows XP
    Trying to run the report in reports builder.
    If I generate PDF then I'm able to see the output but when I do Ctrl + R to run the report it gives those errors.
    There is a code in when-button-pressed trigger of a button in form, which calls this report:
    Declare
         WebUrl varchar2(400);
    Begin
    WebUrl := :global.RepURL||'&report='||:global.CONSTRUCTION_reports||'\cr_field_billable_items'||
                                  '&paramform=no&p_layout_no='||:layout_hdr.layout_no||
                                  '&destype=cache&blankpages=NO';
    WEB.SHOW_DOCUMENT(WebURL, '_blank');
    End;                    Please let me know if you need something more.
    Edited by: 831050 on Aug 2, 2011 11:15 AM

  • REP-58101, 3000, and 0069 error...

    I am getting the following error(s) after installing the Oracle Development Suite 10g and attemping to run Oracle Reports under Linux (SuSE 9.1)
    REP-3000: Internal error starting Oracle Toolkit
    REP-0069: Internal error
    REP-58101: Error stopping internal web server: "Could not connect to the remote server. please check if the server is down or the client is using invalid host, ORMI port password to connect: connection refused"
    I've already checked out metalink and it told me to install the OpenMotif-2.1.30 package and I have done that. In fact I have a newer version installed: openmotif-2.2.2-519.5. However, I still produce the same errors. I have also changed the tnsnames.ora file to point to the proper databases. I know i've set those files correctly cause i can get SQL*Plus to work properly. I have been researching this for almost a week now and I am at a stand still. It feel like I have done everything.

    Reports & forms however requires a lower version of openmotif. (best is openmotif21-libs-2.1.30MLI4-119.1)
    downgrading to openmotif-2.1.30 should resolve the issue.
    Check the Metalink Note 270277.1 "REP-3000, REP-0069, REP-58101 While Starting Reports Builder on Linux"

  • XML Report completes with error due to REP-271504897:  Unable to retrieve a string from the Report Builder message file.

    We are in the middle of testing our R12 Upgrade.  I am getting this error from the invoice XML-based report that we are using in R12. (based on log).  Only for a specific invoice number that this error is appearing.  The trace is not showing me anything.  I don't know how to proceed on how to debug where the error is coming from and how to fix this.  I found a patch 8339196 that shows exactly the same error number but however, I have to reproduce the error in another test instance before we apply the patch.  I created exactly the same order and interface to AR and it doesnt generate an error.  I even copied the order and interface to AR and it doesn't complete with error.  It is only for this particular invoice that is having an issue and I need to get the root cause as to why.  Please help.  I appreciate what you all can contribute to identify and fix our issue.  We have not faced this issue in R11i that we are maintaining right now for the same program which has been running for sometime.  However, after the upgrade for this particular data that the user has created, it is throwing this error REP-271504897.
    MSG-00100: DEBUG:  Get_Country_Description Return value:
    MSG-00100: DEBUG:  Get_Country_Description Return value:
    REP-0002: Unable to retrieve a string from the Report Builder message file.
    REP-271504897:
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-271504897: MSG-00100: DEBUG:  BeforeReport_Trigger +
    MSG-00100: DEBUG:  AfterParam_Procs.Populate_Printing_Option
    MSG-00100: DEBUG:  AfterParam_Procs.Populate_Tax_Printing_Option
    MSG-00100: DEBUG:  BeforeReport_Trigger.Get_Message_Details
    MSG-00100: DEBUG:  BeforeReport_Trigger.Get_Org_Profile.
    MSG-00100: DEBUG:  Organization Id:  117
    MSG-00100: DEBUG:  BeforeReport_Trigger.Build_Where_Clause
    MSG-00100: DEBUG:  P_Choi
    Report Builder: Release 10.1.2.3.0 - Production on Tue Jul 23 09:56:46 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.

    Hi,
    Check on this note also : Purchasing Reports Fail When Changing Output To XML REP-0002 REP-271504897 REP-57054 (Doc ID 1452608.1)
    If you cant reproduce the issue on other instance, apply the patch on the test instance and verify all the funcionality related to the patch works OK. Then move the patch to production. Or you can clone the prod environment to test the patch.
    Regards,

  • Error REP-0300: ORACLE error occurred while running Custom Report

    Hi Team.
    We are facing a very strange issue here.
    We have an env , where all the custom reports are failing .Whereas the concerned env is a clone of the Production instance . There is one more instacne which is also a clone of the prod, over there these reports are working fine .
    I have checked all the thread here about this error, but could not get the required information .
    We are on RHEL 5 on Linux 64 bit server.
    Could you please guide me , how to figure out whats the difference between these cloned instances .
    We have an Sr with Oracle Support but its progressing very slowly.
    Error trail from log file
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_FROM_DATE='2013/08/01 00:00:00'
    P_TO_DATE='2013/08/10 00:00:00'
    P_PROJECT_ORG='ALL'
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.AL32UTF8
    Enter Password:
    REP-0300: ORACLE error occurred.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-300: ORACLE error occurred.
    Report Builder: Release 10.1.2.3.0 - Production on Thu Nov 28 07:41:22 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Thanks .

    Please confirm that you have the patches mentioned in (Doc ID 1368715.1) applied.
    I understand this is a cloned instance, but this error is intermittent and having the patches applied should clear our doubts.
    Thanks,
    Hussein

  • REP-2103: PL/SQL formula returned invalid value or no value

    Hi all,
    Before clone the report GEPS FA Prepare Mass Addition Report runs fine. But after cloned from production, it shows error:
    Enter Password:
    REP-0004: Warning: Unable to open user preference file.
    REP-2103: Column 'G_MASS_ADDITION_INVOICE' : PL/SQL formula returned invalid value or no value.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-2103: Column 'G_MASS_ADDITION_INVOICE' : PL/SQL formula returned invalid value or no value.
    Actually I didn't have such column 'G_MASS_ADDITION_INVOICE'. This is a group name. I tried a lot, such as widden the formula column width or delete the formula column, but it still show this error. I didn't have any trigger or other formula column. Even I create a new report use the same name with a single query( select sysdate from dual), but it still shows the same error.
    Is there anyone faced this issue before or can help me ? Thanks
    ares
    Edited by: 930967 on Jun 13, 2012 12:46 AM

    Hi;
    Please see:R12 GL Account Balances Across Ledgers (GLRGCBGT) Report Errors With: REP-0004 MSG-00025 MSG-00104 MSG-01221 REP-2103 REP-0069 REP-57054, Program Exited With Status 1 [ID 1316929.1]
    Regard
    Helios

  • Rep: Fatal pl/sql  error Occured

    Hi All
    I have created one formula display chassis number based on Process(line_code).
    When compile time its no error , but if i have pass parameter running time its generate the report error
    Rep-0069: Internal error
    Rep-57054 : In-Process job terminate
    Rep-1401 : " Fatal Pl/SQL error occurred.
    Below i have posted my Formula column what i written
    function CF_Chassis_numFormula return varChar2 is
    l_chassis_num varchar2(300);
    begin
    if :line_code like 'CHASSIS%' then
         select chassis_num into l_chassis_num from xxtc_chassis_dtls_v where CHS_SCH_NUM = :schedule_number;
    elsif :line_code like 'SPOT%' then
         BEgin
         select chassis_num into l_chassis_num from xxtc_chassis_dtls_v where to_char(SPT_SCH_NUM) = to_char(:schedule_number);
    Exception
              when others then
              Return null;
              end;
    elsif :line_code like 'METAL%' then
         select chassis_num into l_chassis_num from xxtc_chassis_dtls_v where MTL_SCH_NUM = :schedule_number;
    elsif :line_code like 'TRIM%' then
         select chassis_num into l_chassis_num from xxtc_chassis_dtls_v where TRM_SCH_NUM = :schedule_number;
    elsif :line_code like 'PAINT%' then
         select chassis_num into l_chassis_num from xxtc_chassis_dtls_v where PNT_SCH_NUM = to_char(:schedule_number);
    elsif :line_code like 'FREC%' then
         select chassis_num into l_chassis_num from xxtc_chassis_dtls_v where FREC_SCH_NUM = :schedule_number;
    elsif :line_code like 'N100%' then
         select chassis_num into l_chassis_num from xxtc_chassis_dtls_v where N101_SCH_NUM = :schedule_number;
    elsif :line_code like 'PDIC%' then
         Begin
         select chassis_num into l_chassis_num from xxtc_chassis_dtls_v where to_char(PDIC_SCH_NUM) = to_char(:schedule_number);
         Exception
              when others then
              Return null;
              end;
    else
         l_chassis_num :='';
    end if;
    return l_chassis_num;
    end;
    Can please help to fix that bug
    Regards
    Sanjay
    Edited by: 993525 on May 30, 2013 9:32 AM

    Please post the details of the application release, database version and OS.
    Please enable trace/debug and see if you get more details about the error.
    Thanks,
    Hussein

  • Iam getting the error REP-1401: '': Fatal PL/SQL error occurred. when i

    When i run the report to generate xml file in report builder the following error messages are displayed.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-1401: '': Fatal PL/SQL error occurred.
    pls help me.Its urgent
    Regards,
    Kranthi

    Hi;
    What is EBS version? Is it custom report or not?
    See below which is mention similar errors
    Autoinvoice Error: ORA-1403: no data found [ID 1209403.1]
    APXIIMPT - Payable Open Interface Import Fails on "REP-1401: 'cf_source_nameformula': Fatal PL/SQL error occurred. ORA-01403: no data found" [ID 222058.1]
    Regard
    Helios

  • REP-62203

    Hi, I have this problem while running my report in oracle 9i reports.
    REP-0069: Error interno.
    REP-62203: Error interno al leer la imagen. Unable to render RendredOp for this operation.
    How can I solve this?
    Thanks in advance.

    Hello,
    Take a look to the thread :
    Reports - 10g Image problem
    Regards

Maybe you are looking for

  • My safari doesnt work and this report problem keeps coming up...

    everytime i open safari it crashes and sends me a repot problem. I have the latest software OSx 10.10.  Anyone know what i should do? Process:              Safari [1450] Path:                  /Applications/Safari.app/Contents/MacOS/Safari Identifier

  • How can i open an itunes account for a minor ?

    I would like to open an account for my granddaughter who is a minor, and fund it. How can I do this. It won't let me open an account  as she does not make the age requirement. Any help appreciated.

  • Could I Return the Macbook if...?

    I've been reading the numerous posts regarding the mooing and whining of the macbook. It's extremely important to me to have a Macbook that runs silent. I've been hearing some report there is a whining and mooing, others report no sound at all. If I

  • The Strangest Bug Of All Time - Audio back to 100% after screensaver

    This almost feels like someone is pulling a practical joke on me. In the last few days I've noticed that at (seemingly) random intervals my gloabal volume was set to 100% by no fault of my own. This resulted in me nearly falling out of my chair sever

  • Dfstab entries get invalidated on reboot in S10u6

    Hello, I have installed a Sparc workstation with the lastest Solaris release (Solaris 10 update 6: 10/2008) and with ZFS on all filesystems. To share directories via NFS, I use the traditional way, i.e. the /etc/dfs/dfstab file. In this file, I added