failing openmrs core tests

while on master update to latest and try again. else we look into this;

git pull git@github.com:openmrs/openmrs-core.git master

i have now tried cloning the core again afresh and tried clean install and the error has persisted
looking at the error logs; It seems like the issue is to do with creation of the beans which is making the ApplicationContext fail to load


1 Like

on running clean install again , did you clean out the maven .m2/repo folder ??. you may be having corrupted dependencies

I think the issue is with the dependecies in my local repository because everything is running just fine in my other computer that I have been using but when I try to run the same on this computer(the current one) it throws the same errors(I have tried deleting the .m2 folder and rebuilt again but still the errors are persisting even when I tried copying the other pc’s .m2 files to this computer still I keep getting the error). Could it be an issue with the path
if yes–how can specify it.

copy .m2 from the working computer to the failing one and try again parhaps