Issues page shows error

I receive this error page when I try to access the issues page on my browser, anyone having this problem or any insight on this? @samuel34 @irenyak1 @dkayiwa

As you can tell from status.openmrs.org the id system is down. In the meantime, for you to continue working on your ticket, below is the ticket description:

When a complex obs is deleted or voided, the file is deleted from the file system. On un retiring, you get a server side FileNotFoundException because the file no longer exists.

For data that is stored in the database, we mark it with the voided flag on deleting. For data stored on the file system, deleting could move the file to some sort of voided complex obs folder, from which it can be restored on un voiding the obs.

This problem was discovered while working on —LUI-134

You could take a look at: ObsServiceImpl.voidExistingObs()

The legacyui module’s code can be found at: https://github.com/openmrs/openmrs-module-legacyui

2 Likes

Alright, Thanks @dkayiwa