akvo / akvo-flow

A data collection and monitoring tool that works anywhere.
http://akvo.org/products/akvoflow/
GNU Affero General Public License v3.0
65 stars 31 forks source link

Missing class in post-import processing #2699

Closed stellanl closed 4 years ago

stellanl commented 6 years ago

This is from the akvoflow-61 logs, after I ran an import locally from Eclipse:

2018-06-12 08:50:29.396 CEST
com.gallatinsystems.framework.rest.AbstractRestApiServlet executeRequest: Could not execute rest request (AbstractRestApiServlet.java:95)
*java.lang.NoClassDefFoundError: Could not initialize class org.akvo.flow.domain.DataUtils*
    at org.waterforpeople.mapping.app.web.DataProcessorRestServlet.summarizeQuestionAnswerStore(DataProcessorRestServlet.java:777)
    at org.waterforpeople.mapping.app.web.DataProcessorRestServlet.rebuildQuestionSummary(DataProcessorRestServlet.java:632)
    at org.waterforpeople.mapping.app.web.DataProcessorRestServlet.handleRequest(DataProcessorRestServlet.java:129)
    at com.gallatinsystems.framework.rest.AbstractRestApiServlet.executeRequest(AbstractRestApiServlet.java:85)
    at com.gallatinsystems.framework.rest.AbstractRestApiServlet.doPost(AbstractRestApiServlet.java:61)

So why is org.akvo.flow.domain.DataUtils not available? This could mean data import is broken everywhere.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.