Skip to content

Instantly share code, notes, and snippets.

View epu's full-sized avatar

Erik M. Purins epu

View GitHub Profile
@epu
epu / artifactory.log
Created September 26, 2018 17:44
filestoreIntegrity.groovy artifactory plugin - upgraded 6.1.0 HA error
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.gr