"IO Error: Connection Reset By Peer, Authentication Lapse" while executing schema creator utility.
(Doc ID 2478411.1)
Last updated on MAY 21, 2023
Applies to:
Oracle Financial Services Analytical Applications Infrastructure - Version 8.0.0 and laterInformation in this document applies to any platform.
Symptoms
While running schema creator utility, it fails with below error in schema creator log in path <installation directory>/<PACK_NAME>/schema_creator/logs
Log [2018-11-23 16:35:09.879] [SCHEMAUTILITY] [INFO ] - ===================================================================================
Log [2018-11-23 16:35:09.881] [SCHEMAUTILITY] [INFO ] - Schema Creation Started
Log [2018-11-23 16:35:09.881] [SCHEMAUTILITY] [INFO ] - ===================================================================================
Log [2018-11-23 16:35:09.881] [SCHEMAUTILITY] [INFO ] - Checking OFSAA installation...
Log [2018-11-23 16:35:09.881] [SCHEMAUTILITY] [INFO ] - OFSAA installation not found.
Log [2018-11-23 16:35:09.881] [SCHEMAUTILITY] [INFO ] - Validating the dat file OFS_<pack>_CFG.dat started...
Log [2018-11-23 16:35:10.089] [SCHEMAUTILITY] [INFO ] - Sucessfully validated OFS_<pack>_CFG.dat file
Log [2018-11-23 16:35:10.112] [SCHEMAUTILITY] [INFO ] - ===================================================================================
Log [2018-11-23 16:35:10.112] [SCHEMAUTILITY] [INFO ] - Validating the input XML file.../home/../../../<pack name>/schema_creator/conf/OFS_<pack>_SCHEMA_IN.xml
Log [2018-11-23 16:35:10.149] [SCHEMAUTILITY] [INFO ] - Input XML file validated successfully.
Log [2018-11-23 16:35:10.149] [SCHEMAUTILITY] [INFO ] - ===================================================================================
Log [2018-11-23 16:35:10.150] [SCHEMAUTILITY] [INFO ] - Validating Connection URL ...jdbc:oracle:thin:@<HOST/IP>:<PORT>:<SID>
Log [2018-11-23 16:38:01.804] [SCHEMAUTILITY] [ERROR] - Exception while connecting to DB User SYS as SYSDBA on jdbc:oracle:thin:@<HOST/IP>:<PORT>:<SID>
Log [2018-11-23 16:38:01.804] [SCHEMAUTILITY] [ERROR] -
java.sql.SQLRecoverableException: IO Error: Connection reset by peer, Authentication lapse xxxx ms.
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:794) ~[ojdbc8.jar:12.2.0.1.0]
at oracle.jdbc.driver.PhysicalConnection.connect(PhysicalConnection.java:688) ~[ojdbc8.jar:12.2.0.1.0]
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:39) ~[ojdbc8.jar:12.2.0.1.0]
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:691) ~[ojdbc8.jar:12.2.0.1.0]
... 10 more
Caused by: java.io.IOException: Connection reset by peer
at sun.nio.ch.FileDispatcherImpl.write0(Native Method) ~[?:1.8.0_191]
at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47) ~[?:1.8.0_191]
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 |