My customer with remote deployment copied DB from TEST and replaced their DEV with.
According to instructions they exported the IFSIAMSYS schema from DEV before the copy and then imported it again after the copy.
The odata pods are not coming up after the clone.
Some errors from odata log:
Container initiated at Mon May 23 12:58:27 UTC 2022
SECRETIMAGE_VERSION=Mon Feb 7 04:36:03 UTC 2022 1.0.4
ALPINE_VERSION=Mon Feb 7 04:36:03 UTC 2022 3.14.3
BASEIMAGE_VERSION=Mon Feb 7 04:36:03 UTC 2022 1.0.22
CERTIFICATE_HANDLER_VERSION=Mon Feb 7 04:37:44 UTC 2022 1.0.4
JAVAIMAGE_VERSION=Mon Feb 7 04:37:44 UTC 2022 1.0.26
JDBC_DRIVER_VERSION=Mon Feb 7 04:39:15 UTC 2022 1.0.28
OPENLIBERTYIMAGE_VERSION=Mon Feb 7 04:39:15 UTC 2022 1.0.28
Using API to fetch certificates
curl: (7) Failed to connect to kubernetes.default.svc port 443 after 1 ms: Connection refused
.
"FFDC1015I: An FFDC Incident has been created: \"java.lang.NoClassDefFoundError: Ljavax\/enterprise\/concurrent\/ManagedExecutorService; com.ibm.ws.injectionengine.InjectionProcessorManager.getAllDeclaredFields 249\" at ffdc_22.05.23_12.59.18.0.log","ibm_threadId":"00000029","ibm_datetime":"2022-05-23T12:59:18.837+0000","ibm_messageId":"FFDC1015I","module":"com.ibm.ws.logging.internal.impl.IncidentImpl","loglevel":"INFO","ibm_sequence":"1653310758837_000000000004D"}
{"type":"liberty_message","host":"ifsapp-odata-fb6d9b566-xpgbp","ibm_userDir":"\/opt\/ifs\/wlp\/usr\/","ibm_serverName":"defaultServer","message":"CWNEN0047W: Resource annotations on the fields of the org.camunda.bpm.engine.cdi.impl.ManagedJobExecutor class will be ignored. The annotations could not be obtained because of the exception : java.lang.NoClassDefFoundError: Ljavax\/enterprise\/concurrent\/ManagedExecutorService;","ibm_threadId":"00000029","ibm_datetime":"2022-05-
.
"2022-05-23 12:59:27.208 ERROR 36 org.camunda.commons.logging.BaseLogger.logError() : ENGINE-12012 Exception on accessing the database connection: Unable to start the Universal Connection Pool: oracle.ucp.UniversalConnectionPoolException: Failed to create initialPoolSize connections while starting a pool: oracle.ucp.UniversalConnectionPoolException: Failed to create initialPoolSize connections while starting a pool: java.lang.IllegalStateException: unable to start connection creation task DSRA0010E: SQL State = null, Error Code = 0"
.
FFDC1015I: An FFDC Incident has been created: \"java.sql.SQLException: Unable to start the Universal Connection Pool: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource: java.sql.SQLException: Listener refused the connection with the following error:\nORA-12504, TNS:listener was not given the SID in CONNECT_DATA\n com.ibm.ws.rsadapter.impl.WSManagedConnectionFactoryImpl 1372\" at ffdc_22.05.23_12.59.31.0.log","ibm_threadId":"00000024","ibm_datetime":"2022-05-
It is possible to connect to the database from plsql developer.
Any ideas how to troubleshoot this?