International-Data-Spaces-Association / metadata-broker-open-core

This is the repository of the open-core reference implementation of the IDS Metadata Broker.
Apache License 2.0
10 stars 17 forks source link

Cannot unregister Connector from Broker #54

Closed sebplorenz closed 2 years ago

sebplorenz commented 3 years ago

On DRM Demo, Broker version 4.2.3-SNAPSHOT, when trying to unregister the DB connector from the Broker the following error is shown:

{
  "reason": {
    "properties": null,
    "@id": "https://w3id.org/idsa/code/INTERNAL_RECIPIENT_ERROR"
  },
  "payload": "Elasticsearch exception [type=index_not_found_exception, reason=no such index [resources]]",
  "type": "de.fraunhofer.iais.eis.RejectionMessageImpl"
}
NehaThawani44 commented 2 years ago

@sebplorenz Closing this issue as the newer version is deployed and registration of Connector and Resources works fine.