Welcome to the ODK forum, @elliott1177! We're glad you're here. When you get a chance, please introduce yourself on this forum thread. I'd also encourage you to add a real picture as your avatar because it helps build community!
I'm sorry you're having problems with your Aggregate deployment. The bad news is that you're really on uncharted territory since you're not using any of the stack part versions we actually test and support.
This docs page lists the parts and versions you should need to deploy:
- Java 8
- Tomcat 8.0 (8.5 is fine too)
- PostgreSQL 9.4
This doesn't mean that with your stack versions it won't work. It means that we don't know or, at least, that we don't know the kind of problems you're going to run into.
In any case, the error you're experiencing looks a lot like another issue I've had when installing tomcat using apt
in some particular Ubuntu versions. What I found is that some of the extra tomcat9-admin
, tomcat9-user
, etc. packages can get misconfigured and prevent the server's booting sequence. You can try to uninstall all tomcat packages but the tomcat9
package.