TeamCity service is generating error at run-time
Answered
Hello,
I am getting the following error when I am running TeamCity server in command prompt. Can someone help me to get it resolved? Thanks
[2017-02-20 12:26:40,544] ERROR - yPlug.GroovyPropertiesProvider - Critical err
or occurred during parameters calculation
groovy.lang.MissingMethodException: No signature of method: jetbrains.buildServe
r.serverSide.impl.auth.SecuredBuildType.getRunParameters() is applicable for arg
ument types: () values: []
Max
Please sign in to leave a comment.
Hi Max,
The error seems to come from the groovy plugin. Removing it should get rid of the problem. If you need to use it, make sure you have installed the correct one for your version. The one available for the trunk is not compatible with the last stable release. More information here: https://confluence.jetbrains.com/display/TW/Groovy+plug
If you still have issues with the correct one, we would need a more detailed server log (the teamcity-server.log file), and a description of when/how it fails.