Error when launching the jar - Injected field not provided #3134
-
I have created a connector with the current build file from the documentation "build-your-own-connector" with the version: 0.0.1-milestone-9. The build was successful, but when trying to start the jar I get the following error: SEVERE 2023-06-01T06:38:22.2507255 Error booting runtime: The following injected fields were not provided: Field "dataPlaneInstanceStore" of type [interface org.eclipse.edc.connector.dataplane.selector.spi.store.DataPlaneInstanceStore] required by org.eclipse.edc.connector.catalog.CatalogDefaultServicesExtension I hope someone can help me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
the |
Beta Was this translation helpful? Give feedback.
the
NoopPrivateKeyResolver
doesn't exist anymore. Please make sure you have purged all Gradle (~/.gradle/...
) and Maven (~/.m2
) caches and are using the latest version of EDC (0.1.0
at the time of writing)