Skip to content

The manifest SHA512 doesn't match expected SHA512 #83

@sauntheninja2

Description

@sauntheninja2

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions