1.7.1 Possible Issues While Deploying Services
This topic describes the possible issues that may occur in the environment.
This subsection describes the possible issues that may occur in the environment.
Service deployment is failing due to flyway
If the service deployment is failing due to flyway, verify that the object or record is already present and make changes in the flyway scripts accordingly.
You may check flyway_schema_history table of the respective schema for finding the flyway script entries.
Other possible issues
The other possible issue while deploying services could be multiple versions of dependency jars present in the war file. For example, weblogic.application.naming.EnvironmentException:
duplicate persistence units with the name PLATO
in scope cmc-customer-services-5.3.0.war
.
Parent topic: Troubleshooting Environmental Issues