openmrs standalone issue

Hello, i am running standalone for the module patients colors but am getting this error https://pastebin.com/0YQ2Hixk how can i get to what’s causing this? @dkayiwa @suthagar23 @mozzy @k.joseph

Did it occur after installation of that separate module?

yes @suthagar23

So I think, some incorrect code block of that module is blocking that service. You need to check it for OpenMRS version supports, or need to debug

1 Like

going to work on it thanks @suthagar23

@gcliff have you also taken a look at this and that.?

not yet but thanks @mozzy gonna look into it to

@gcliff

  • your hibernate config file does not seem to correspond to your liquibase file .

  • Also check your moduleApplicationContext.xmlfile. whether its correctly confugured

  • You also need to register your hibernate file in the config.xml file

thanks @mozzy