How to configure WebSphere liberty profile and data source configuration steps using Oracle DB and please tell me the step by step process. I have installed liberty profile (WebSphere Liberty 17.0.0.4) after deployed the EAR file it's getting below error FYI..., hitting the app url getting below error
SRVE0095I: Servlet has become temporarily unavailable for service: /*****
I have verified the logs it shows the below error continuously
Error log:- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SystemSettingsService' defined in class path resource [config/core-spring- context.xml]: Cannot resolve reference to bean 'V3DataSource' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'V3DataSource' defined in class path resource [config/datasource-spring- context.xml]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: Could not convert constructor argument value of type [java.lang.String] to required type [javax.sql.DataSource]: Failed to convert value of type 'java.lang.String' to required type 'javax.sql.DataSource'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [java.lang.String] to required type [javax.sql.DataSource]: no matching editors or conversion strategy found at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:329) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107)