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

CLI APIs should log more helpful error messages on NoClassDefFoundError #11932

Closed
lukaseder opened this issue Jun 1, 2021 · 1 comment
Closed

Comments

@lukaseder
Copy link
Member

When using the ParserCLI or some other CLI API in jOOQ, there may be a NoClassDefFoundError, because of a missing API dependency. We currently have 2 such dependencies in jOOQ 3.15:

  • reactive streams
  • r2dbc

The ZIP file from the website ships with these dependencies, but users may not have taken an example from the right page of the manual. While this could be made a lot easier by creating a single jar file "assembly" or by offering shell scripts (#11771), we can still also add some troubleshooting help via a better error message.

@lukaseder
Copy link
Member Author

Fixed in jOOQ 3.15.0 and 3.14.12 (#11933)

lukaseder added a commit that referenced this issue Jun 1, 2021
lukaseder added a commit that referenced this issue Jun 1, 2021
lukaseder added a commit that referenced this issue Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant