eclipse-edc / MinimumViableDataspace

Guidance on documentation, scripts and integration steps on using the EDC project results
Apache License 2.0
51 stars 160 forks source link

Startup fails on WSL Ubuntu-24.04 #325

Closed SimonVog closed 2 weeks ago

SimonVog commented 2 weeks ago

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

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

paullatzelsperger commented 2 weeks ago

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

paullatzelsperger commented 2 weeks ago

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