qcri-social / AIDR

Artificial Intelligence for Digital Response
http://aidr.qcri.org/
GNU Affero General Public License v3.0
98 stars 37 forks source link

REST works RMI doesn't #25

Closed jmgtan closed 9 years ago

jmgtan commented 9 years ago

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?