Groovy plugin exception
Hi
I have installed groovy plugin as documented on the plugin description page. But I am getting the following in the teamcity server logs. Anyone else had this problem? Is this plugin not compatible with the version of TeamCity which I have (that is what it looks like to me as a beginner user of TeamCity)?
-Pawan
groovy.lang.MissingMethodException: No signature of method: jetbrains.buildserver.groovyPlug.Lock.call() is applicable for argument types: (jetbrains.buildserver.groovyPlug.Lock, jetbrains.buildServer.serverSide.impl.BuildPromotionImpl) values: [jetbrains.buildserver.groovyPlug.Lock{name:singlelock, type:WriteLock}, BuildPromotion{myId=19, myBuildTypeId='bt2', myModificationId=-1, myRevisions=[BuildRevision[myVcsRootEntry=VcsRootEntry[myVcsRoot=platform, myCheckoutRules==>
], myRevision=RepositoryVersion[myVersion='42120_2009/08/24 16:08:22 -0700', myDisplayVersion='42120']]], myAssociatedBuildId=18}]
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:54)
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:51)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:43)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:128)
at jetbrains.buildserver.groovyPlug.LockManager.lock(BuildResourcesLock:94)
at jetbrains.buildserver.groovyPlug.LockManager$lock.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:43)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:128)
Please sign in to leave a comment.
Can someone reply to this question? I am using TeamCity 4.5.4 and Java 1.6. The evaluation of GroovyPlug is essential for us to pick TeamCity over other products we are evaluating.
At which time this exception occurs? Do you see it when server starts or when build starts?
Ok, I reproduced this error. The fix is already available, please download and install new plugin version: http://teamcity.jetbrains.com/viewLog.html?buildTypeId=bt151&buildId=lastFinished