Created
September 26, 2018 17:44
-
-
Save epu/dc0c9dd2d16d4077afaa0d119e5fd57f to your computer and use it in GitHub Desktop.
filestoreIntegrity.groovy artifactory plugin - upgraded 6.1.0 HA error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-09-25 17:08:57,979 [http-nio-8081-exec-27] [ERROR] (o.a.r.c.e.GlobalExceptionMapper:48) - No signature of method: org.artifactory.storage.db.binstore.dao.BinariesDao.exists() is applicable for argument types: (java.lang.String) values: [00000e11ea23d47e3f402b36dc702fb2fadfaf48] | |
Possible solutions: exists(org.artifactory.checksum.ChecksumType, java.lang.String), wait(), equals(java.lang.Object), wait(long), print(java.io.PrintWriter), printf(java.lang.String, java.lang.Object) | |
groovy.lang.MissingMethodException: No signature of method: org.artifactory.storage.db.binstore.dao.BinariesDao.exists() is applicable for argument types: (java.lang.String) values: [00000e11ea23d47e3f402b36dc702fb2fadfaf48] | |
Possible solutions: exists(org.artifactory.checksum.ChecksumType, java.lang.String), wait(), equals(java.lang.Object), wait(long), print(java.io.PrintWriter), printf(java.lang.String, java.lang.Object) | |
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:58) | |
at org.codehaus.groovy.runtime.callsite.PojoMetaClassSite.call(PojoMetaClassSite.java:49) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125) | |
at filestoreIntegrity$_run_closure1$_closure2$_closure3.doCall(filestoreIntegrity.groovy:35) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:294) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1019) | |
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:42) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113) | |
at org.codehaus.groovy.runtime.callsite.BooleanReturningMethodInvoker.invoke(BooleanReturningMethodInvoker.java:51) | |
at org.codehaus.groovy.runtime.callsite.BooleanClosureWrapper.call(BooleanClosureWrapper.java:53) | |
at org.codehaus.groovy.runtime.DefaultGroovyMethods.retainAll(DefaultGroovyMethods.java:4390) | |
at org.codehaus.groovy.runtime.dgm$525.invoke(Unknown Source) | |
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:274) | |
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:56) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125) | |
at filestoreIntegrity$_run_closure1$_closure2.doCall(filestoreIntegrity.groovy:34) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93) | |
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325) | |
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:294) | |
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1019) | |
at groovy.lang.Closure.call(Closure.java:426) | |
at groovy.lang.Closure.call(Closure.java:442) | |
at org.artifactory.addon.plugin.execution.ExecutePluginImpl.execute(ExecutePluginImpl.java:104) | |
at org.artifactory.addon.plugin.ScriptDelegate.execute(ScriptDelegate.java:85) | |
at org.artifactory.addon.plugin.GroovyRunnerImpl.execute(GroovyRunnerImpl.java:111) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) | |
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201) | |
at com.sun.proxy.$Proxy227.execute(Unknown Source) | |
at org.artifactory.addon.plugin.PluginsAddonImpl.execute(PluginsAddonImpl.java:59) | |
at org.artifactory.addon.rest.RestAddonImpl.runPluginExecution(RestAddonImpl.java:1225) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) | |
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201) | |
at com.sun.proxy.$Proxy289.runPluginExecution(Unknown Source) | |
at org.artifactory.rest.resource.plugin.PluginsResource.execute(PluginsResource.java:134) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) | |
at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205) | |
at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) | |
at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302) | |
at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) | |
at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) | |
at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) | |
at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1542) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1473) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1419) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1409) | |
at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409) | |
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:558) | |
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:733) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) | |
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) | |
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) | |
at org.artifactory.webapp.servlet.RepoFilter.execute(RepoFilter.java:184) | |
at org.artifactory.webapp.servlet.RepoFilter.doFilter(RepoFilter.java:93) | |
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) | |
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) | |
at org.artifactory.webapp.servlet.AccessFilter.useAuthentication(AccessFilter.java:433) | |
at org.artifactory.webapp.servlet.AccessFilter.doFilterInternal(AccessFilter.java:215) | |
at org.artifactory.webapp.servlet.AccessFilter.doFilter(AccessFilter.java:168) | |
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) | |
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) | |
at org.artifactory.webapp.servlet.RequestFilter.doFilter(RequestFilter.java:78) | |
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) | |
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) | |
at org.artifactory.webapp.servlet.ArtifactoryCsrfFilter.doFilter(ArtifactoryCsrfFilter.java:55) | |
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) | |
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) | |
at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:164) | |
at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:80) | |
at org.artifactory.webapp.servlet.SessionFilter.doFilter(SessionFilter.java:62) | |
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) | |
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) | |
at org.artifactory.webapp.servlet.ArtifactoryFilter.doFilter(ArtifactoryFilter.java:124) | |
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) | |
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) | |
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199) | |
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) | |
at org.apache.catalina.valves.rewrite.RewriteValve.invoke(RewriteValve.java:279) | |
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) | |
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) | |
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) | |
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) | |
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803) | |
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) | |
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) | |
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459) | |
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) | |
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) | |
at java.lang.Thread.run(Thread.java:748) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment