You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We upgraded UCD with version 7.3.2 and upgraded the plugins as per suggestion from IBM and now we are having the below error,
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
file:/appl/ibm-ucd-agent-prod/var/plugins/com.urbancode.air.plugin.Liquibase_3_de2d8133c01f9887d7f870ad19a89f81e24ef2e592d8b3afa4ac15a586c68c35/classes/com/urbancode/air/plugin/helpers/AirPluginToolNew.groovy: 9: Invalid duplicate class definition of class com.urbancode.air.plugin.helpers.AirPluginToolNew : The source file:/appl/ibm-ucd-agent-prod/var/plugins/com.urbancode.air.plugin.Liquibase_3_de2d8133c01f9887d7f870ad19a89f81e24ef2e592d8b3afa4ac15a586c68c35/classes/com/urbancode/air/plugin/helpers/AirPluginToolNew.groovy contains at least two definitions of the class com.urbancode.air.plugin.helpers.AirPluginToolNew.
One of the classes is an explicit generated class using the class statement, the other is a class generated from the script body based on the file name. Solutions are to change the file name or to change the class name.
@ line 9, column 1.
public class AirPluginToolNew {
^
1 error
The text was updated successfully, but these errors were encountered:
Hi Team,
We upgraded UCD with version 7.3.2 and upgraded the plugins as per suggestion from IBM and now we are having the below error,
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
file:/appl/ibm-ucd-agent-prod/var/plugins/com.urbancode.air.plugin.Liquibase_3_de2d8133c01f9887d7f870ad19a89f81e24ef2e592d8b3afa4ac15a586c68c35/classes/com/urbancode/air/plugin/helpers/AirPluginToolNew.groovy: 9: Invalid duplicate class definition of class com.urbancode.air.plugin.helpers.AirPluginToolNew : The source file:/appl/ibm-ucd-agent-prod/var/plugins/com.urbancode.air.plugin.Liquibase_3_de2d8133c01f9887d7f870ad19a89f81e24ef2e592d8b3afa4ac15a586c68c35/classes/com/urbancode/air/plugin/helpers/AirPluginToolNew.groovy contains at least two definitions of the class com.urbancode.air.plugin.helpers.AirPluginToolNew.
One of the classes is an explicit generated class using the class statement, the other is a class generated from the script body based on the file name. Solutions are to change the file name or to change the class name.
@ line 9, column 1.
public class AirPluginToolNew {
^
1 error
The text was updated successfully, but these errors were encountered: