-
Notifications
You must be signed in to change notification settings - Fork 47
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
NullPointerException in 2.1.6 #77
Comments
I have the same exception. Here is the stacktrace:
This is when running with graalvm. It works with a "normal" jdk. |
Thanks for the stack trace. I'll take a look at it.
… |
I could fix my problem: Graalvm was a red herring 🐟. The failure was caused by a file ownership issue. I am using docker to build my project and have 2 docker files. One based on |
@tisoft @langecode I am using spring application (non-springboot) i am getting same error as mentioned by @tisoft .
Thanks. |
[ERROR] Failed to execute goal io.openapitools.swagger:swagger-maven-plugin:2.1.6:generate (default) on project x: Execution default of goal io.openapitools.swagger:swagger-maven-plugin:2.1.6:generate failed.: NullPointerException -> [Help 1]
The text was updated successfully, but these errors were encountered: