FraunhoferISST / DataspaceConnector

This is an IDS Connector reference implementation.
https://www.isst.fraunhofer.de/de/geschaeftsfelder/datenwirtschaft/technologien/Dataspace-Connector.html
Apache License 2.0
103 stars 80 forks source link

Unable to run policy negotation script on bootstrapped resources #496

Closed juliapampus closed 3 years ago

juliapampus commented 3 years ago

Describe the bug Setting bootstrap.enabled=true in the application.properties, the connector is not able to negotiate the created artifact.

To Reproduce Steps to reproduce the behavior:

  1. Set bootstrap.enabled=true in application.properties.
  2. Modify this script to skip the providing resource part and directly move on to the consumer requests.
  3. See Received invalid ids message. as a response.

Expected behavior An agreement as the response when executing the script.

Screenshots & Logs

2021-08-05T10:28:42,881 [https-jsse-nio-8080-exec-10] WARN - Language not valid: https://w3id.org/idsa/code/en
2021-08-05T10:28:42,881 [https-jsse-nio-8080-exec-10] WARN - Language not valid: https://w3id.org/idsa/code/en
2021-08-05T10:28:42,881 [https-jsse-nio-8080-exec-10] WARN - Language not valid: https://w3id.org/idsa/code/en

Desktop (please complete the following information):

HeinrichPet commented 3 years ago

Workaround: https://github.com/International-Data-Spaces-Association/DataspaceConnector/issues/505#issuecomment-898314100