REP-17002: "java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection" After jobStatusRepository Enabled
(Doc ID 2501443.1)
Last updated on MAY 02, 2023
Applies to:
Oracle Reports Developer - Version 12.2.1.0.0 and laterOracle Forms for OCI - Version 12.2.1.4.0 and later
Information in this document applies to any platform.
Symptoms
You enable jobStatusRepository or jobRepository using JDBC thin connection format to connect to the repository database.
Running reports using rwservlet fails with error:
REP-51002: Bind to Reports Server <Reports_Server_Name> failed
The following error is observed in rwserver_diagnostic.log:
[2019-01-30T00:45:21.795-08:00] [reports] [INCIDENT_ERROR] [REP-17002] [oracle.reports.server] [tid: 1] REP-17002 : java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection [[
oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
at oracle.reports.utility.Utility.newRWException(Utility.java:1016)
at oracle.reports.utility.DBConnection.connectByThinJDBC(DBConnection.java:197)
at oracle.reports.utility.DBConnection.connect(DBConnection.java:127)
at oracle.reports.server.JobRepositoryDB.start(JobRepositoryDB.java:68)
at oracle.reports.server.JobStore.start(JobStore.java:164)
at oracle.reports.server.RWServer.startServer(RWServer.java:995)
at oracle.reports.server.RWServer.jniMain(RWServer.java:289)
]]
oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
at oracle.reports.utility.Utility.newRWException(Utility.java:1016)
at oracle.reports.utility.DBConnection.connectByThinJDBC(DBConnection.java:197)
at oracle.reports.utility.DBConnection.connect(DBConnection.java:127)
at oracle.reports.server.JobRepositoryDB.start(JobRepositoryDB.java:68)
at oracle.reports.server.JobStore.start(JobStore.java:164)
at oracle.reports.server.RWServer.startServer(RWServer.java:995)
at oracle.reports.server.RWServer.jniMain(RWServer.java:289)
]]
The following error is observed in zrclient_diagnostic.log:
[2019-01-30T00:45:24.950-08:00] [reports] [INCIDENT_ERROR] [REP-51002] [oracle.reports.zrclient] [tid: 1] REP-51002 : Bind to Reports Server <Report_Server_Name> failed. [[
oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
at oracle.reports.utility.Utility.newRWException(Utility.java:1016)
at oracle.reports.client.ServerManager.getServer(ServerManager.java:284)
at oracle.reports.zrcclient.ZRCClient.zrcco_Connect(ZRCClient.java:175)
]]
Changes
Sample configuration from rwserver.conf:
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 |
Changes |
Cause |
Solution |
References |