Tried calling /AIDRTaggerAPI/rest/crisisType/all directly via the browser and it works with no issues, based on the logs this URL (/AIDRFetchManager/protected/tagger/getAllCrisisTypes.action?_dc=1430482001472&page=1&start=0&limit=30) will trigger an RMI call, but it returns:
{
total: null,
data: null,
message: "Error while getting all crisis from Tagger",
success: false
}
I don't see any actual errors in the server.log, any ideas?
Tried calling /AIDRTaggerAPI/rest/crisisType/all directly via the browser and it works with no issues, based on the logs this URL (/AIDRFetchManager/protected/tagger/getAllCrisisTypes.action?_dc=1430482001472&page=1&start=0&limit=30) will trigger an RMI call, but it returns:
I don't see any actual errors in the server.log, any ideas?