Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.glassfish.jersey:jersey-bom from 2.45 to 2.46 #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Bump org.glassfish.jersey:jersey-bom from 2.45 to 2.46

aab76e0
Select commit
Loading
Failed to load commit list.
Open

Bump org.glassfish.jersey:jersey-bom from 2.45 to 2.46 #121

Bump org.glassfish.jersey:jersey-bom from 2.45 to 2.46
aab76e0
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Tests / linux-21 / Build (linux-21) failed Jan 22, 2025 in 0s

org.glassfish.jersey.RestEasyTest.withJackson failed

Send us feedback

Details

org.glassfish.jersey.RestEasyTest.withJackson

RESTEASY003940: Unable to instantiate MessageBodyReader
Stack trace
java.lang.RuntimeException: RESTEASY003940: Unable to instantiate MessageBodyReader
	at org.jboss.resteasy.spi.ResteasyProviderFactory.registerProvider(ResteasyProviderFactory.java:1846)
	at org.jboss.resteasy.spi.ResteasyProviderFactory.register(ResteasyProviderFactory.java:3065)
	at org.jboss.resteasy.spi.ResteasyProviderFactory.register(ResteasyProviderFactory.java:123)
	at org.jboss.resteasy.util.FeatureContextDelegate.register(FeatureContextDelegate.java:52)
	at org.jboss.resteasy.util.FeatureContextDelegate.register(FeatureContextDelegate.java:12)
	at org.glassfish.jersey.jackson.JacksonFeature.configure(JacksonFeature.java:145)
	at org.jboss.resteasy.spi.ResteasyProviderFactory.registerProviderInstance(ResteasyProviderFactory.java:2605)
	at org.jboss.resteasy.spi.ResteasyProviderFactory.registerProviderInstance(ResteasyProviderFactory.java:2233)
	at org.jboss.resteasy.spi.ResteasyProviderFactory.register(ResteasyProviderFactory.java:3036)
	at org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder.register(ResteasyClientBuilder.java:617)
	at org.glassfish.jersey.RestEasyTest.withJackson(RestEasyTest.java:39)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.jvnet.hudson.test.JenkinsRule$1.evaluate(JenkinsRule.java:659)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProvider(javax.ws.rs.ext.Providers,javax.ws.rs.core.Configuration)
	at org.jboss.resteasy.core.ConstructorInjectorImpl.construct(ConstructorInjectorImpl.java:164)
	at org.jboss.resteasy.spi.ResteasyProviderFactory.createProviderInstance(ResteasyProviderFactory.java:2835)
	at org.jboss.resteasy.spi.ResteasyProviderFactory.addMessageBodyReader(ResteasyProviderFactory.java:1068)
	at org.jboss.resteasy.spi.ResteasyProviderFactory.registerProvider(ResteasyProviderFactory.java:1841)
	... 14 more
Caused by: org.jboss.resteasy.spi.LoggableFailure: RESTEASY003880: Unable to find contextual data of type: javax.ws.rs.core.Configuration
	at org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:77)
	at jdk.proxy2/jdk.proxy2.$Proxy68.getProperty(Unknown Source)
	at org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProvider.<init>(DefaultJacksonJaxbJsonProvider.java:67)
	at org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProvider.<init>(DefaultJacksonJaxbJsonProvider.java:56)
	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
	at org.jboss.resteasy.core.ConstructorInjectorImpl.construct(ConstructorInjectorImpl.java:152)
	... 17 more
Standard error
0.017 [id=83]	INFO	o.jvnet.hudson.test.JenkinsRule#createWebServer2: Running on http://localhost:39985/jenkins/
   0.033 [id=96]	INFO	jenkins.InitReactorRunner$1#onAttained: Started initialization
   0.033 [id=97]	INFO	jenkins.InitReactorRunner$1#onAttained: Listed all plugins
   0.093 [id=96]	INFO	jenkins.InitReactorRunner$1#onAttained: Prepared all plugins
   0.094 [id=101]	INFO	jenkins.InitReactorRunner$1#onAttained: Started all plugins
   0.095 [id=95]	INFO	jenkins.InitReactorRunner$1#onAttained: Augmented all extensions
   0.141 [id=95]	INFO	jenkins.InitReactorRunner$1#onAttained: System config loaded
   0.142 [id=100]	INFO	jenkins.InitReactorRunner$1#onAttained: System config adapted
   0.142 [id=95]	INFO	jenkins.InitReactorRunner$1#onAttained: Loaded all jobs
   0.143 [id=97]	INFO	jenkins.InitReactorRunner$1#onAttained: Configuration for all jobs updated
   0.149 [id=99]	INFO	jenkins.InitReactorRunner$1#onAttained: Completed initialization
   0.205 [id=83]	INFO	hudson.lifecycle.Lifecycle#onStatusUpdate: Stopping Jenkins
   0.210 [id=83]	INFO	hudson.lifecycle.Lifecycle#onStatusUpdate: Jenkins stopped
   0.240 [id=83]	INFO	o.j.h.t.TemporaryDirectoryAllocator#dispose: deleting /home/jenkins/agent/workspace/lugins_jersey2-api-plugin_PR-121/target/tmp/j h2747513694685249655
Standard out
=== Starting withJackson(org.glassfish.jersey.RestEasyTest)