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
After update quarkus to 2.4.2.Final I get the following error – any idea how to fix this? Using quarkus 2.0.2.Final everything is OK.
query allMovies {
allMovies {
title
actors {
name
}
}
}
error
2021-11-16 ERROR [io.sma.graphql] (executor-thread-1) SRGQL012000: Data Fetching Error: java.lang.IllegalStateException: HR000069: Detected use of the reactive Session from a different Thread than the one which was used to open the reactive Session - this suggests an invalid integration; original thread: 'vert.x-eventloop-thread-12' current Thread: 'executor-thread-1'
at org.hibernate.reactive.common.InternalStateAssertions.assertCurrentThreadMatches(InternalStateAssertions.java:46)
at org.hibernate.reactive.session.impl.ReactiveSessionImpl.threadCheck(ReactiveSessionImpl.java:154)
at org.hibernate.reactive.session.impl.ReactiveSessionImpl.checkOpen(ReactiveSessionImpl.java:1556)
at org.hibernate.reactive.session.impl.ReactiveSessionImpl.buildReactiveQueryFromName(ReactiveSessionImpl.java:474)
at org.hibernate.reactive.session.impl.ReactiveSessionImpl.createReactiveNamedQuery(ReactiveSessionImpl.java:465)
at org.hibernate.reactive.mutiny.impl.MutinySessionImpl.createNamedQuery(MutinySessionImpl.java:252)
The text was updated successfully, but these errors were encountered:
After update quarkus to
2.4.2.Final
I get the following error – any idea how to fix this? Using quarkus2.0.2.Final
everything is OK.error
The text was updated successfully, but these errors were encountered: