-
Notifications
You must be signed in to change notification settings - Fork 10
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
Chatbot throws JAXB-API excetpion #77
Comments
@sajjadpz Does adding jaxb explicitly as pom dependency solve your problem? This code is there inside chatbot micro service but is not part of the parent pom.
|
No it doesn't solve the issue. |
That seems to be the only solution available for this issue on the internet. A set of related dependancies to add to pom.xml to avoid this problem. |
What is your JDK version? Update your JDK to 10 , it might be a java 8/9 problem |
Try running by adding dependency at run time, something like this java --add-modules=java.xml.bind -jar chatbot.jar, there must a way to add use this add module with spring-boot:run too, just search for it. P.S: It's Guru here |
@RicardoUsbeck - I have checked , jdk version is 10. |
@guru5590 - it is already added in |
I am running chatbot within IDE and it throws following exception
A bit of research showed that it it is related to
Java-9
modularity and a worked around has already been implemented in pom.xmlwhich doesn't seem to work. May be someone can look into it who has more insight on this.
The application, however seems to work normally, its just an annoying error in the console 😄
The text was updated successfully, but these errors were encountered: