Error Message :
ErrorMsg: AwE-5001 Database Query Error (11/19/16 11:13 PM)
Details: getConnection
null
java.sql.SQLException: ORA-28040: No matching authentication protocol
After upgrading the Oracle database to version 12c, the RMI process fails to start. The RmiServer.log shows the below errors. ErrorMsg: AwE-5001 Database Query Error (01/01/16 11:11PM)
Details: getConnection
null
java.sql.SQLException: ORA-28040: No matching authentication protocol
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
at oracle.jdbc.ttc7.O3log.receive1st(O3log.java:410)
at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:260)
at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:368)
at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:549)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:349)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at com.appworx.server.sql.AxConnectionPool.getConnection(AxConnectionPool.java:375)
at com.appworx.server.sql.DBAccess.getConnection(DBAccess.java:1490)
at com.appworx.server.sql.CommonDB.A(CommonDB.java:564)
at com.appworx.server.sql.CommonDB.A(CommonDB.java:540)
at com.appworx.server.sql.CommonDB.getSqlData(CommonDB.java:182)
at com.appworx.server.data.MasterDB.<init>(MasterDB.java:213)
at com.appworx.server.data.MasterDB.<init>(MasterDB.java:188)
at com.appworx.server.data.Master.<init>(Master.java:207)
at com.appworx.server.data.AxRmiServer.Å(AxRmiServer.java:3011)
at com.appworx.server.data.AxRmiServer.setupMasters(AxRmiServer.java:2864)
at com.appworx.server.data.AxRmiServer.main(AxRmiServer.java:916)