You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: