8 Known Issues - Resolutions
This topic describes about the known issues - resolutions.
Deployment issue while installing the application using Installer
While deploying the war file fails with below error:
dataSource or
dataSourceClassName or jdbcUrl is
required
- 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.
While deploying the war file fails with below error:
jdbc.<<SCHEMA_NAME>
- 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.
Problem
While deploying the war file fails with below error during deployment:
Error
java.lang.OutOfMemoryError: Java heap space
Solutions
Increase the memory for the respective server in weblogic servers->Advanced->Node manager->Arguments
Circular Dependency Issue
Error
java.lang.IllegalArgumentException: Circular placeholder reference
Solutions
Include -Dspring.main.allow-circular-references=true for the respective server in weblogic servers->Advanced->Node manager->Arguments