Hi,
While installing OEM 12c, we are faced a issue at step 8.In emctl.log file we found the below issue.
2015-03-16 02:33:51,138 [main] INFO mas.CredStoreUtil logp.251 - getCredential : Got creds for mapName -EM keyName - REPOS_DETAILS
2015-03-16 02:34:52,621 [main] INFO util.EmctlUtil logp.251 - Failed to get repos connection using info from AdminServer. Ignoring the exception: IO Error: Socket read timed out
2015-03-16 02:35:52,850 [main] ERROR oms.HAUtil verifyReposPwd.100 - Unable to connect to repository
java.sql.SQLRecoverableException: IO Error: Socket read timed out
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:458)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:546)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:236)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
at java.sql.DriverManager.getConnection(DriverManager.java:582)
at java.sql.DriverManager.getConnection(DriverManager.java:154)
at oracle.sysman.emctl.util.EmctlUtil.getReposConnUsingFileSystem(EmctlUtil.java:918)
at oracle.sysman.emctl.util.EmctlUtil.getReposConn(EmctlUtil.java:837)
at oracle.sysman.emctl.oms.HAUtil.verifyReposPwd(HAUtil.java:94)
at oracle.sysman.emctl.oms.ExportConfigOMSCmds.processExportConfigOMS(ExportConfigOMSCmds.java:314)
at oracle.sysman.emctl.oms.ExportConfigOMSCmds.main(ExportConfigOMSCmds.java:239)
Caused by: oracle.net.ns.NetException: Socket read timed out
at oracle.net.ns.Packet.receive(Packet.java:339)
at oracle.net.ns.NSProtocol.connect(NSProtocol.java:296)
at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1102)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:320)
... 11 more
2015-03-16 02:35:52,858 [main] ERROR oms.ExportConfigOMSCmds logp.251 - ExportConfig failed...
2015-03-16 02:35:52,858 [main] ERROR oms.ExportConfigOMSCmds logp.251 - ExportConfig Error: Unable to connect to repository
java.lang.Exception: Unable to connect to repository
at oracle.sysman.emctl.oms.ExportConfigOMSCmds.processExportConfigOMS(ExportConfigOMSCmds.java:321)
at oracle.sysman.emctl.oms.ExportConfigOMSCmds.main(ExportConfigOMSCmds.java:239)
Please help on this.
Thanks,
Ramaraju