← Back to team overview

dhis2-devs team mailing list archive

Program rules/program validation(?) issue in latest 2.25

 

Hi devs, 
after upgrading to the latest 2.25 (build rev 1575b67) from an earlier 2.25 version (build rev 210eb29), program rules have stopped working. The only issues I can see in the console and tomcat log is a failed call to /api/programValidations:

In catalina.out:
WARNING: No mapping found for HTTP request with URI [/stable/api/programValidations.json] in DispatcherServlet with name ‘webapi'

In browser console: 
GET http://localhost:8080/stable/api/programValidations.json?paging=false&fields=id&filter=program.id:in:[jo4akTBhEqq]&_=1492674277324 404 (Not Found)

Looks like the programValidations.json was removed in this commit: https://github.com/dhis2/dhis2-core/commit/9c6c4d0385064863e730827b621c53357ff555b7
There were no programValidations in the first place in this database (previous and working 2.25 version returns an empty result), but it is the only error I get. 


Well, there is also this error, but this one seems like a permanent feature:
404 (Not Found) - http://localhost:8080/stable/api/userDataStore/gridColumns/eventCaptureGridColumns 

Olav

Follow ups