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

The manifest SHA512 doesn't match expected SHA512 #83

Open
sauntheninja2 opened this issue Oct 15, 2024 · 0 comments
Open

The manifest SHA512 doesn't match expected SHA512 #83

sauntheninja2 opened this issue Oct 15, 2024 · 0 comments

Comments

@sauntheninja2
Copy link

Following the steps from the github repo when I try to run this command

bin/solr package deploy data-import-handler -y -collections products

I get this error in command prompt (Note :- Running this on windows)

org.apache.solr.common.SolrException: org.apache.solr.common.SolrException: The manifest SHA512 doesn't match expected SHA512. Possible unauthorized manipulation. Expected: 9fec9f50ce5ec61cef27a0ade0656b1bdd00b409af296f8dcfdb5a357ad73cdc638848fe2f283282c36e3698f3838047982041f634c0f8607adbe7096fd7f603, calculated: a0903d7d9d0d123dec949e976d967c2dc6e350d7c8474ae98deb5277010056453a7d2a814c7841b75327b4fbc743ab932de8eab6bf59d2b21a6943d306f15087, manifest location: /package/data-import-handler/9.4.0/manifest.json
at org.apache.solr.packagemanager.PackageManager.fetchInstalledPackageInstances(PackageManager.java:228)
at org.apache.solr.packagemanager.PackageManager.getPackageInstance(PackageManager.java:880)
at org.apache.solr.packagemanager.PackageManager.deploy(PackageManager.java:925)
at org.apache.solr.cli.PackageTool.runImpl(PackageTool.java:184)
at org.apache.solr.cli.ToolBase.runTool(ToolBase.java:52)
at org.apache.solr.cli.SolrCLI.main(SolrCLI.java:227)
Caused by: org.apache.solr.common.SolrException: The manifest SHA512 doesn't match expected SHA512. Possible unauthorized manipulation. Expected: 9fec9f50ce5ec61cef27a0ade0656b1bdd00b409af296f8dcfdb5a357ad73cdc638848fe2f283282c36e3698f3838047982041f634c0f8607adbe7096fd7f603, calculated: a0903d7d9d0d123dec949e976d967c2dc6e350d7c8474ae98deb5277010056453a7d2a814c7841b75327b4fbc743ab932de8eab6bf59d2b21a6943d306f15087, manifest location: /package/data-import-handler/9.4.0/manifest.json
at org.apache.solr.packagemanager.PackageUtils.fetchManifest(PackageUtils.java:216)
at org.apache.solr.packagemanager.PackageManager.fetchInstalledPackageInstances(PackageManager.java:202)
... 5 more

ERROR: org.apache.solr.common.SolrException: The manifest SHA512 doesn't match expected SHA512. Possible unauthorized manipulation. Expected: 9fec9f50ce5ec61cef27a0ade0656b1bdd00b409af296f8dcfdb5a357ad73cdc638848fe2f283282c36e3698f3838047982041f634c0f8607adbe7096fd7f603, calculated: a0903d7d9d0d123dec949e976d967c2dc6e350d7c8474ae98deb5277010056453a7d2a814c7841b75327b4fbc743ab932de8eab6bf59d2b21a6943d306f15087, manifest location: /package/data-import-handler/9.4.0/manifest.json

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