Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jira listener - ambiguous method #49

Open
pmauduit opened this issue Jun 29, 2023 · 0 comments
Open

jira listener - ambiguous method #49

pmauduit opened this issue Jun 29, 2023 · 0 comments

Comments

@pmauduit
Copy link
Owner

17:33:30.204 [Grizzly(2)] ERROR com.ullink.slack.simpleslackapi.impl.SlackWebSocketSessionImpl - caught exception in dispatchImpl
groovy.lang.GroovyRuntimeException: Ambiguous method overloading for method com.ullink.slack.simpleslackapi.impl.SlackWebSocketSessionImpl#sendMessage.
Cannot resolve which method to invoke for [null, class com.ullink.slack.simpleslackapi.SlackPreparedMessage] due to overlapping prototypes between:
	[class com.ullink.slack.simpleslackapi.SlackChannel, class com.ullink.slack.simpleslackapi.SlackPreparedMessage]
	[class java.lang.String, class com.ullink.slack.simpleslackapi.SlackPreparedMessage]
	at groovy.lang.MetaClassImpl.doChooseMostSpecificParams(MetaClassImpl.java:3385)
	at groovy.lang.MetaClassImpl.chooseMostSpecificParams(MetaClassImpl.java:3361)
	at groovy.lang.MetaClassImpl.chooseMethodInternal(MetaClassImpl.java:3351)
	at groovy.lang.MetaClassImpl.chooseMethod(MetaClassImpl.java:3295)
	at groovy.lang.MetaClassImpl.getNormalMethodWithCaching(MetaClassImpl.java:1460)
	at groovy.lang.MetaClassImpl.getMethodWithCaching(MetaClassImpl.java:1376)
	at org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.chooseMeta(Selector.java:604)
	at org.codehaus.groovy.vmplugin.v8.Selector$MethodSelector.setCallSiteTarget(Selector.java:1010)
	at org.codehaus.groovy.vmplugin.v8.IndyInterface.fallback(IndyInterface.java:351)
	at org.codehaus.groovy.vmplugin.v8.IndyInterface.access$000(IndyInterface.java:49)
	at org.codehaus.groovy.vmplugin.v8.IndyInterface$FallbackSupplier.get(IndyInterface.java:281)
	at org.codehaus.groovy.vmplugin.v8.IndyInterface.lambda$fromCache$1(IndyInterface.java:301)
	at org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap.lambda$compute$0(ConcurrentLinkedHashMap.java:788)
	at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1705)
	at org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap.compute(ConcurrentLinkedHashMap.java:800)
	at org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap.computeIfAbsent(ConcurrentLinkedHashMap.java:777)
	at org.codehaus.groovy.runtime.memoize.LRUCache.getAndPut(LRUCache.java:63)
	at org.codehaus.groovy.vmplugin.v8.CacheableCallSite.getAndPut(CacheableCallSite.java:48)
	at org.codehaus.groovy.vmplugin.v8.IndyInterface.lambda$fromCache$2(IndyInterface.java:298)
	at org.codehaus.groovy.vmplugin.v8.IndyInterface.doWithCallSite(IndyInterface.java:367)
	at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:295)
	at fr.spironet.slackbot.listeners.JiraListener.doOnEvent(JiraListener.groovy:291)
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant