REP-52266 and REP-56105

Hi, I really need help with this one.
I deinstalled Developer Suite 10g and wipe out my registry of anything that has a value of c:\Orant10g(ORACLE_HOME). I then reintalled the Oracle 10g Developer Suite. Now I have trouble running my reports using the URL: http://finnt43.llnl.gov:8889/reports/rwservlet?[server=rep_finnt43]+report=ofc1000r.rdf+userid=[userid/password@db]+destype=cache+desformat=htmlcss+PARAMFORM=yes
I get an error REP-56105 in the Start OC4J instance command prompt. This is my trace file.
<beginning of trace file>
[2004/6/22 3:26:11:771] Debug 50103 (RWClient:initCORBA): Visibroker connection pool size is =500
[2004/6/22 3:26:11:771] Debug 50103 (RWClient:RWClientInit): Get ORACLE_HOME from environment variable, oracle home: C:\Orant10g
[2004/6/22 3:26:12:21] Warning 50103 (RWClient.RWClientInit): Failed to connect to OiD server
[2004/6/22 3:26:12:121] Debug 50103 (KeyMapParser:readKeyMapFile): file: C:\Orant10g\reports\conf\cgicmd.dat
[2004/6/22 3:26:12:422] (RWClient:doGet) enter...
[2004/6/22 3:26:12:442] Debug 50103 (RWClient:doGet): QueryString: server=repfinnt43+report=ofc1000r.rdf+userid=[username/password@db+destype=cache+desformat=htmlcss+PARAMFORM=yes
[2004/6/22 3:26:12:622] Debug 50103 (RWClientUtility:appendPFTags): hiddenString server=repfinnt43&report=ofc1000r.rdf&userid=[username/password@db&destype=cache&desformat=htmlcss&PARAMFORM=yes
[2004/6/22 3:26:49:946] Info 50103 (RWClientUtility:findServer): Cannot find server: repfinnt43
[2004/6/22 3:26:50:437] Warning 50103 (RWClient:startInProcessServer): start inprocess server repfinnt43
[2004/6/22 3:28:38:131] Exception 52266 (): The in-process Reports Server repfinnt43 failed to start.exception oracle.reports.RWException {
oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
int errorCode=52266,
java.lang.String errorString="The in-process Reports Server repfinnt43 failed to start.",
java.lang.String moduleName="REP"
exception oracle.reports.RWException {
oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
int errorCode=52266,
java.lang.String errorString="The in-process Reports Server repfinnt43 failed to start.exception oracle.reports.RWException {
oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
int errorCode=52266,
java.lang.String errorString="The in-process Reports Server repfinnt43 failed to start.",
java.lang.String moduleName="REP"
java.lang.String moduleName="REP"
     at oracle.reports.utility.Utility.newRWException(Utility.java:604)
     at oracle.reports.rwclient.RWClient.startInProcessServer(RWClient.java:767)
     at oracle.reports.rwclient.RWClient.processRequest(RWClient.java:1422)
     at oracle.reports.rwclient.RWClient.doGet(RWClient.java:349)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:604)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
     at java.lang.Thread.run(Thread.java:534)
[2004/6/22 3:28:38:131] Debug 50103 (RWClientUtility:isFromPortal): portal: null
[2004/6/22 3:28:38:131] Debug 50103 (RWClientUtility:isFromPortal): webdbversion: null
[2004/6/22 3:28:38:292] Debug 50103 (RWClientUtility:isStatusFormat): statusformat: null
[2004/6/22 3:28:38:292] Debug 50103 (RWClientUtility:isStatusFormat): statusformat: null
[2004/6/22 3:28:38:312] (RWClient:doGet) ...exit
<end of trace file>
When I run the URL below to check if my report server is running, I get this error - REP-52266.
http://finnt43.llnl.gov:8889/reports/rwservlet/showjobs?server=repfinnt43
REP-52266: The in-process Reports Server repfinnt43 failed to start.exception oracle.reports.RWException {
oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
int errorCode=52266,
java.lang.String errorString="The in-process Reports Server repfinnt43 failed to start.",
java.lang.String moduleName="REP"
Here is my rwservlet.properties file setting.
SERVER_IN_PROCESS=YES
RELOAD_KEYMAP=NO
DIAGNOSTIC=YES
TRACEOPTS=TRACE_ALL
TRACEFILE=rwservlet.trc
TRACEMODE=TRACE_REPLACE
SERVER=repfinnt43
#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=NO
OID_ENTITY=%REPORTS_OID_ENTITY%
#CONNECTION_POOLSIZE=500
#ALLOWHTMLTAGS=NO
I also set the report_path to the directory where I had my reports.
Please help. What is going on? Does reinstalling the 10giDS messed things up? How can I resolve this report server issue?
Jennifer

Hi,
I did some more debugging after trying out your suggestion.
Here are my trace files.
[repfinnt43.trc  - begin]
[2004/6/23 3:34:25:245] Info 56025 (RWServer:startServer): Reports Server is starting up
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): COMPUTERNAME=FINNT43
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): ComSpec=C:\WINNT\system32\cmd.exe
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): HOMEDRIVE=E:
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): HOMEPATH=\USERS\001714
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): LOGONSERVER=\\NTFINANCE1
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): MSINPUT=C:\Msinput
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): NUMBER_OF_PROCESSORS=1
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): OS=Windows_NT
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): Os2LibPath=C:\WINNT\system32\os2\dll;
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): OSAGENT_ADDR=128.115.88.125
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): OSAGENT_PORT=14999
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): Path=C:\Orant10g\jdk\jre\bin\classic;C:\Orant10g\jdk\jre\bin;C:\Orant10g\jdk\jre\bin\client;C:\Orant10g\jlib;C:\Orant10g\bin;C:\Orant10g\jre\1.1.8\bin;C:\Program Files\UltraEdit;C:\WINNT\System32\WBEM;C:\ORANT\BIN;C:\Program Files\F-Secure\Ssh;C:\j2sdk1.4.2_04\bin;c:\orant\jdk\bin
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): PROCESSOR_ARCHITECTURE=x86
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): PROCESSOR_IDENTIFIER=x86 Family 6 Model 8 Stepping 3, GenuineIntel
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): PROCESSOR_LEVEL=6
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): PROCESSOR_REVISION=0803
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): PROMPT=$P$G
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): SystemDrive=C:
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): SystemRoot=C:\WINNT
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): TEMP=C:\TEMP
[2004/6/23 3:34:25:265] Debug 50103 (Environment:getEnvironmentStrings): TMP=C:\TEMP
[2004/6/23 3:34:25:275] Debug 50103 (Environment:getEnvironmentStrings): USERDOMAIN=FINANCE_NT2
[2004/6/23 3:34:25:275] Debug 50103 (Environment:getEnvironmentStrings): USERNAME=001714
[2004/6/23 3:34:25:275] Debug 50103 (Environment:getEnvironmentStrings): USERPROFILE=C:\WINNT\Profiles\001714
[2004/6/23 3:34:25:275] Debug 50103 (Environment:getEnvironmentStrings): windir=C:\WINNT
[2004/6/23 3:34:25:275] Debug 50103 (Environment:getEnvironmentStrings): WISYS=C:\BusinessObjects\Server\System 2.5\bin
[2004/6/23 3:34:25:275] Debug 50103 (Environment:getEnvironmentStrings): NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252
[2004/6/23 3:34:25:365] Info 50129 (RWServer:startServer): boa init succeeded
[2004/6/23 3:34:42:9] Info 56023 (ServerImpl:ServerImpl): Idle thread has been started
[2004/6/23 3:35:30:228] Info 56018 (RWServer:startServer): Reports Server repfinnt43 object is ready
[2004/6/23 3:35:46:261] Info 56020 (EngineManager:spawnEngine): Launching engine rwEng-0
[2004/6/23 3:35:46:331] Debug 50103 (EngineManager:spawnEngine): Start engine command line = C:\Orant10g\jdk\jre\bin\javaw -server -cp "C:\Orant10g\j2ee\home\lib\ojsp.jar;C:\Orant10g\reports\jlib\rwrun.jar;C:\Orant10g\jlib\zrclient.jar" -Xbootclasspath/p:C:\Orant10g\vbroker4\lib\vbjboot.jar -Duser.language=en -Duser.region=US -Xmx256M oracle.reports.engine.RWEngine name=rwEng-0 server=repfinnt43 ORACLE_HOME=C:\Orant10g engineimplclass=oracle.reports.engine.EngineImpl traceopts=trace_all tracefile=C:\Orant10g\reports\logs\repfinnt43\rwEng-0.trc tracemode=trace_replace cacheDir=C:\Orant10g\reports\cache
[2004/6/23 3:35:46:331] Info 56021 (EngineManager:spawnEngine): Engine rwEng-0 has been launched
[2004/6/23 3:35:46:331] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Initial
[2004/6/23 3:35:46:331] Info 56020 (EngineManager:spawnEngine): Launching engine rwURLEng-0
[2004/6/23 3:35:46:331] Debug 50103 (EngineManager:spawnEngine): Start engine command line = C:\Orant10g\jdk\jre\bin\javaw -server -cp "C:\Orant10g\j2ee\home\lib\ojsp.jar;C:\Orant10g\reports\jlib\rwrun.jar;C:\Orant10g\jlib\zrclient.jar" -Xbootclasspath/p:C:\Orant10g\vbroker4\lib\vbjboot.jar -Duser.language=en -Duser.region=US -Xmx256M oracle.reports.engine.RWEngine name=rwURLEng-0 server=repfinnt43 ORACLE_HOME=C:\Orant10g engineimplclass=oracle.reports.urlengine.URLEngineImpl traceopts=trace_all tracefile=C:\Orant10g\reports\logs\repfinnt43\rwURLEng-0.trc tracemode=trace_replace cacheDir=C:\Orant10g\reports\cache
[2004/6/23 3:35:46:341] Info 56021 (EngineManager:spawnEngine): Engine rwURLEng-0 has been launched
[2004/6/23 3:35:46:341] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Initial
[2004/6/23 3:35:46:341] Debug 50103 (JobStore:writePersistFile): Purge persistent file
[2004/6/23 3:35:46:361] Debug 50103 (JobStore:writePersistFile): Purge persistent file done
[2004/6/23 3:36:9:735] Exception 56105 (): Engine rwEng-0 died with error:
exception oracle.reports.RWException {
oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
int errorCode=56105,
java.lang.String errorString="Engine rwEng-0 died with error: ",
java.lang.String moduleName="REP"
     at oracle.reports.utility.Utility.newRWException(Utility.java:604)
     at oracle.reports.server.EngineManager.manage(EngineManager.java:304)
     at oracle.reports.server.IdleThread.run(IdleThread.java:87)
[2004/6/23 3:36:41:781] Info 50002 (RWServer:shutdown): Server is shutting down
[2004/6/23 3:36:41:781] Info 50103 (RWServer:startServer): Notify thread to exit
[2004/6/23 3:36:41:781] Info 50103 (RWServer:startServer): RWServer thread exits
[2004/6/23 3:36:41:781] Exception 56105 (): Engine rwEng-0 died with error:
exception oracle.reports.RWException {
oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
int errorCode=56105,
java.lang.String errorString="Engine rwEng-0 died with error: ",
java.lang.String moduleName="REP"
     at oracle.reports.utility.Utility.newRWException(Utility.java:604)
     at oracle.reports.server.EngineManager.manage(EngineManager.java:304)
     at oracle.reports.server.IdleThread.run(IdleThread.java:87)
[repfinnt43.trc  - end]
[rwEng-0.trc   - begin]
[2004/6/23 3:35:49:5] Debug 50103 (RWEngine:init): args[0]=name=rwEng-0
[2004/6/23 3:35:49:5] Debug 50103 (RWEngine:init): args[1]=server=repfinnt43
[2004/6/23 3:35:49:5] Debug 50103 (RWEngine:init): args[2]=ORACLE_HOME=C:\Orant10g
[2004/6/23 3:35:49:5] Debug 50103 (RWEngine:init): args[3]=engineimplclass=oracle.reports.engine.EngineImpl
[2004/6/23 3:35:49:5] Debug 50103 (RWEngine:init): args[4]=traceopts=trace_all
[2004/6/23 3:35:49:5] Debug 50103 (RWEngine:init): args[5]=tracefile=C:\Orant10g\reports\logs\repfinnt43\rwEng-0.trc
[2004/6/23 3:35:49:5] Debug 50103 (RWEngine:init): args[6]=tracemode=trace_replace
[2004/6/23 3:35:49:5] Debug 50103 (RWEngine:init): args[7]=cacheDir=C:\Orant10g\reports\cache
[2004/6/23 3:35:52:870] Info 50128 (RWEngine:init): orb init succeeded
[2004/6/23 3:36:9:154] Exception 50125 (org.omg.CORBA.OBJECT_NOT_EXIST:
Could not locate the following Object:
     repository id : IDL:oracle/reports/server/EngineComm:1.0
     object name : repfinnt43
vmcid: 0x0 minor code: 0 completed: No
     at com.inprise.vbroker.orb.LocatorBidder.getBid(LocatorBidder.java:32)
     at com.inprise.vbroker.ProtocolEngine.ManagerImpl.startBidding(ManagerImpl.java:157)
     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.bind(DelegateImpl.java:158)
     at com.inprise.vbroker.CORBA.portable.ObjectImpl._bind(ObjectImpl.java:59)
     at com.inprise.vbroker.orb.ORB.bind(ORB.java:1189)
     at oracle.reports.server.EngineCommHelper.bind(EngineCommHelper.java:58)
     at oracle.reports.server.EngineCommHelper.bind(EngineCommHelper.java:48)
     at oracle.reports.engine.RWEngine.init(RWEngine.java:219)
     at oracle.reports.engine.RWEngine.main(RWEngine.java:55)
): Internal error org.omg.CORBA.OBJECT_NOT_EXIST:
Could not locate the following Object:
     repository id : IDL:oracle/reports/server/EngineComm:1.0
     object name : repfinnt43
vmcid: 0x0 minor code: 0 completed: No
[rwEng-0.trc  - end]
[rwURLEng-0.trc  - begin]
[2004/6/23 3:35:49:235] Debug 50103 (RWEngine:init): args[0]=name=rwURLEng-0
[2004/6/23 3:35:49:235] Debug 50103 (RWEngine:init): args[1]=server=repfinnt43
[2004/6/23 3:35:49:235] Debug 50103 (RWEngine:init): args[2]=ORACLE_HOME=C:\Orant10g
[2004/6/23 3:35:49:235] Debug 50103 (RWEngine:init): args[3]=engineimplclass=oracle.reports.urlengine.URLEngineImpl
[2004/6/23 3:35:49:235] Debug 50103 (RWEngine:init): args[4]=traceopts=trace_all
[2004/6/23 3:35:49:235] Debug 50103 (RWEngine:init): args[5]=tracefile=C:\Orant10g\reports\logs\repfinnt43\rwURLEng-0.trc
[2004/6/23 3:35:49:235] Debug 50103 (RWEngine:init): args[6]=tracemode=trace_replace
[2004/6/23 3:35:49:235] Debug 50103 (RWEngine:init): args[7]=cacheDir=C:\Orant10g\reports\cache
[2004/6/23 3:35:53:91] Info 50128 (RWEngine:init): orb init succeeded
[2004/6/23 3:36:9:264] Exception 50125 (org.omg.CORBA.OBJECT_NOT_EXIST:
Could not locate the following Object:
     repository id : IDL:oracle/reports/server/EngineComm:1.0
     object name : repfinnt43
vmcid: 0x0 minor code: 0 completed: No
     at com.inprise.vbroker.orb.LocatorBidder.getBid(LocatorBidder.java:32)
     at com.inprise.vbroker.ProtocolEngine.ManagerImpl.startBidding(ManagerImpl.java:157)
     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.bind(DelegateImpl.java:158)
     at com.inprise.vbroker.CORBA.portable.ObjectImpl._bind(ObjectImpl.java:59)
     at com.inprise.vbroker.orb.ORB.bind(ORB.java:1189)
     at oracle.reports.server.EngineCommHelper.bind(EngineCommHelper.java:58)
     at oracle.reports.server.EngineCommHelper.bind(EngineCommHelper.java:48)
     at oracle.reports.engine.RWEngine.init(RWEngine.java:219)
     at oracle.reports.engine.RWEngine.main(RWEngine.java:55)
): Internal error org.omg.CORBA.OBJECT_NOT_EXIST:
Could not locate the following Object:
     repository id : IDL:oracle/reports/server/EngineComm:1.0
     object name : repfinnt43
vmcid: 0x0 minor code: 0 completed: No
rwURLEng-0.trc -end]
I noticed the file has an internal error: Exception 50125 (org.omg.CORBA.OBJECT_NOT_EXIST:
Could not locate the following Object:
     repository id : IDL:oracle/reports/server/EngineComm:1.0
     object name : repfinnt43
According to the troubleshooting Oracle9iAS Reports Services white paper - it suggested that "This error likely occurs because the osagent has not been started..."
(quoting from the paper).
What does this mean? What is an osagent? How do I start it? What do I do now?
Please help.
Thank you
Jennifer

Similar Messages

  • Report Errors REP-1051 and REP-1070 when saving

    I just created a new report. I'm now getting errors REP-1051 and REP-1070 when I attempt to save the .rdf to my local hard drive (or anywhere else for that matter). Permissions where I try to save it are OK, in fact if I remove the SQL and insert "select * from dual", it saves nicely. Is there a query size limit of which I'm unaware? The SQL runs corrrectly, compiles correctly, etc. I just can't seem to save my work. Thank you in advance.

    REP-1051 and REP-1070 What are the messages for these codes?
    Which version and OS are you using?
    How are you calling your report?

  • HELP: REP-0065 and rep-0200

    Has anyone else seen this error.
    Env:
    Report Builder 6i
    Win 2000
    I have a simple report with two repeating frames (one embedded). When I query and get data back in a ref cursor I get a rep-0060 and rep-0200 error. I had the report running yesterday and with no changes to the database or the report def, I get this error today.
    Thanks.
    null

    Nevermind. Found the problem. We had another procedure running in the database that was trying to divide by 0.

  • Parameter Form , REP-1051 and REP-1070

    HI
    I am trying to write validating functions for text box which will be shown in parameter form when the report will be run on web through URL. I am unable to save the report file after wrting the validating code in before form property of report. Oracle Report Builder raises error with error codes REP-1051 and REP-1070.I have noticed that this error occurs when the toal html content in report exceeds 6.11 kb in size. Any solution ?

    May be write some of the information to a table and retrieve from that?
    Rajesh Alex

  • REP-0065 and REP-0200

    Hi everyone,
    I have a report that uses a strongly typed ref cursor to get its data. When I run the report on my local machine (oc4j and report server running on my local machine), the report runs fine. That makes me believe that the data types being returned by the query match what is in the ref cursor. However, when I put the report on a remote report server, I get the Virtual Memory System error described below. Anyone have any ideas?
    javax.servlet.jsp.JspException: REP-0065: Virtual Memory System error.
    REP-0200: Cannot allocate enough memory.
    cavaa 22
    at oracle.reports.jsp.ForEachTag.doStartTag(ForEachTag.java:382)
    at acdfiles.sheet001._jspService(_sheet001.java:140)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)

    Hi
    I have the exact same problem... anyone can help?
    Vitor

  • REP-501 and REP-2147418514

    When I try to run reports in PDF the below error appears
    "REP -2147418514 Unable to retrieve a string from the Report Builder message file"
    The same report runs successfully in HTML.
    When trying to run report from forms the below error appears:
    "41214 Unable to run report"
    and in Report server jobs the error is "REP-501 Unable to connect to specified database"
    Thanks.

    I was just wondering if you'd found out any more about this problem..? It looks like we might be having similar issues. The REP-501s went away once we started the reports server, but we'd prefer not to have to do this after every time we bounce the datebase.
    Cheers,
    James

  • Error REP-51002; REP-50125 and REP-56048

    Hello All,
    We are upgrading our Forms/Reports environment to 11.1.2.0.0. For report server setup we have done following:
    1) Setup a new VM with 2008 Windows Server R2 64 bit operating system
    2) Installed Oracle Reports Server 11.1.2.0.0
    3) Pointed our new Forms Server (which is also 11.1.2.0.0) to use this new report server.
    Normally reports work fine, but at times it results in error. At times with error it brings the whole report server down as well.
    In the Enterprise Manager it shows following log messages:
    Dec-13 3:44:01 (Incident Error) REP-51002 : Bind to Reports Server willow_reports_qa1 failed.
    Dec-13 3:44:01 (Incident Error) ServerManager:getServer Bind to Reports Server willow_reports_qa1 failed.
    Dec-13 3:48:20 (Incident Error) REP-50125 : org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe
    Dec-13 3:48:21 (Incident Error) REP-50125 : org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    Dec-13 3:48:21 (Incident Error) REP-56048 : Engine rwEng-0 crashed., job Id: 327
    Dec-13 3:48:21 (Incident Error) REP-56048 : Engine rwEng-0 crashed., job Id: 327
    Any help will be highly appreciated. Let me know if you need additional information.
    Regards,
    Saket Maheshwary

    question. Did you solve this? If so was it because you firstly needed to create a Report Server and register it with Enterprise Manager?
    Pamela

  • Error rep-0066 and rep-3335

    I have problems with reports builder, suddenly i recive the next error :
    REP-0066 Error executing CA utility.
    REP-3335 Unhandled internal CA Error
    calaa 3
    I don't have any problems accesing the data base, the free space in my hard disk is huge and all the software was reinstaled, but the error still apears, If anybody has experienced this or has any idea why this is hapening please let me know.
    Tnx for your help.

    Hi Yuri
    Is this specific to one RDF file only? There are no known reason for this error [which is very generic error]. All it tells is that some internal error is occured in CA utility and is very difficult to predict like this. I suggest, you get in touch with Oracle Support on this.
    Thanks
    Rohit

  • 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 :)

  • REP-0066 AND REP-3335

    Hi All,
    I got an error when I ran one report
    REP-0066:error executing CA utility
    REP-3335:Unhandled Internal CA Error.
    calaa 1.
    I am using Developer 2000/report v2.1.
    Your help is highly appreciated!
    Thanks,

    Even if I run this report from developer 2000, I got same error. (Initially , it ran from another Oracle Form application). The query is little complicated including datalinks so I wasn't so sure how to try default layout. need to retrieve a lot of information. But if you are willing, I can share the code with you. This error is so crucial to my work.
    Thanks,
    Donghong

  • Help with errors REP-0065 and REP-0200

    Since one day I have received this errors while I run several reports.
    It's very strange because since that reports had run fine. We have 2
    DB instances and at one they run fine but at other I always have received
    these errors (since one day).
    Error says that report builder is runnin out of virtual memory but I have
    256 MB RAM and I know that they used to work at weakiest PC and
    they still work at the same PC when I connect to the second instance.
    I haven't changed any DB parameters (if I remember) and these errors
    should be report builder related not DB anyway.
    I am completely clueless.
    Does anyone of you have ever received these errors ?
    Any help or suggestions would be greatly appreciated.
    Thanx
    David

    Normally these two errors occur when the program runs out of memory.
    You said when connect to one instance of database, the builder works fine; when connect to another instance of database, the builder gives above errors. It looks like to me it is database data related problem.
    Please use sqlplus to log on to these two database instance, issue the same query as in the report, check whether both returns the same amount of data. I suspect somehow the second database instance contains substantial more data than the first instance.
    Thanks,
    -Shaun

  • Error REP 52266 on Oracle Report Server

    Hi,
    The Oracle Report server is down and i get the following error.
    REP-52266: The in-process Reports Server bilopsitrpt10g failed to start.exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=52266,
    java.lang.String errorString="The in-process Reports Server bilopsitrpt10g failed to start.",
    java.lang.String moduleName="REP"
    i have gone through the threads available on similiar subject and have changed the value of REPORT_TMP to a valid path on the machine. Then i rebooted the server, i checked the logs and found that it starts and then shutsdown again.
    I also have fired the command rwserver server=<server_name>, but it showed me 2 messages First one is saying *"Server is shutting down"* and the second one says *"REP-28000 java.sql.SQLException: Ora-28000: the account is locked"*
    Please help me on this as this is very urgent.
    Appreciate your help. Thanks in advance.
    Regards,
    Manisha.

    Hi Manisha,
    You may check the following thread
    Re: "503 Service Unavailable" error for EM10g grid console
    Hope it helps.
    Thanks,
    Anand

  • REP-52266: The in-process Reports Server rep_myhostname failed to start

    Hi Everyone,
    My name is John and I've a small 10g report configuration issue which I would like to share and, hopefully, some of you might already have come across it and able to assist and guide me through it.
    First, I've installed Oracle Developer Suite 10g 10.1.2.0.2 together with Report Builder 10.1.2.0.2 and Oracle Forms Developer 10.1.2.0.2 onto a 32bit Window 2000 Professional machine.
    I've tried to run the following URL which test for the servlet connectivity and it returns fine with all the valid reports servlet commands page.
    http://myhostname:8889/reports/rwservlet
    However, as I've tried to run the 'test.rdf' report using the following link:
    http://myhostname:8889/reports/rwservlet?destype=cache&desformat=PDF&report=test.rdf&userid=user/pass@host
    And it returns the following error on the browser:
    REP-52266: The in-process Reports Server rep_myhostname failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    Then I set trace option on in the myhostname.conf file and restart the OC4J instance. And the trace file has the following results:
    *[2009/2/18 11:21:31:687] Info 56021 (EngineManager:spawnEngine): Engine rwURLEng-0 has been launched*
    *[2009/2/18 11:21:31:687] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Initial*
    *[2009/2/18 11:21:31:687] Debug 50103 (JobStore:writePersistFile): Purge persistent file*
    *[2009/2/18 11:21:31:717] Debug 50103 (JobStore:writePersistFile): Purge persistent file done*
    *[2009/2/18 11:21:51:766] Warning 50103 (EngineManager:registerEngine): REP-55103: API URLEngine:getEngineEnvs not applicable to URL engine*
    *[2009/2/18 11:21:51:766] Info 56026 (EngineManager:registerEngine): Reports Server started up engine rwURLEng-0*
    *[2009/2/18 11:21:51:856] Debug 50103 (EngineManager:updateEngineState): Engine rwURLEng-0 status is 1*
    *[2009/2/18 11:21:51:856] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Ready*
    *[2009/2/18 11:23:1:687] Info 56106 (EngineManager:manage): Engine rwEng-0 is destroyed due to timeout*
    *[2009/2/18 11:23:1:687] Exception 56097 (): Engine rwEng-0 callback timeout*
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    *     at oracle.reports.utility.Utility.newRWException(Utility.java:756)*
    *     at oracle.reports.server.EngineManager.manage(EngineManager.java:291)*
    *     at oracle.reports.server.IdleThread.run(IdleThread.java:88)*
    *[2009/2/18 11:23:1:707] Debug 50103 (ServerPacketReceiver:handlePacket): Got a request packet*
    *[2009/2/18 11:23:1:717] Info 56029 (EngineManager:shutdownEngine): Shutting down engine rwURLEng-0*
    *[2009/2/18 11:23:1:717] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Shutdown*
    *[2009/2/18 11:23:1:727] Info 56047 (EngineManager:remove): Reports Server shut down engine rwURLEng-0*
    *[2009/2/18 11:23:5:813] Info 50103 (ServerPacketHandler:stop): Multicastmanager stopped successfully*
    *[2009/2/18 11:23:5:813] Info 50002 (RWServer:shutdown): Server is shutting down*
    *[2009/2/18 11:23:5:813] Info 50103 (RWServer:startServer): Notify thread to exit*
    *[2009/2/18 11:23:5:843] Info 50103 (RWServer:startServer): RWServer thread exits*
    *[2009/2/18 11:23:5:843] Exception 56097 (): Engine rwEng-0 callback timeout*
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    *     at oracle.reports.utility.Utility.newRWException(Utility.java:756)*
    *     at oracle.reports.server.EngineManager.manage(EngineManager.java:291)*
    *     at oracle.reports.server.IdleThread.run(IdleThread.java:88)*
    I've not changed any of the report's related configuration files and the java version of the machine is 1.4.2_06. I do not know whether I need to apply a patch for this particular Developer Suite version or is there something which I've not done in terms of post-installation tasks. Thank you for your time and effort. Any feedback is much appreciated as I've been spending a number of days to solve this problem. Thank you and have a nice day.
    Kind Regards,
    John

    Hi,
    Thanks for your reply and here is the output of the rwEng-0.trc file. I could not find anything "interesting" as you mentioned. Please let me know if you find anything missing in there. Also, currently there is only one network printer setup on the machine. Can you please elaborate on the printer bit as I'm unsure of what to troubleshoot. Also, I forgot to inform you that I have a previous version of Developer 2000 Form and Report installed prior to the 10g Developer Suite installation. Does it ring a bell to any other problem? Thank you again for your time and effort. Have a nice day.
    Kind Regards,
    John
    *[2009/2/18 11:21:35:773] Debug 50103 (RWEngine:init): args[0]=name=rwEng-0*
    *[2009/2/18 11:21:35:773] Debug 50103 (RWEngine:init): args[1]=server=rep_myhostname*
    *[2009/2/18 11:21:35:773] Debug 50103 (RWEngine:init): args[2]=ORACLE_HOME=C:\oracle\ora10g1*
    *[2009/2/18 11:21:35:773] Debug 50103 (RWEngine:init): args[3]=engineimplclass=oracle.reports.engine.EngineImpl*
    *[2009/2/18 11:21:35:773] Debug 50103 (RWEngine:init): args[4]=traceopts=trace_all*
    *[2009/2/18 11:21:35:773] Debug 50103 (RWEngine:init): args[5]=tracefile=C:\oracle\ora10g1\reports\logs\rep_EZRA\rwEng-0.trc*
    *[2009/2/18 11:21:35:773] Debug 50103 (RWEngine:init): args[6]=tracemode=trace_replace*
    *[2009/2/18 11:21:35:773] Debug 50103 (RWEngine:init): args[7]=cacheDir=C:\oracle\ora10g1\reports\cache*
    *[2009/2/18 11:21:35:783] Debug 50103 (RWEngine:init): args[8]=server_ior=C:\TEMP\tmp_1440568*
    *[2009/2/18 11:21:36:284] Info 50128 (RWEngine:init): orb init succeeded*
    *[2009/2/18 11:21:37:45] Info 55007 (EngineImpl:loadLibrary): Load rw.dll succeeded*
    *[2009/2/18 11:21:37:45] Debug 50103 (EngineImpl:init): useDataCache = null*
    *[2009/2/18 11:21:37:45] Debug 50103 (EngineImpl:init): ignoreDataParameter = null*
    *[2009/2/18 11:21:37:75] Debug 50103 (EngineImpl:EngineImpl): start CInitEngine()*
    *[2009/2/18 11:21:37:75] Debug 50103 (EngineImpl:EngineImpl): commandline[0] = rw*
    *[2009/2/18 11:21:37:75] Debug 50103 (EngineImpl:EngineImpl): commandline[1] = ora_rw20_3tng*
    *[2009/2/18 11:21:37:75] Debug 50103 (EngineImpl:EngineImpl): commandline[2] = rep_myhostname*
    *[2009/2/18 11:21:37:75] Debug 50103 (EngineImpl:EngineImpl): commandline[3] = C:\oracle\ora10g1\reports\cache*
    *[2009/2/18 11:21:37:85] Debug 50103 (EngineImpl:EngineImpl): commandline[4] = null*
    *[2009/2/18 11:21:37:85] Debug 50103 (EngineImpl:EngineImpl): commandline[5] = null*
    *[2009/2/18 11:21:37:85] Debug 50103 (EngineImpl:EngineImpl): commandline[6] = trace_all*
    *[2009/2/18 11:21:37:85] Debug 50103 (EngineImpl:EngineImpl): commandline[7] = C:\oracle\ora10g1\reports\logs\rep_EZRA\rwEng-0.trc*
    *[2009/2/18 11:21:37:85] Debug 50103 (EngineImpl:EngineImpl): commandline[8] = trace_replace*
    *[2009/2/18 11:21:37:85] Debug 50103 (EngineImpl:EngineImpl): commandline[9] = null*
    *[2009/2/18 11:21:37:85] Debug 50103 (EngineImpl:EngineImpl): commandline[10] = null*
    *[2009/2/18 11:21:37:85] Debug 50103 (EngineImpl:EngineImpl): commandline[11] = null*

  • REP-51002: Bind to Reports Server "test_srv" failed & REP-52266

    Hi folks,
    I'm trying to run reports on my machine localy, but when I run my report I always obtain this error:
    REP-51002: Bind to Reports Server "test_srv" failed
    I searched for this answer, but nothing worked for me.
    I tried steps described in thread: REP-51002: Bind to Reports Server <servername> failed
    So I did this:
    1. I run OC4J
    2. In file %ORACLE_HOME%\reports\conf\rwnetwork.conf I commented line with multicast and uncomented namingService part. Now rwnetwork.conf file looks like:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE discoveryService SYSTEM "file:C:\Oracle_10g_R2/reports/dtd/rwnetworkconf.dtd">
    <discoveryService>
      <!--multicast channel="228.5.6.7" port="14021" timeout="1000" retry="3"/-->
      <namingService name="Cos" host="localhost" port="14021"/>
    </discoveryService>3. In cmd, in C:\ORACLE_10g_R2\bin>namingservice 14021
    Naming Service started sucessfully
    4. In cmd:
    C:\ORACLE_10g_R2\bin>rwdiag -findAll
    Naming service used to locate servers
    Naming Server host = localhost
    Naming Server port = 14021
    (1) test_srv : Type = server : Host = NA
    5. I copied my report into: c:\Temp\report_test\szrcomp.rdf
    6. I run report from IE browser using url:
    http://localhost:8889/reports/rwservlet?report=c:\Temp\report_test\szrcomp.rdf&destype=cache&server=test_srv&desformat=htmlcss&userid=usr/psw@db
    I received Error:
    REP-51002: Bind to Reports Server test_srv failed
    7. http://localhost:8889/reports/rwservlet/getserverinfo
    I received Error:
    REP-52266: The in-process Reports Server rep_dimopatsep05 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    8. http://localhost:8889/reports/rwservlet/showjobs
    The same error as in 7.
    Can somebody help me with this problem?
    Thanks,
    Tomas
    sorry for duplicate post in REP-51002: Bind to Reports Server "test_srv" failed  & REP-52266
    but this section it probably better for my problem.

    Hello,
    You should test first with a "standalone" reports server :
    1. Stop the OC4J
    2. Start the namingservice
    3 Start the reports server :
    rwserver server=test_srv
    4. test to execute a report :
    rwclient server=test_srv report=test destype=cache desformat=html
    If the reports server does not start , it will be necessary to activate the trace in
    order to get details about the problem :
    Edit the file $ORACLE_HOME/reports/conf/<reports server name>.conf
    Modify it in order to have a line :
    <trace traceOpts="trace_all"/>
    restart the reports server
    Regards

  • REP-52266, REP-50503

    Hello all,
    I'm receiving the error REP-52266, while running a simple script from Forms 10g:
    web.show_document('/reports/rwservlet/showjobs?server=rep_fsprod', '_blank');
    I previously received REP-51002; searched over the forums,& made changed to the rwservlet properties file by setting my Server,setting the trace on,& changing my host file in windows.
    Errors received now:
    REP-52266: The in-process Reports Server rep_fsprod failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    I also tried these commands:
    rwclient server=rep_CC-BA0C7240E38E report=test destype=cache desformat=html
    GIVES ERROR:-
    REP-0178: can not connect to reports server
    rwdiag -findall
    Broadcast mechanism used to locate servers
    Channel address: 228.5.6.7
    Channel port: 14021
    REP-50503 No server found in the network.
    Please help, Im getting tangled in errors. Thank you very much!

    Hello
    I followed the link below & made changes to my host file, rwnetwork.properties file:
    REP-51002: Bind to Reports Server <servername> failed
    My error was resolved, but that lasted for 2 days!! Im back to an error:
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No Naming Server is not responding. Restarting..
    Ive readup this link:
    Nested exception: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 co
    But how do I ensure that the host is using a static IP address and not a DHCP address??
    Please help, Ive no networking clue.. Thank you..

Maybe you are looking for

  • Creating Functions in SQL server

    HI i creating functions for specific purpose in the test database... is it against SAP Support policy? suggest me...

  • Duplicate entries for same primary key

    Hi, I am facing problem to insert 2 or more than 2 entries for same PRIMARY KEY in the database table. As I know that we can’t do that. But Client has given me the XL sheet which contains 2 entries for same primary key. How can it be done? Please let

  • Transfer CO-PA Characteristic Values

    Hi All, I faces the situation that I need to manual create huge data of Characteristic Values every client. Is there any method to transfer the CO-PA Characteristic Values from source client to target client? Thank you in advance.

  • Standalone server with ASM & database, oracle HAS service not auto start

    WE have a standalone oracle and grid on linux redhat 5. Oracle version is 11gr2, and I noticed everytime server reboot, the d.bin processes are all gone and has services are not automatically rebooted during server reboot. How to handle this issue? T

  • Where need to be my Publisher installed ????

    Hello Experts, I am having a distributed architecture where the OBI server,Presentation services and the Client tools are in three different machines.Now I want to have my publisher installed.Can anyone give me the suggestion that where should i need