Concurrent Processing - R12 Concurrent Requests Run Forever, rwrun Errors with REP-50125
(Doc ID 737445.1)
Last updated on AUGUST 25, 2021
Applies to:
Oracle E-Business Suite Technology Stack - Version 12.0 to 12.2 [Release 12.0 to 12.2]Oracle Application Object Library - Version 12.0 to 12.0.6 [Release 12]
Oracle Report Manager - Version 12.1.3 to 12.1.3 [Release 12.1]
Information in this document applies to any platform.
Symptoms
In 12.0.4 concurrent requests with executable method of 'Oracle Reports' are running forever. When rwrun is invoked from the command prompt it throws REP-50125 error.
A relink of rwrun succeeds, but does not resolve the issue.
1) rwrun help=yes
REP-50125: Caught exception: java.lang.IllegalArgumentException
2) $INST_TOP/ora/10.1.2/bin/appsrwrun.sh userid=apps/password=<PASSWORD> mode=character report=$FND_TOP/reports/US/FNDSCURS.rdf \
batch=yes destype=file desname=./name=<NAME>.out desformat=$FND_TOP/reports/HPL pagesize=132x66 traceopts=trace_all tracefile=name=<NAME>.trc tracemode=trace_replace
The above command generates ddr2.trc which contains below error
Info 56025 (RWServer:startServer): Reports Server is starting up Exception 50125 (): Caught exception:
java.lang.IllegalArgumentException oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
at oracle.reports.utility.Utility.newRWException(Utility.java:758)
at oracle.reports.utility.Utility.newRWException(Utility.java:771)
at oracle.reports.comm.NetworkConfig.open(NetworkConfig.java:168)
at oracle.reports.comm.NetworkUtility.initNetwork(NetworkUtility.java:63)
at oracle.reports.server.RWServer.startServer(RWServer.java:656)
at oracle.reports.server.RWServer.run(RWServer.java:289)
at java.lang.Thread.run(Thread.java:534)
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |