فهرست منبع

Add RMI option for without-docker page (#3616)

"--add-opens java.rmi/javax.rmi.ssl=ALL-UNNAMED" added to "Execute the jar"-command (needed for kafka-ui version 0.6.0 and later)
sm-shevchenko 2 سال پیش
والد
کامیت
c26a5e364b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      development/building/without-docker.md

+ 1 - 1
development/building/without-docker.md

@@ -13,7 +13,7 @@ Once you installed the prerequisites and cloned the repository, run the followin
 **Execute the jar**
 
 ```
-java -Dspring.config.additional-location=<path-to-application-local.yml> -jar <path-to-kafka-ui-jar>
+java -Dspring.config.additional-location=<path-to-application-local.yml> --add-opens java.rmi/javax.rmi.ssl=ALL-UNNAMED -jar <path-to-kafka-ui-jar>
 ```
 
 * Example of how to configure clusters in the [application-local.yml](https://github.com/provectus/kafka-ui/blob/master/kafka-ui-api/src/main/resources/application-local.yml) configuration file.