Error when deploying on Tomcat Server

Hi Guys,

I am using vaadin spring boot project for UI and spring framework for backend. I have whole backend code as jar file and I put that jar in my maven dependencies of UI vaadin package. While building the UI package through mvn, it generates a war file and when I am deploying the war file of UI on tomcat server it is throwing me the below error. I am attaching the error as well as the pomfile of UI.

Thanks in advance.!!
17086199.png
17086202.txt (8.5 KB)

Maybe this StackOverflow post will help: https://stackoverflow.com/questions/42521835/cannot-instantiate-factory-class-org-springframework-boot-autoconfigure-autocon

Hi!

Thank you for the help.

Hi Olli,

Looks like that’s the issue. I am sill working on it and will let you the status.

Thanks for the help.