joewitt commented on PR #8044:
URL: https://github.com/apache/nifi/pull/8044#issuecomment-1816604917
Full clean build with contrib all tests AND integration tests checks out.
However when attempting to connect nifi with the registry plain unsecured
connection. I attempt to version control a group and receive in the
nifi-user.log
`2023-11-17 08:10:24,371 ERROR [NiFi Web Server-55]
o.a.nifi.web.api.config.ThrowableMapper An unexpected error has occurred:
java.lang.RuntimeException: java.lang.ClassNotFoundException: Provider for
jakarta.ws.rs.client.ClientBuilder cann
ot be found. Returning Internal Server Error response.
java.lang.RuntimeException: java.lang.ClassNotFoundException: Provider for
jakarta.ws.rs.client.ClientBuilder cannot be found
at
jakarta.ws.rs.client.ClientBuilder.newBuilder(ClientBuilder.java:75)
at
org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient.<init>(JerseyNiFiRegistryClient.java:100)
at
org.apache.nifi.registry.client.impl.JerseyNiFiRegistryClient$Builder.build(JerseyNiFiRegistryClient.java:275)
at
org.apache.nifi.registry.flow.NifiRegistryFlowRegistryClient.getRegistryClient(NifiRegistryFlowRegistryClient.java:90)`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]