Panache Reactive not working with Quarkus GraphQL
See original GitHub issueDescribe the bug
First query works fine. Others throw IllegalStateException: HR000061: Session is currently connecting to database
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
2 Methods in @GraphQLApi and call them in one query which is common for gql. The first works fine but others fail.
Output of uname -a
or ver
5.13.0-20-generic #20-Ubuntu SMP Fri Oct 15 14:21:35 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Output of java -version
openjdk version “11.0.12” 2021-07-20
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.3.0.Final
Build tool (ie. output of mvnw --version
or gradlew --version
)
3.8.1
Additional information
No response
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:34 (23 by maintainers)
Top Results From Across the Web
SmallRye GraphQL - Quarkus
SmallRye GraphQL · Launch. Launch the quarkus application in dev mode: · Introspect. The full schema of the GraphQL API can be retrieved...
Read more >Creating a CRUD app with Quarkus, Reactive Hibernate ...
Creating a CRUD app with Quarkus, Reactive Hibernate, Panache and GraphQL using a PostgreSQL database. This guide demonstrates how your ...
Read more >An Advanced GraphQL with Quarkus - Piotr's TechBlog
This article shows how to implement GraphQL support for Quarkus application, and perform more advanced JPA queries with the Panache module.
Read more >unsatisfiable cycle and "ObjectIdInput" related exception in ...
I am developing a project with Quarkus and mongodb. ... But the saveDesignation() mutation is not working and throwing two exceptions, ...
Read more >Quarkus - Start coding with code.quarkus.redhat.com
JAXB serialization support for RESTEasy Reactive. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, aiming for 2.10
This should be fixed in the next version. I’ll add a test case for this scenario specifically. see https://github.com/quarkusio/quarkus/pull/25194