JAVA JDK 17 springboot 3.2.2 Dubbo 3.2.11 Did't not work #14122
Unanswered
DoNotBugPlz
asked this question in
Question
Replies: 1 comment
-
Seems that you're using specified url invocation? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
I have three modules in a simple Dubbo setup: a consumer, a provider, and a common module that is depended upon by the other two modules. Due to my JDK 17 environment, direct calls result in an "UNNAMED MODULE" error. After modifying the JVM parameters in my local development environment, I encountered a different error as follows:
I'm seeking assistance on what steps I should take next.
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions