Unable to run the Monolithic Connector #3215
Labels
bug_report
Suspected bugs, awaiting triage
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
triage
all new issues awaiting classification
Hi,
I have followed the documentation provided in the below link. To build and run the connector.
https://github.com/eclipse-edc/Connector/blob/main/docs/developer/build-your-own-connector.md
But I am getting the following exception, Please let me know if any more configurations need to be provided.
org.eclipse.edc.spi.system.injection.EdcInjectionException: 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
at org.eclipse.edc.boot.system.DependencyGraph.of(DependencyGraph.java:102)
at org.eclipse.edc.boot.system.ExtensionLoader.loadServiceExtensions(ExtensionLoader.java:119)
at org.eclipse.edc.boot.system.runtime.BaseRuntime.createExtensions(BaseRuntime.java:151)
at org.eclipse.edc.boot.system.runtime.BaseRuntime.boot(BaseRuntime.java:201)
at org.eclipse.edc.boot.system.runtime.BaseRuntime.boot(BaseRuntime.java:84)
at org.eclipse.edc.boot.system.runtime.BaseRuntime.main(BaseRuntime.java:72)
Stack :
JDK 17
Gradle : 8.0
The text was updated successfully, but these errors were encountered: