Are you using a maven plugin for glassfish server?
By default OpenMRS-core has been configured to make use of jetty server’s plugin for deployment using mvn jetty:run from the webapp directory of core repo after running mvn clean install from core directory.
I don’t use maven plugin for glassfish server but when I run mvn jetty:run command from command prompt jetty server failed to start. When I run the webapp another error is displayed by the chrome browser. See the screenshot below.
I have followed sort of steps from the above link, but after I run this mvn clean install openmrs-SDK: run -DserverId=your_server_id I got this error from a command prompt.
I have run the command from C:\Users\Admin> which does not contain the openmrs-core source code but still displays…BUILD FAILURE error in the command prompt.