daniel-bartz opened a new issue, #464: URL: https://github.com/apache/pulsar-manager/issues/464
When I want to add a new _Environment_ via the web interface, nothing happen and I get the following error in the backend logs: ``` Jun 10 14:10:52 hostname pulsar-manager[6494]: 2022-06-10 14:10:52.707 ERROR 6494 --- [nio-7750-exec-6] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Handler dispatch failed; nested exception is java.lang.NoSuchFieldError: id_alg_AEADChaCha20Poly1305] with root cause Jun 10 14:10:52 hostname pulsar-manager[6494]: java.lang.NoSuchFieldError: id_alg_AEADChaCha20Poly1305 ``` I built (tried both jdk8 & 11) the _pulsar-manager_ using `./gradlew build -x test` I tried to run it on both jdk8 & 11 and the same issue appeared. Notes: - I was using same approach for _pulsar-manager_ 0.2.0 on jdk11and it worked very nicely. - I tried to use the binary provided here https://archive.apache.org/dist/pulsar/pulsar-manager/pulsar-manager-0.3.0/ but could not manage to get it working with PostgreSQL. - I also tried to remove the TLS_CHACHA20_POLY1305_SHA256 cipher on the broker side but it did not help. -- 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: dev-unsubscr...@pulsar.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org