We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error loading script from '/opt/jfrog/artifactory/var/etc/artifactory/plugins/filestoreIntegrity.groovy'. org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: file:/opt/jfrog/artifactory/var/etc/artifactory/plugins/filestoreIntegrity.groovy: 2: unable to resolve class org.artifactory.storage.db.binstore.dao.BinariesDao @ line 2, column 1. import org.artifactory.storage.db.binstore.dao.BinariesDao
The recent Artifactory has changed the classpath. e.g. v.7.49.5
As a workaround, we should use the new path as following import org.jfrog.storage.binstore.db.dao.BinariesDao
The text was updated successfully, but these errors were encountered:
This filestoreintegrity plugin is deprecated and incompatible with the most recent Artifactory versions. Please refer to the deprecation notice here
Sorry, something went wrong.
No branches or pull requests
Error loading script from '/opt/jfrog/artifactory/var/etc/artifactory/plugins/filestoreIntegrity.groovy'.
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
file:/opt/jfrog/artifactory/var/etc/artifactory/plugins/filestoreIntegrity.groovy: 2: unable to resolve class org.artifactory.storage.db.binstore.dao.BinariesDao
@ line 2, column 1.
import org.artifactory.storage.db.binstore.dao.BinariesDao
The recent Artifactory has changed the classpath. e.g. v.7.49.5
As a workaround, we should use the new path as following
import org.jfrog.storage.binstore.db.dao.BinariesDao
The text was updated successfully, but these errors were encountered: