question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Panache Reactive not working with Quarkus GraphQL

See original GitHub issue

Describe 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:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:34 (23 by maintainers)

github_iconTop GitHub Comments

2reactions
phillip-krugercommented, May 7, 2022

Yes, aiming for 2.10

2reactions
phillip-krugercommented, May 5, 2022

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found