/WEB-INF/view/uncaughtException.jsp (line: [9], column: [0]) Unable to find taglib [c] for URI: [/WEB-INF/view/module/legacyui/taglibs/c-rt.tld]

@tharindu sorry about this. Try doing what is in this post . It could help you out. Basically instead of using the usual mvn openmrs-sdk:run command, try starting your sever with this command mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.1.1:run <usual arguments here if any>

If you don’t have any arguments to put in the angle(<>) brackets just do without that section and just use

mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.1.1:run 
1 Like