You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I enable TLS, I am unable to add a new pulsar cluster environment in pulsar manager。
To Reproduce
Steps to reproduce the behavior:
1.Deploying a pulsar cluster using pulsar-helm-chart 3.2.0(pulsar image 3.1.2) in Kubernetes(Offline environment)
2. Enable jwt and tls. pulsar-manager token use pulsar-token-admin 。
3. Create a new environment in pulse manager
4. Service URL : https://pulsar-proxy:443
5. Bookie URL : https://pulsar-proxy:6651
6. See error Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class org.apache.pulsar.common.util.SecurityUtility] with root cause
Expected behavior
Creating a new environment normally in pulsar manager.
Describe the bug
When I enable TLS, I am unable to add a new pulsar cluster environment in pulsar manager。
To Reproduce
Steps to reproduce the behavior:
1.Deploying a pulsar cluster using pulsar-helm-chart 3.2.0(pulsar image 3.1.2) in Kubernetes(Offline environment)
2. Enable jwt and tls. pulsar-manager token use
pulsar-token-admin
。3. Create a new environment in pulse manager
4.
Service URL
:https://pulsar-proxy:443
5.
Bookie URL
:https://pulsar-proxy:6651
6. See error
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class org.apache.pulsar.common.util.SecurityUtility] with root cause
Expected behavior
Creating a new environment normally in pulsar manager.
Screenshots
Desktop (please complete the following information):
Additional context
@lhotari @jeantil @sijie
The text was updated successfully, but these errors were encountered: