Page 1 of 1

Spring App wont load after upgrade to 6.0.1 [SOLVED]

PostPosted: Sat Sep 15, 2018 12:04 am
by capocomico
Hi everybody,
I'm facing the folowing issue, i'm creating a report docx from a template with multiple tables and variable replaces.
When I changed from version 6.0.0 to 6.0.1, I got this :

ERROR org.springframework.boot.SpringApplication -> Application startup failed
java.lang.NoClassDefFoundError: org/docx4j/openpackaging/exceptions/Docx4JException

Anyone know how to solve it?

Thanks in advance

Re: Spring App wont load after upgrade to 6.0.1

PostPosted: Sat Sep 15, 2018 7:32 am
by jason
Strange. Check you classpath. Docx4JException is in the docx4j jar; no changes there.

Check earlier in the logs for some other problem?

Re: Spring App wont load after upgrade to 6.0.1 [SOLVED]

PostPosted: Wed Sep 19, 2018 6:41 am
by capocomico
I went to my .m2 folder and deleted the repository, then i did a clean install and it worked
Thanks for your reply.