-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
3.9.0.Final
-
None
-
None
I am trying to deploy a simple MP REST client application available at [1] to minishift and CRC with s2i. Using both eap CD18 image and wildfly s2i image the start of built EAP/WFLY fails with the following exception:
java.lang.NullPointerException at org.jboss.resteasy.resteasy-jaxrs@3.9.0.Final-redhat-00001//org.jboss.resteasy.microprofile.client.RestClientExtension.extractBaseUri(RestClientExtension.java:55) at org.jboss.resteasy.resteasy-jaxrs@3.9.0.Final-redhat-00001//org.jboss.resteasy.microprofile.client.RestClientExtension.registerRestClient(RestClientExtension.java:44) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
This issue is only present in the Openshift (minishift, CRC) I have no option to test on an external cluster now. However, I was able to try to build the image manually, see steps to reproduce, with the same error. Local deployment to locally build and running EAP/WFLY works.
The error is strange as the observer method should be invoked only if the annotation is present but it can't be retrieved.
Also, I want to mention that the example app from steps to reproduce deploys without errors if I use image quay.io/wildfly/wildfly-centos7:17.0 so this may be a regression.
- is caused by
-
WFLY-13185 Rest-client can't be used without opentracing subsystem present in config
- Closed
- is related to
-
JBEAP-19957 (7.3.z) Rest-client can't be used without opentracing subsystem present in config
- Closed