1.2 Errors / Exceptions on Flyway Deployment
This topic describes about errors / exceptions that can occur due to flyway while deployment.
The error description is given below:
               org.springframework.beans.factory.UnsatisfiedDependencyException: 
Error creating bean with name 'application': Unsatisfied dependency 
expressed through field 'flywayApplicationConfig'; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'executeDomain' defined in class path resource 
[oracle/fsgbu/plato/flyway/FlywayConfig.class]: Bean instantiation via 
factory method failed; nested exception...SQL State : 42000In the error, the bean-name can be any of the following:
                  
            - executeDomain
- executePlato
- executePlatoSec
- executePlatoUI
- executeSms
- executeCmc
- executeMidofcmc
- executePlatofeed
- executePlatobatch
- executePlatoorch
Parent topic: Introduction