Nested Exception Spring Framework

Application Name: Platform Version Number: 2.0.1

Question: I tried converting an old module (built using ant) to the maven archetype’s structure. I was able to build the newly converted module using maven, but after uploading the omod file to openmrs (using legacy UI) I encountered the following error:

Apache Tomcat_8.5.pdf (102.2 KB)

Is this a problem with the build path missing a library? Any help would be appreciated! :slight_smile:

Is your module somewhere like on github such that we take a look at your changes?

I can’t link the repository here because it’s in gitlab. I can send it to your email though.

Searching through forums, I’ve found out that this may be a problem with xml-apis. Removing it should fix the problem, but in my case it didn’t. It only introduced another error:

java.lang.NoClassDefFoundError: org/w3c/dom/ElementTraversal

To which the solution is (according to other forums) to include the xml-apis library. Is anybody else having the same problem?