Re: [EXT] Re: James 3.4.0 WebAdmin

2020-04-26 Thread Rene Cordier
Hi Sean, As stated here https://james.apache.org/server/manage.html, there is a webadmin REST api in James, but only serving Guice products. My guess is you are using the Spring one. Maybe try to use a Guice one instead? (with JPA I guess?) Different installs with different products :

Re: Building JAMES

2020-04-26 Thread Rene Cordier
Hi David, I think you are trying to compile the latest code from master branch right? A move has been made lately towards java 11 on it if I'm correct. Try to compile and run with Java11 instead? Regards, Rene. On 27/04/2020 06:06, David Leangen (Apache) wrote: Hi! This is the first

Re: Building JAMES

2020-04-26 Thread David Leangen (Apache)
Hi! This is the first error: [INFO] Apache James :: Server :: Common Utilities . FAILURE [  0.659 s] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project james-server-util: Fatal error compiling: invalid flag:

Re: Building JAMES

2020-04-26 Thread Jerry Malcolm
Sadly I realized a while back that it does not build out of the box.  Through much trial and error, I finally got the build to complete.  However, even with that, for some reason I still get several errors.  Apparently they aren't fatal errors.  I have learned that if there is really something

Building JAMES

2020-04-26 Thread David Leangen
Hi! I am trying to build JAMES from HEAD using mvn install. It is my expectation (from working with other projects) that I should just be able to build “out of the box”. My first question: is my expectation correct? Am I supposed to be able to build JAMES without any compilation errors? If

Re: Problems connecting to Cassandra using Docker

2020-04-26 Thread David Leangen
Hi, Several months later, I want to give JAMES another try. In the meantime, I have familiarized myself a little bit with Docker, and have started moving all of my infrastructure to Kubernetes. I am now interested in going directly to Kubernetes (bypassing Docker and Docker Compose). I am