Error when starting IdentityHub as Java process #667
-
Hello everyone, I hope you're doing well. I’m new to working with IdentityHub, so I apologize in advance if my question seems basic or if I’m overlooking something obvious. I’m trying to run IdentityHub as a java process using the 0.11.1 tag and following the instructions from the main README. While the code compiles correctly, when I execute it using the command mentioned in the README, I get the following error: `java -Dweb.http.credentials.port=10001 -Dweb.http.credentials.path="/api/credentials" -Dweb.http.port=8181 -Dweb.http.path="/api" -Dweb.http.identity.port=8182 -Dweb.http.identity.path="/api/identity" -jar launcher/identityhub/build/libs/identity-hub.jar class org.eclipse.edc.api.iam.identitytrust.sts.accounts.StsAccountsApiExtension is missing--> Configuration value "accountsApiKeyOrAlias" of type [class java.lang.String] (property 'edc.api.accounts.key') class org.eclipse.edc.api.iam.identitytrust.sts.accounts.StsAccountsApiExtension is missing--> Configuration value "accountsApiKeyOrAlias" of type [class java.lang.String] (property 'edc.api.accounts.key') class org.eclipse.edc.api.iam.identitytrust.sts.accounts.StsAccountsApiExtension is missing--> Configuration value "accountsApiKeyOrAlias" of type [class java.lang.String] (property 'edc.api.accounts.key') class org.eclipse.edc.api.iam.identitytrust.sts.accounts.StsAccountsApiExtension is missing--> Configuration value "accountsApiKeyOrAlias" of type [class java.lang.String] (property 'edc.api.accounts.key') class org.eclipse.edc.api.iam.identitytrust.sts.accounts.StsAccountsApiExtension is missing--> Configuration value "accountsApiKeyOrAlias" of type [class java.lang.String] (property 'edc.api.accounts.key') class org.eclipse.edc.api.iam.identitytrust.sts.accounts.StsAccountsApiExtension is missing--> Configuration value "accountsApiKeyOrAlias" of type [class java.lang.String] (property 'edc.api.accounts.key') I’d appreciate any help or guidance you could provide to resolve this issue. Apologies again if the question seems trivial – I’m still learning! Thanks in advance for your time and support! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
first of all, please use markdown code fences to properly format your issue. also, please try to formulate concise issues. second, please conform that the issue still persists with on latest |
Beta Was this translation helpful? Give feedback.
-
@albert-lopez nowhere in your issue did you mention docker, which is actually where the problem exists. should be fixed by #668. However, you will need to upgrade to the latest version, we don't backport such minor things. |
Beta Was this translation helpful? Give feedback.
@albert-lopez nowhere in your issue did you mention docker, which is actually where the problem exists. should be fixed by #668.
However, you will need to upgrade to the latest version, we don't backport such minor things.