Hi All!
I have a task to transfer a previously created project to a new server. I installed Oraclle java jdk v21.0.6 + Middleware 14.1.2.0.0 + Oracle Forms 14.1.2.0.0
After that I ran RCU and Config.
Now a can run appilication, but I can't run the reports. I took the startup line as on the version 12 server and changed the path according to the name of the server and the port used.
Below is an example of such a line which I run on the server
http://127.0.0.1:9012/reports/rwservlet?destype=cache&desformat=EnhancedSpreadsheet&report=ListNTR.jsp&userid=admin/admin123@myserver
And I get this error:
REP-52266: The in-process Reports Server rep_wls_reports_nvs-2016 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
I get the same error from this link. It should be said that for reporting I use port 9012. When I ran conf.cmd this port was selected.
http://127.0.0.1:9012/reports/rwservlet/showjobs
At the same time, in Enterprise Manager Fusion Middleware Control 14.1.2 I see AdminServer, WLS_FORMS, WLS_REPORTS and OHS are working.
Please help me figure out why this error is happening and the reports are not working.