-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launcher fails at startup (Linux) #349
Comments
Thanks for your contribution 🔥 We will take a look asap 🚀 |
Can you please try again supplying the appropriate configuration values? The log clearly states that config is missing. |
As mentioned in section "working cmd" of my inital post the shown cmd solves the problem. It would help a lot if there would be a indication in the documentation that the params are needed and what the params are good for. |
And eventually that will be the case but IH is not a production ready component yet. We do not advise anyone to use it in production systems nor expect it to be a well-rounded product. |
I'm a beginner in the eclipse-edc ecosystem and I try to understand how everything works. We are using the edc components in a research project (=> no production system; => no well-rounded product is required). With my issues I try to indicate where the barriers for a beginner are to get the components running and understanding them. |
That is great, thank you. It's always good to collect these things. You can always generate documentation using autodoc: ./gradlew autodoc
./gradlew mergeManifests
./gradlew doc2md
# or:
./gradlew doc2html and then open |
Thanks for the autodocs hint. I will add it to my debugging toolbox. But for sure I have to learn how to use the information from those docs. |
closing as this is not a bug. a more focused feature request should be opened if desired. |
Bug Report
Describe the Bug
The launcher of the identity hub (launchers/build/lib/identity-hub.jar) fails at startup.
Expected Behavior
The launcher should start an instance of the identity hub Service
Observed Behavior
The launcher starts and shows the following error message:
Steps to Reproduce
Steps to reproduce the behavior:
Context Information
Possible Implementation
Working Run CMD
Fix Readme.md / Dockerfile of launcher
The text was updated successfully, but these errors were encountered: