SearchScale / dataimporthandler

Repository for DIH (Document Import Handler)
Apache License 2.0
68 stars 48 forks source link

The manifest SHA512 doesn't match expected SHA512 #83

Open sauntheninja2 opened 1 month ago

sauntheninja2 commented 1 month ago

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