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
Following the guide to deploy the Minimum Viable Dataspace (MVD) using IntelliJ results in deployment and seeding failures. The process fails to complete properly.
Expected Behavior
The deployment should proceed successfully, and the Postman Collection should execute as expected.
Observed Behavior
Deployment steps encounter errors and fail to properly initialize the components, as described in detail below.
INFO 2025-01-13T09:37:44.008859336 Booting EDC runtime
WARNING 2025-01-13T09:37:44.031907374 Configuration file does not exist: dataspaceconnector-configuration.properties. Ignoring.
WARNING 2025-01-13T09:37:44.038568595 The runtime is configured as an anonymous participant. DO NOT DO THIS IN PRODUCTION.
INFO 2025-01-13T09:37:44.243543236 HTTPS enforcement it not enabled, please enable it in a production environment
INFO 2025-01-13T09:37:44.371721874 HTTPS enforcement it not enabled, please enable it in a production environment
WARNING 2025-01-13T09:37:44.373248762 Config value: no setting found for'edc.hostname', falling back to default value 'localhost'
WARNING 2025-01-13T09:37:44.490956942 Using the InMemoryVault is not suitable for production scenarios and should be replaced with an actual Vault!
WARNING 2025-01-13T09:37:44.584293824 JWT Token ID ("jti" claim) Validation is not active. Please consider setting 'edc.iam.accesstoken.jti.validation=true'for protection against replay attacks
WARNING 2025-01-13T09:37:44.586325182 [DEMO] >>>>>> This extension hard-codes a keypair into the vault!<<<<<<
WARNING 2025-01-13T09:37:44.586813256 A service of the type java.time.Clock was already registered and has now been replaced with a SystemClock instance.
WARNING 2025-01-13T09:37:44.587865743 No TransactionContext registered, a no-op implementation will be used, not suitable for production environments
INFO 2025-01-13T09:37:44.590849038 [STS-Account] This IdentityHub runtime contains an embedded SecureTokenService (STS) instance. That means ParticipantContexts and STS Accounts will be synchronized automatically.
WARNING 2025-01-13T09:37:44.656621381 Using the default EdcScopeToCriterionTransformer. This is not intended for production use and should be replaced with a specialized implementation for your dataspace
WARNING 2025-01-13T09:37:44.932579226 [DidDocumentService] Updating DID documents after activating a KeyPair failed: Cannot publish DID 'did:web:super-user'for participant 'super-user' because the ParticipantContext state is not 'ACTIVATED', but 'CREATED'.
INFO 2025-01-13T09:37:44.941510403 Created user 'super-user'. Please take note of the API Key: c3VwZXItdXNlcg==.c3VwZXItc2VjcmV0LWtleQo=
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
ene 13, 2025 9:37:46 A. M. org.glassfish.jersey.internal.Errors logErrors
ADVERTENCIA: The following warnings have been detected: WARNING: The (sub)resource method createAccount in org.eclipse.edc.api.iam.identitytrust.sts.accounts.controller.StsAccountsApiController contains empty path annotation.
WARNING: The (sub)resource method updateAccount in org.eclipse.edc.api.iam.identitytrust.sts.accounts.controller.StsAccountsApiController contains empty path annotation.
ene 13, 2025 9:37:46 A. M. org.glassfish.jersey.internal.Errors logErrors
ADVERTENCIA: The following warnings have been detected: WARNING: The (sub)resource method getVersion in org.eclipse.edc.connector.api.management.version.v1.VersionApiController contains empty path annotation.
INFO 2025-01-13T09:37:46.224938498 45 service extensions started
INFO 2025-01-13T09:37:46.228383924 Runtime 13058de3-a384-40b1-af44-dc261a92064d ready
Provider QNA
INFO 2025-01-13T09:37:48.827458267 Booting EDC runtime
WARNING 2025-01-13T09:37:48.881665669 Configuration file does not exist: dataspaceconnector-configuration.properties. Ignoring.
WARNING 2025-01-13T09:37:48.90467452 A configuration value for'edc.runtime.id' was found. Explicitly configuring this is not supported anymore and may get removedin the future. A random value will be assigned.
WARNING 2025-01-13T09:37:49.181468989 Using the InMemoryVault is not suitable for production scenarios and should be replaced with an actual Vault!
WARNING 2025-01-13T09:37:49.18624984 [DEMO] >>>>>> This extension hard-codes a keypair into the vault!<<<<<<
WARNING 2025-01-13T09:37:49.190090594 A service of the type java.time.Clock was already registered and has now been replaced with a SystemClock instance.
INFO 2025-01-13T09:37:49.290237446 HTTPS enforcement it not enabled, please enable it in a production environment
INFO 2025-01-13T09:37:49.487957252 HTTPS enforcement it not enabled, please enable it in a production environment
WARNING 2025-01-13T09:37:49.491793622 Config value: no setting found for'edc.hostname', falling back to default value 'localhost'
INFO 2025-01-13T09:37:50.017058257 Using the Embedded STS client, as no other implementation was provided.
WARNING 2025-01-13T09:37:50.05484478 The list of trusted issuers is empty
WARNING 2025-01-13T09:37:50.067768417 [Delegated API Authentication] The 'edc.api.auth.dac.key.url' setting was not provided, so the DelegatedAuthenticationService will NOT be registered. In this case, the TokenBasedAuthenticationService usually acts as fallback.
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
WARNING 2025-01-13T09:37:50.221281352 No TokenDecorator was registered. The 'scope' field of outgoing protocol messages will be empty
WARNING 2025-01-13T09:37:50.331047464 No TransactionContext registered, a no-op implementation will be used, not suitable for production environments
WARNING 2025-01-13T09:37:50.542223498 The public API endpoint was not explicitly configured, the default 'http://localhost:12001/api/public' will be used.
ene 13, 2025 9:37:51 A. M. org.glassfish.jersey.internal.Errors logErrors
ADVERTENCIA: The following warnings have been detected: WARNING: The (sub)resource method getVersion in org.eclipse.edc.connector.api.management.version.v1.VersionApiController contains empty path annotation.
INFO 2025-01-13T09:37:51.48414912 88 service extensions started
INFO 2025-01-13T09:37:51.484873907 Runtime provider-qna-embedded-runtime ready
WARNING 2025-01-13T09:37:55.613707695 [DEMO] Error resolving DID: did:web:localhost%3A7083. HTTP Code was: 204
WARNING 2025-01-13T09:37:55.617227303 [DEMO] Error resolving DID: did:web:localhost%3A7093. HTTP Code was: 204
Consumer
INFO 2025-01-13T09:37:50.201226927 88 service extensions started
INFO 2025-01-13T09:37:50.201889459 Runtime consumer-embedded-runtime ready
ene 13, 2025 9:37:50 A. M. org.glassfish.jersey.internal.Errors logErrors
ADVERTENCIA: The following warnings have been detected: WARNING: The (sub)resource method getVersion in org.eclipse.edc.connector.api.management.version.v1.VersionApiController contains empty path annotation.
DEBUG 2025-01-13T09:37:51.196613585 [DataPlaneSelectorManagerImpl] DataPlaneInstance consumer-embedded-runtime is now in state AVAILABLE
DEBUG 2025-01-13T09:37:54.030625392 [ExecutionManager] Run pre-execution task
WARNING 2025-01-13T09:37:54.109589894 [DEMO] Error resolving DID: did:web:localhost%3A7083. HTTP Code was: 204
WARNING 2025-01-13T09:37:54.112802993 [DEMO] Error resolving DID: did:web:localhost%3A7093. HTTP Code was: 204
DEBUG 2025-01-13T09:37:54.113431605 [ExecutionManager] No WorkItems found, skipping execution
Provider Manufacturing
INFO 2025-01-13T09:37:24.105158238 Booting EDC runtime
WARNING 2025-01-13T09:37:24.140091785 Configuration file does not exist: dataspaceconnector-configuration.properties. Ignoring.
WARNING 2025-01-13T09:37:24.146401894 A configuration value for'edc.runtime.id' was found. Explicitly configuring this is not supported anymore and may get removedin the future. A random value will be assigned.
WARNING 2025-01-13T09:37:24.355827996 Using the InMemoryVault is not suitable for production scenarios and should be replaced with an actual Vault!
WARNING 2025-01-13T09:37:24.359047237 [DEMO] >>>>>> This extension hard-codes a keypair into the vault!<<<<<<
WARNING 2025-01-13T09:37:24.360622942 A service of the type java.time.Clock was already registered and has now been replaced with a SystemClock instance.
INFO 2025-01-13T09:37:24.433801495 HTTPS enforcement it not enabled, please enable it in a production environment
INFO 2025-01-13T09:37:24.612123454 HTTPS enforcement it not enabled, please enable it in a production environment
WARNING 2025-01-13T09:37:24.613959102 Config value: no setting found for'edc.hostname', falling back to default value 'localhost'
INFO 2025-01-13T09:37:24.979674673 Using the Embedded STS client, as no other implementation was provided.
WARNING 2025-01-13T09:37:25.045009649 The list of trusted issuers is empty
WARNING 2025-01-13T09:37:25.066114923 [Delegated API Authentication] The 'edc.api.auth.dac.key.url' setting was not provided, so the DelegatedAuthenticationService will NOT be registered. In this case, the TokenBasedAuthenticationService usually acts as fallback.
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
WARNING 2025-01-13T09:37:25.350236757 No TokenDecorator was registered. The 'scope' field of outgoing protocol messages will be empty
WARNING 2025-01-13T09:37:25.70252339 No TransactionContext registered, a no-op implementation will be used, not suitable for production environments
WARNING 2025-01-13T09:37:26.135130497 The public API endpoint was not explicitly configured, the default 'http://localhost:12002/api/public' will be used.
ene 13, 2025 9:37:27 A. M. org.glassfish.jersey.internal.Errors logErrors
ADVERTENCIA: The following warnings have been detected: WARNING: The (sub)resource method getVersion in org.eclipse.edc.connector.api.management.version.v1.VersionApiController contains empty path annotation.
INFO 2025-01-13T09:37:27.841399507 88 service extensions started
INFO 2025-01-13T09:37:27.844113951 Runtime provider-manufacturing-embedded-runtime ready
SEVERE 2025-01-13T09:37:46.748123793 Error resolving DID: did:web:localhost%3A7083
java.net.ConnectException: Failed to connect to localhost/127.0.0.1:7083
at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:297)
at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207)
at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226)
at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106)
at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74)
at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255)
at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
at okhttp3.internal.connection.RealCall.execute(RealCall.kt:154)
at dev.failsafe.okhttp.FailsafeCall.lambda$execute$0(FailsafeCall.java:117)
at dev.failsafe.Functions.lambda$get$0(Functions.java:46)
at dev.failsafe.internal.RetryPolicyExecutor.lambda$apply$0(RetryPolicyExecutor.java:74)
at dev.failsafe.SyncExecutionImpl.executeSync(SyncExecutionImpl.java:187)
at dev.failsafe.CallImpl.execute(CallImpl.java:33)
at dev.failsafe.okhttp.FailsafeCall.execute(FailsafeCall.java:121)
at org.eclipse.edc.http.client.EdcHttpClientImpl.execute(EdcHttpClientImpl.java:59)
at org.eclipse.edc.http.client.EdcHttpClientImpl.execute(EdcHttpClientImpl.java:51)
at org.eclipse.edc.iam.did.web.resolution.WebDidResolver.resolve(WebDidResolver.java:68)
at org.eclipse.edc.iam.did.resolution.DidResolverRegistryImpl.resolveCachedDocument(DidResolverRegistryImpl.java:94)
at org.eclipse.edc.iam.did.resolution.DidResolverRegistryImpl.resolve(DidResolverRegistryImpl.java:67)
at org.eclipse.edc.demo.participants.resolver.LazyLoadNodeDirectory.createNode(LazyLoadNodeDirectory.java:76)
at org.eclipse.edc.demo.participants.resolver.LazyLoadNodeDirectory.lambda$getAll$0(LazyLoadNodeDirectory.java:62)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575)
at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616)
at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622)
at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627)
at org.eclipse.edc.demo.participants.resolver.LazyLoadNodeDirectory.getAll(LazyLoadNodeDirectory.java:64)
at org.eclipse.edc.catalog.cache.ExecutionManager.fetchWorkItems(ExecutionManager.java:171)
at org.eclipse.edc.catalog.cache.ExecutionManager.doWork(ExecutionManager.java:81)
at org.eclipse.edc.catalog.cache.ExecutionManager.lambda$executePlan$1(ExecutionManager.java:73)
at org.eclipse.edc.crawler.spi.model.RecurringExecutionPlan.lambda$catchExceptions$0(RecurringExecutionPlan.java:52)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.net.ConnectException: Conexión rehusada
at java.base/sun.nio.ch.Net.pollConnect(Native Method)
at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682)
at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:542)
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:592)
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
at java.base/java.net.Socket.connect(Socket.java:751)
at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128)
at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295)
... 49 more
WARNING 2025-01-13T09:37:46.750012748 [DEMO] Error resolving DID: Failed to connect to localhost/127.0.0.1:7083
WARNING 2025-01-13T09:37:46.881410154 [DEMO] Error resolving DID: did:web:localhost%3A7093. HTTP Code was: 204
WARNING 2025-01-13T09:37:54.390653546 [DEMO] Error resolving DID: did:web:localhost%3A7083. HTTP Code was: 204
Identity Hub (7083)
INFO 2025-01-13T09:37:49.002990094 Booting EDC runtime
WARNING 2025-01-13T09:37:49.052404086 Configuration file does not exist: dataspaceconnector-configuration.properties. Ignoring.
WARNING 2025-01-13T09:37:49.065568523 The runtime is configured as an anonymous participant. DO NOT DO THIS IN PRODUCTION.
INFO 2025-01-13T09:37:49.409279765 HTTPS enforcement it not enabled, please enable it in a production environment
INFO 2025-01-13T09:37:49.616272085 HTTPS enforcement it not enabled, please enable it in a production environment
WARNING 2025-01-13T09:37:49.620396471 Config value: no setting found for'edc.hostname', falling back to default value 'localhost'
WARNING 2025-01-13T09:37:49.881347535 Using the InMemoryVault is not suitable for production scenarios and should be replaced with an actual Vault!
WARNING 2025-01-13T09:37:50.063308666 JWT Token ID ("jti" claim) Validation is not active. Please consider setting 'edc.iam.accesstoken.jti.validation=true'for protection against replay attacks
WARNING 2025-01-13T09:37:50.070236137 [DEMO] >>>>>> This extension hard-codes a keypair into the vault!<<<<<<
WARNING 2025-01-13T09:37:50.074829171 A service of the type java.time.Clock was already registered and has now been replaced with a SystemClock instance.
WARNING 2025-01-13T09:37:50.07832636 No TransactionContext registered, a no-op implementation will be used, not suitable for production environments
INFO 2025-01-13T09:37:50.086298164 [STS-Account] This IdentityHub runtime contains an embedded SecureTokenService (STS) instance. That means ParticipantContexts and STS Accounts will be synchronized automatically.
WARNING 2025-01-13T09:37:50.253157559 Using the default EdcScopeToCriterionTransformer. This is not intended for production use and should be replaced with a specialized implementation for your dataspace
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
WARNING 2025-01-13T09:37:50.464864085 Deprecated config: 'web.http.resolution.* was replaced by 'web.http.presentation.*', please update at your earliest convenience.WARNING 2025-01-13T09:37:50.764773001 [DidDocumentService] Updating DID documents after activating a KeyPair failed: Cannot publish DID 'did:web:super-user' for participant 'super-user' because the ParticipantContext state is not 'ACTIVATED', but 'CREATED'.INFO 2025-01-13T09:37:50.775769753 Created user 'super-user'. Please take note of the API Key: c3VwZXItdXNlcg==.c3VwZXItc2VjcmV0LWtleQo=ene 13, 2025 9:37:51 A. M. org.glassfish.jersey.internal.Errors logErrorsADVERTENCIA: The following warnings have been detected: WARNING: The (sub)resource method createAccount in org.eclipse.edc.api.iam.identitytrust.sts.accounts.controller.StsAccountsApiController contains empty path annotation.WARNING: The (sub)resource method updateAccount in org.eclipse.edc.api.iam.identitytrust.sts.accounts.controller.StsAccountsApiController contains empty path annotation.ene 13, 2025 9:37:51 A. M. org.glassfish.jersey.internal.Errors logErrorsADVERTENCIA: The following warnings have been detected: WARNING: The (sub)resource method getVersion in org.eclipse.edc.connector.api.management.version.v1.VersionApiController contains empty path annotation.INFO 2025-01-13T09:37:51.677250152 45 service extensions startedINFO 2025-01-13T09:37:51.67826676 Runtime 28b21ed9-9386-434e-9b41-886a3f596e86 ready
Catalog Server
INFO 2025-01-13T09:37:24.723651923 Booting EDC runtime
WARNING 2025-01-13T09:37:24.874334656 Using the InMemoryVault is not suitable for production scenarios and should be replaced with an actual Vault!
WARNING 2025-01-13T09:37:24.878521993 [DEMO] >>>>>> This extension hard-codes a keypair into the vault!<<<<<<
WARNING 2025-01-13T09:37:24.881302847 A service of the type java.time.Clock was already registered and has now been replaced with a SystemClock instance.
INFO 2025-01-13T09:37:24.956257865 HTTPS enforcement it not enabled, please enable it in a production environment
INFO 2025-01-13T09:37:25.339837706 HTTPS enforcement it not enabled, please enable it in a production environment
WARNING 2025-01-13T09:37:25.349259158 Config value: no setting found for'edc.hostname', falling back to default value 'localhost'
INFO 2025-01-13T09:37:26.513713727 Using the Embedded STS client, as no other implementation was provided.
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
WARNING 2025-01-13T09:37:26.561349153 No TokenDecorator was registered. The 'scope' field of outgoing protocol messages will be empty
WARNING 2025-01-13T09:37:26.627072043 No TransactionContext registered, a no-op implementation will be used, not suitable for production environments
INFO 2025-01-13T09:37:28.229046667 58 service extensions started
INFO 2025-01-13T09:37:28.232020951 Runtime c4d9c5dc-5a11-4c17-885c-e86caf96e1b3 ready
WARNING 2025-01-13T09:47:15.546545672 [DidDocumentService] Updating DID documents after activating a KeyPair failed: Cannot publish DID 'did:web:localhost%3A7093'for participant 'did:web:localhost%3A7093' because the ParticipantContext state is not 'ACTIVATED', but 'CREATED'.
Provider QNA
WARNING 2025-01-13T09:47:13.828692123 No source DataAddress validator has been registered fortype HttpData, please register one as it is strongly recommended.
WARNING 2025-01-13T09:47:13.881970345 No source DataAddress validator has been registered fortype HttpData, please register one as it is strongly recommended.
SEVERE 2025-01-13T09:37:46.748123793 Error resolving DID: did:web:localhost%3A7083
java.net.ConnectException: Failed to connect to localhost/127.0.0.1:7083
at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:297)
at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207)
at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226)
at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106)
at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74)
at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255)
at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
at okhttp3.internal.connection.RealCall.execute(RealCall.kt:154)
at dev.failsafe.okhttp.FailsafeCall.lambda$execute$0(FailsafeCall.java:117)
at dev.failsafe.Functions.lambda$get$0(Functions.java:46)
at dev.failsafe.internal.RetryPolicyExecutor.lambda$apply$0(RetryPolicyExecutor.java:74)
at dev.failsafe.SyncExecutionImpl.executeSync(SyncExecutionImpl.java:187)
at dev.failsafe.CallImpl.execute(CallImpl.java:33)
at dev.failsafe.okhttp.FailsafeCall.execute(FailsafeCall.java:121)
at org.eclipse.edc.http.client.EdcHttpClientImpl.execute(EdcHttpClientImpl.java:59)
at org.eclipse.edc.http.client.EdcHttpClientImpl.execute(EdcHttpClientImpl.java:51)
at org.eclipse.edc.iam.did.web.resolution.WebDidResolver.resolve(WebDidResolver.java:68)
at org.eclipse.edc.iam.did.resolution.DidResolverRegistryImpl.resolveCachedDocument(DidResolverRegistryImpl.java:94)
at org.eclipse.edc.iam.did.resolution.DidResolverRegistryImpl.resolve(DidResolverRegistryImpl.java:67)
at org.eclipse.edc.demo.participants.resolver.LazyLoadNodeDirectory.createNode(LazyLoadNodeDirectory.java:76)
at org.eclipse.edc.demo.participants.resolver.LazyLoadNodeDirectory.lambda$getAll$0(LazyLoadNodeDirectory.java:62)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575)
at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616)
at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622)
at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627)
at org.eclipse.edc.demo.participants.resolver.LazyLoadNodeDirectory.getAll(LazyLoadNodeDirectory.java:64)
at org.eclipse.edc.catalog.cache.ExecutionManager.fetchWorkItems(ExecutionManager.java:171)
at org.eclipse.edc.catalog.cache.ExecutionManager.doWork(ExecutionManager.java:81)
at org.eclipse.edc.catalog.cache.ExecutionManager.lambda$executePlan$1(ExecutionManager.java:73)
at org.eclipse.edc.crawler.spi.model.RecurringExecutionPlan.lambda$catchExceptions$0(RecurringExecutionPlan.java:52)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.net.ConnectException: Conexión rehusada
at java.base/sun.nio.ch.Net.pollConnect(Native Method)
at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682)
at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:542)
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:592)
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
at java.base/java.net.Socket.connect(Socket.java:751)
at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128)
at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295)
... 49 more
WARNING 2025-01-13T09:37:46.750012748 [DEMO] Error resolving DID: Failed to connect to localhost/127.0.0.1:7083
Identity Hub (7083)
WARNING 2025-01-13T09:47:15.490569538 [DidDocumentService] Updating DID documents after activating a KeyPair failed: Cannot publish DID 'did:web:localhost%3A7083'for participant 'did:web:localhost%3A7083' because the ParticipantContext state is not 'ACTIVATED', but 'CREATED'.
Catalog Server
WARNING 2025-01-13T09:47:15.250722101 No source DataAddress validator has been registered fortype HttpData, please register one as it is strongly recommended.
WARNING 2025-01-13T09:47:15.311355038 No source DataAddress validator has been registered fortype HttpData, please register one as it is strongly recommended.
WARNING 2025-01-13T09:47:15.343620842 No source DataAddress validator has been registered fortype HttpData, please register one as it is strongly recommended.
WARNING 2025-01-13T09:47:39.77286155 Error requesting VP
java.net.ConnectException: Failed to connect to localhost/127.0.0.1:7081
at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:297)
at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207)
at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226)
at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106)
at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74)
at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255)
at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
at okhttp3.internal.connection.RealCall.execute(RealCall.kt:154)
at dev.failsafe.okhttp.FailsafeCall.lambda$execute$0(FailsafeCall.java:117)
at dev.failsafe.Functions.lambda$get$0(Functions.java:46)
at dev.failsafe.internal.RetryPolicyExecutor.lambda$apply$0(RetryPolicyExecutor.java:74)
at dev.failsafe.SyncExecutionImpl.executeSync(SyncExecutionImpl.java:187)
at dev.failsafe.CallImpl.execute(CallImpl.java:33)
at dev.failsafe.okhttp.FailsafeCall.execute(FailsafeCall.java:121)
at org.eclipse.edc.http.client.EdcHttpClientImpl.execute(EdcHttpClientImpl.java:59)
at org.eclipse.edc.http.client.EdcHttpClientImpl.execute(EdcHttpClientImpl.java:51)
at org.eclipse.edc.iam.identitytrust.core.defaults.DefaultCredentialServiceClient.requestPresentation(DefaultCredentialServiceClient.java:80)
at org.eclipse.edc.iam.identitytrust.service.IdentityAndTrustService.lambda$verifyJwtToken$1(IdentityAndTrustService.java:151)
at org.eclipse.edc.spi.result.AbstractResult.compose(AbstractResult.java:185)
at org.eclipse.edc.iam.identitytrust.service.IdentityAndTrustService.verifyJwtToken(IdentityAndTrustService.java:151)
at org.eclipse.edc.connector.controlplane.services.protocol.ProtocolTokenValidatorImpl.verify(ProtocolTokenValidatorImpl.java:62)
at org.eclipse.edc.connector.controlplane.services.spi.protocol.ProtocolTokenValidator.verify(ProtocolTokenValidator.java:52)
at org.eclipse.edc.connector.controlplane.services.catalog.CatalogProtocolServiceImpl.lambda$getCatalog$1(CatalogProtocolServiceImpl.java:56)
at org.eclipse.edc.transaction.spi.NoopTransactionContext.execute(NoopTransactionContext.java:34)
at org.eclipse.edc.connector.controlplane.services.catalog.CatalogProtocolServiceImpl.getCatalog(CatalogProtocolServiceImpl.java:56)
at org.eclipse.edc.protocol.dsp.http.message.DspRequestHandlerImpl.createResource(DspRequestHandlerImpl.java:131)
at org.eclipse.edc.protocol.dsp.catalog.http.api.controller.BaseDspCatalogApiController.requestCatalog(BaseDspCatalogApiController.java:84)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:274)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:253)
at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:696)
at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:397)
at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:349)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:529)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1381)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1303)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:192)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122)
at org.eclipse.jetty.server.Server.handle(Server.java:563)
at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100)
at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421)
at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390)
at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277)
at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.net.ConnectException: Conexión rehusada
at java.base/sun.nio.ch.Net.pollConnect(Native Method)
at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682)
at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:542)
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:592)
Caused by: java.net.ConnectException: Conexión rehusada
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
at java.base/java.net.Socket.connect(Socket.java:751)
at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128)
at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295)
... 85 more
Bug Report
Describe the Bug
Following the guide to deploy the Minimum Viable Dataspace (MVD) using IntelliJ results in deployment and seeding failures. The process fails to complete properly.
Expected Behavior
The deployment should proceed successfully, and the Postman Collection should execute as expected.
Observed Behavior
Deployment steps encounter errors and fail to properly initialize the components, as described in detail below.
Steps to Reproduce
Steps to reproduce the behavior:
Run Runtimes
Identity Hub (7093)
Provider QNA
Consumer
Provider Manufacturing
Identity Hub (7083)
Catalog Server
Identity Hub (7093)
Provider QNA
Consumer
Provider Manufacturing
Identity Hub (7083)
Catalog Server
Context Information
Add any other context about the problem here.
Possible Implementation
This issue might be related to Identity Hub Issue #480
The text was updated successfully, but these errors were encountered: