DavChenLY98 commented on issue #9911:
URL: https://github.com/apache/dubbo/issues/9911#issuecomment-2225168722

   > The exception is caused by the Java Platform Module System that was 
introduced in Java 9, particularly its implementation of strong encapsulation. 
It only allows[access under certain conditions. Try launching the jvm with 
parameters like following code to fix it. 
`--add-opens=java.base/java.lang=ALL-UNNAMED 
--add-opens=java.base/java.io=ALL-UNNAMED 
--add-opens=java.base/java.util=ALL-UNNAMED 
--add-opens=java.base/java.util.concurrent=ALL-UNNAMED 
--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED --add-opens 
java.base/java.lang.reflect=ALL-UNNAMED --add-opens 
java.base/java.util=ALL-UNNAMED --add-opens java.base/java.math=ALL-UNNAMED`
   > 
   > I hope it can help you.
   
   it is awesome!!!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to