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

Failed to introspect Class [io.leangen.graphql.spqr.spring.web.HttpExecutor] from ClassLoader #110

Open
stevedefazio opened this issue Sep 1, 2021 · 1 comment

Comments

@stevedefazio
Copy link

I have no issues using version 0.0.4. However, if I upgrade to 0.0.6 I am seeing

Failed to introspect Class [io.leangen.graphql.spqr.spring.web.HttpExecutor] from ClassLoader
which seems to be caused by
java.lang.NoClassDefFoundError: reactor/util/context/ContextView

Has anyone else encountered this?

@kaqqao
Copy link
Member

kaqqao commented Sep 1, 2021

It says you don't have the right version of Reactor (or no Reactor at all) on the class path.
Are you overriding it or is some dependency causing a conflict?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants