8 Known Issues - Resolutions
This topic describes about the known issues - resolutions.
Deployment issue while installing the application using Installer
Datasource Properties Issue
Problem
While deploying the war file fails with below error:
Error
dataSource or
dataSourceClassName or jdbcUrl is
required
Solutions
- If the product and foundation setup are in 2 different VM's, ensure that the syncup between these 2 VM's are performed.
- Login to the Oracle Banking Microservices Architecture schema and verify the entries for the respective warfile application are correct in the properties table like, jdbcURL, schema name, port etc..,
- Check the Hostname and Oracle Banking Microservices Architecture related URL in setuserOverrides.sh of product.
- Restart the service.
JDBC Issue
Problem
While deploying the war file fails with below error:
Error
jdbc.<<SCHEMA_NAME>
Solutions
The
JDBC Issue is encountered due to incorrect password in databag or incorrect entries in
the properties table for the war file getting deployed.
- Verify the password of the respective schema of the war file being deployed in databag.
- In Oracle Banking Microservices Architecture schema, verify the entries of the war file being deployed in the properties table. Check jdbcurl, schema name and port no. are correct.
- If required update the same with correct values.
- Restart the service.