Error deploying ODKAggregate,war file in apache tomcat

I think you are getting the 404 because it is redirecting to http://site/Aggregate.html, when that happens you either get a 404, or the page loads only halfway and then complain about a permissions issue (You do not have permission for this action. Error: Invalid request).

The TLD messages in your logs are only information, so they can safely be ignored.

Try going to http://site/ODKAggregate/Aggregate.html

  • It might also keep on refreshing, if this happens, clear your cookies and cache, restart your browser and try again. The /index.html by default goes to /Aggregate.html yet the README tells you to go to ODKAggregate/Aggregate.html I don't know if this is another bug they never fixed.

JDK, JRE version, Tomcat version, PostgreSQL or MySQL version

For 1.7.0 or 1.7.1 on my server

  • OS: Ubuntu 18.04.1
  • JDK: OpenJDK 1.8.0_191 (JRE is included with JDK)
  • Tomcat: 8.5.34
  • Postgres: 10.6

Let me know if your 2.0 version works. For me when I tried to save any changes like enable form submissions or add user the Catalina.out keeps on showing this error (that I why I went back to 1.7.1):

Mar 04, 2019 1:48:38 PM org.apache.catalina.core.ApplicationContext log
SEVERE: Exception while dispatching incoming RPC call
com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract com.google.gwt.user.client.rpc.XsrfToken com.google.gwt.user.client.rpc.XsrfTokenService.getNewXsrfToken()' threw an unexpected exception: java.lang.IllegalArgumentException: Duplicate cookie! Cookie override attack?

Version 1.7.1 also does this under Internet Explorer (tried clearing cache / cookies to no avail), but works fine in Google Chrome / Firefox

here are the links to v1.7.1 and v1.7.0