-
Task
-
Resolution: Done
-
Major
-
None
-
AMQ 7.4.3.GA
-
None
During the execution of upstream test suite using IBM JDK for AMQ 7.4.3.CR1 I got a Unhandled exception on org.apache.activemq.artemis.core.paging.cursor.impl.PageCursorProviderImplTest test.
For other openjdk and oracle this is not happening.
the complete log of the build/test execution is on:
http://messaging-ci-dev.usersys.redhat.com:8080/view/All/job/amq-7-broker-qe-tests/job/downstream/job/downstream-rhel7x-ibm-java-8-with-integration/5
Running org.apache.activemq.artemis.core.paging.cursor.impl.PageCursorProviderImplTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.308 sec <<< FAILURE! - in org.apache.activemq.artemis.core.paging.cursor.impl.PageCursorProviderImplTest shouldAllowConcurrentPageReads(org.apache.activemq.artemis.core.paging.cursor.impl.PageCursorProviderImplTest) Time elapsed: 1.308 sec <<< ERROR! java.lang.NullPointerException: null at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55) at java.lang.reflect.Method.invoke(Method.java:508) at net.bytebuddy.description.method.ParameterList$ForLoadedExecutable$Dispatcher$ForJava8CapableVm.getParameterCount(ParameterList.java:335) at net.bytebuddy.description.method.ParameterList$ForLoadedExecutable.size(ParameterList.java:212) at net.bytebuddy.description.method.ParameterList$TypeSubstituting.size(ParameterList.java:696) at net.bytebuddy.description.method.ParameterList$AbstractBase.asTypeList(ParameterList.java:107) at net.bytebuddy.description.method.MethodDescription$AbstractBase.asTypeToken(MethodDescription.java:837) at net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Key$Harmonized.of(MethodGraph.java:922) at net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Key$Store.registerTopLevel(MethodGraph.java:1107) at net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default.doAnalyze(MethodGraph.java:634) at net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default.analyze(MethodGraph.java:596) at net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default.analyzeNullable(MethodGraph.java:615) at net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default.doAnalyze(MethodGraph.java:629) at net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default.compile(MethodGraph.java:567) at net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$AbstractBase.compile(MethodGraph.java:465) at org.mockito.internal.creation.bytebuddy.MockMethodAdvice.isOverridden(MockMethodAdvice.java:134) at org.apache.activemq.artemis.core.paging.impl.Page.getPageId(Page.java:96) at org.apache.activemq.artemis.core.paging.cursor.impl.PageCursorProviderImplTest.shouldAllowConcurrentPageReads(PageCursorProviderImplTest.java:49)