Hi guys,
I have Oracle Fusion Middleware Forms and Report 11.1.2.2 installed on Windows 2008 R2 64-bit on Oracle WebLogic Server 11gR1 (10.3.6).
The same box has Oracle 11g R2 database installed too.
I have successfully done the installation before, but in this particular occasion I have an issue.
After a fresh installation, whenever I start the Reports server it raises error.
Here are the symptons:
- From Weblogic Administration Console, I can start the WLS_REPORTS successfully and its status is RUNNING
- When I try to check the status of the Reports Server using the following link, it report error:
http://<myhostname>:9002/reports/rwservlet/showenv
REP-52266: The in-process Reports Server rep_wls_reports_cairosrv3_frinst failed to start.org.omg.CORBA.OBJECT_NOT_EXIST
... <the full error message will be attached>
- I checked the log file of the Reports server in the following location:
D:\Oracle\Middleware\user_projects\domains\ClassicDomain\servers\WLS_REPORTS\logs\reports
it reports the following error:
[INCIDENT_ERROR] [REP-56105] [oracle.reports.server] [tid: 78]
[userId: <anonymous>] [ecid: 0000KhTr07UFc5WFLzmJOA1Kovcb000008,0]
[APP: reports#11.1.2] REP-56105 : Engine rwEng-0 died with error: .
[[ oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
at oracle.reports.utility.Utility.newRWException(Utility.java:1053)
at oracle.reports.server.EngineManager.manage(EngineManager.java:432)
at oracle.reports.server.IdleThread.run(IdleThread.java:95)]]
[2015-02-06T09:48:05.599+02:00] [WLS_REPORTS]
[INCIDENT_ERROR] [REP-56105]
[oracle.reports.server] [tid: 69]
[userId: <anonymous>] [ecid: 0000KhR49LLFc5WFLzmJOA1Kovcb000006,1:27283]
[APP: reports#11.1.2]
REP-56105 : Engine rwEng-0 died with error: . [[
oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
at oracle.reports.utility.Utility.newRWException(Utility.java:1053)
at oracle.reports.server.EngineManager.manage(EngineManager.java:432)
at oracle.reports.server.IdleThread.run(IdleThread.java:95)]]
- Based on the Note 400855.1, I set REPORTS_TMP in the registry to point to C:\windows\temp, with no luck.
- I was advised to give IPv6 lower priority than IPv4. I did that, but no luck!
- For further investigation, please download the supporting files from the following link ( I will attached it too):
http://www.ahmedbaraka.com/download/temp/reportserverissue.zip
This issue is a project stopper and your support is appreciated.