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
The launcher of the federated catalog (launchers/build/lib/fc.jar) fails at startup.
Expected Behavior
The launcher should start an instance of the Federated Catalog Service
Observed Behavior
The launcher starts and shows the following error messages:
org.eclipse.edc.boot.system.injection.EdcInjectionException: The following injected fields were not provided:
Field "webServer" of type [interface org.eclipse.edc.web.spi.WebServer] required by org.eclipse.edc.web.jersey.JerseyExtension
Field "configurator" of type [interface org.eclipse.edc.web.spi.configuration.WebServiceConfigurer] required by org.eclipse.edc.connector.api.management.configuration.ManagementApiConfigurationExtension
Field "webServer" of type [interface org.eclipse.edc.web.spi.WebServer] required by org.eclipse.edc.connector.api.management.configuration.ManagementApiConfigurationExtension
Field "configurator" of type [interface org.eclipse.edc.web.spi.configuration.WebServiceConfigurer] required by org.eclipse.edc.protocol.dsp.http.api.configuration.DspApiConfigurationExtension
Field "webServer" of type [interface org.eclipse.edc.web.spi.WebServer] required by org.eclipse.edc.protocol.dsp.http.api.configuration.DspApiConfigurationExtension
at org.eclipse.edc.boot.system.DependencyGraph.of(DependencyGraph.java:102)
at org.eclipse.edc.boot.system.ExtensionLoader.loadServiceExtensions(ExtensionLoader.java:120)
at org.eclipse.edc.boot.system.runtime.BaseRuntime.createExtensions(BaseRuntime.java:145)
at org.eclipse.edc.boot.system.runtime.BaseRuntime.boot(BaseRuntime.java:178)
at org.eclipse.edc.boot.system.runtime.BaseRuntime.boot(BaseRuntime.java:84)
at org.eclipse.edc.boot.system.runtime.BaseRuntime.main(BaseRuntime.java:76)
Exception in thread "main" org.eclipse.edc.spi.EdcException: org.eclipse.edc.boot.system.injection.EdcInjectionException: The following injected fields were not provided:
Field "webServer" of type [interface org.eclipse.edc.web.spi.WebServer] required by org.eclipse.edc.web.jersey.JerseyExtension
Field "configurator" of type [interface org.eclipse.edc.web.spi.configuration.WebServiceConfigurer] required by org.eclipse.edc.connector.api.management.configuration.ManagementApiConfigurationExtension
Field "webServer" of type [interface org.eclipse.edc.web.spi.WebServer] required by org.eclipse.edc.connector.api.management.configuration.ManagementApiConfigurationExtension
Field "configurator" of type [interface org.eclipse.edc.web.spi.configuration.WebServiceConfigurer] required by org.eclipse.edc.protocol.dsp.http.api.configuration.DspApiConfigurationExtension
Field "webServer" of type [interface org.eclipse.edc.web.spi.WebServer] required by org.eclipse.edc.protocol.dsp.http.api.configuration.DspApiConfigurationExtension
at org.eclipse.edc.boot.system.runtime.BaseRuntime.onError(BaseRuntime.java:125)
at org.eclipse.edc.boot.system.runtime.BaseRuntime.boot(BaseRuntime.java:197)
at org.eclipse.edc.boot.system.runtime.BaseRuntime.boot(BaseRuntime.java:84)
at org.eclipse.edc.boot.system.runtime.BaseRuntime.main(BaseRuntime.java:76)
Caused by: org.eclipse.edc.boot.system.injection.EdcInjectionException: The following injected fields were not provided:
Field "webServer" of type [interface org.eclipse.edc.web.spi.WebServer] required by org.eclipse.edc.web.jersey.JerseyExtension
Field "configurator" of type [interface org.eclipse.edc.web.spi.configuration.WebServiceConfigurer] required by org.eclipse.edc.connector.api.management.configuration.ManagementApiConfigurationExtension
Field "webServer" of type [interface org.eclipse.edc.web.spi.WebServer] required by org.eclipse.edc.connector.api.management.configuration.ManagementApiConfigurationExtension
Field "configurator" of type [interface org.eclipse.edc.web.spi.configuration.WebServiceConfigurer] required by org.eclipse.edc.protocol.dsp.http.api.configuration.DspApiConfigurationExtension
Field "webServer" of type [interface org.eclipse.edc.web.spi.WebServer] required by org.eclipse.edc.protocol.dsp.http.api.configuration.DspApiConfigurationExtension
at org.eclipse.edc.boot.system.DependencyGraph.of(DependencyGraph.java:102)
at org.eclipse.edc.boot.system.ExtensionLoader.loadServiceExtensions(ExtensionLoader.java:120)
at org.eclipse.edc.boot.system.runtime.BaseRuntime.createExtensions(BaseRuntime.java:145)
at org.eclipse.edc.boot.system.runtime.BaseRuntime.boot(BaseRuntime.java:178)
... 2 more
Steps to Reproduce
Steps to reproduce the behavior:
./gradlew build
cd launchers
java -jar build/libs/fc.jar
Context Information
EDC 0.6.4
OS: Windows / Ubuntu
The text was updated successfully, but these errors were encountered:
Bug Report
Describe the Bug
The launcher of the federated catalog (launchers/build/lib/fc.jar) fails at startup.
Expected Behavior
The launcher should start an instance of the Federated Catalog Service
Observed Behavior
The launcher starts and shows the following error messages:
Steps to Reproduce
Steps to reproduce the behavior:
./gradlew build cd launchers java -jar build/libs/fc.jar
Context Information
The text was updated successfully, but these errors were encountered: