Skip to content
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

Startup fails on WSL Ubuntu-24.04 #325

Closed
SimonVog opened this issue Aug 23, 2024 · 2 comments
Closed

Startup fails on WSL Ubuntu-24.04 #325

SimonVog opened this issue Aug 23, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@SimonVog
Copy link

Bug Report

Describe the Bug

Setting up the mvd does not work on WSL2 on Win11 using Ubuntu-24.04:
image

kubectl logs consumer-dataplane-6898fcb4b5-dpb68 --namespace mvd
Picked up JAVA_TOOL_OPTIONS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=1044
Listening for transport dt_socket at address: 1044
Error: Could not find or load main class org.eclipse.edc.boot.system.runtime.BaseRuntime
Caused by: java.lang.ClassNotFoundException: org.eclipse.edc.boot.system.runtime.BaseRuntime


kubectl logs provider-manufacturing-dataplane-584f6c5cff-j8wzv -
-namespace mvd
Picked up JAVA_TOOL_OPTIONS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=1044
Listening for transport dt_socket at address: 1044
Error: Could not find or load main class org.eclipse.edc.boot.system.runtime.BaseRuntime
Caused by: java.lang.ClassNotFoundException: org.eclipse.edc.boot.system.runtime.BaseRuntime

kubectl logs provider-qna-dataplane-6d4585d8bc-hdq84 --namespace
 mvd
Picked up JAVA_TOOL_OPTIONS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=1044
Listening for transport dt_socket at address: 1044
Error: Could not find or load main class org.eclipse.edc.boot.system.runtime.BaseRuntime
Caused by: java.lang.ClassNotFoundException: org.eclipse.edc.boot.system.runtime.BaseRuntime

Context Information

  • Used version 1dc0226
  • OS: Ubuntu-24.04 on WSL2
  • Tried with JDK 17 and JDK 21

Please let me know if i can provide any further information.

@paullatzelsperger paullatzelsperger added bug Something isn't working and removed triage labels Aug 23, 2024
@paullatzelsperger
Copy link
Member

paullatzelsperger commented Aug 23, 2024

thanks @SimonVog for letting us know, I could reproduce the error (and found another bug) and am taking a look

@paullatzelsperger
Copy link
Member

paullatzelsperger commented Aug 24, 2024

should be fixed with commit 47e8171. pls close this issue if that is the case for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants