Re: Apache James 3.4 install

2019-10-25 Thread Jerry Malcolm
Mark, Once you get the build working, there are a couple of logging enhancements I STRONGLY recommend you make. 1) mailet\base\src\main\java\org\apache\mailet\base\MailetPipelineLogging.java     This class is called around the invocation of all mailets. It has a "logBegin..." and a

Re: Apache James 3.4 install

2019-10-25 Thread Jerry Malcolm
Is this with the 'master' branch?  Or did you go back to 3.3? It looks like a java compiler error.  But it looks like it never got into a compile.  The error "invalid flag: --release" seems to be a compiler invocation error.  One thing... if you are on master, I believe I saw a discussion

Re: Apache James 3.4 install

2019-10-25 Thread Mark Gordon
Thanks for all your replies. I cloned the repository and I get this error when I try to compile. https://james.apache.org/server/3/dev-build.html In the JAMES_SRC_HOME top level directory (where the parent pom.xml resides), invoke maven with 'mvn' with any of the following command line

Re: Apache James 3.4 install

2019-10-25 Thread Jerry Malcolm
Mark, I originally cloned 3.3 branch when I started my migration back in July.  Then I saw official 3.4 was released.  I was surprised that there wasn't an official 3.4 branch in git.  But when I asked, I was told that 'master' branch was the one to use.   I haven't checked recently.  But

Re: Apache James 3.4 install

2019-10-25 Thread Mark Gordon
Jerry, Where are you getting the updated 3.4 source or binary? I cloned the git repository. That seems like it is 3.5 (the next version) I did not see an active branch for 3.4 with bug fixes. I have used james in the past and I don't remember having this much trouble getting it going. I tasked

Re: Apache James 3.4 install

2019-10-24 Thread Jerry Malcolm
Mark, I'm running 3.4 (+plus a few fixes/tweaks I've had to add...). I'm going to be really uneducated here If I am running ActiveMQ or RabbitMQ, it's totally under the covers.  I'm not even sure what it used for, unless it's for internal passing of the email.   I have done nothing to

Re: Apache James 3.4 install

2019-10-24 Thread Mark Gordon
James, Are you running 3.4? I don;t think the DNS issue is the problem. It is just really odd. The log looks correct. Even when I kick it up to TRACE for most packages. THe email just disappears, Pop and iMAP seem to be working. SMTP accept the email but then it just disappears. I just

Re: Apache James 3.4 install

2019-10-24 Thread Jerry Malcolm
I'm not using ActiveMQ.  So I can't make a recommendation there. I haven't had any problems with DNS.  What do the error messages say? On 10/24/2019 5:42 PM, Mark Gordon wrote: Thanks for the response James. Should I revert back to a previous version? Is this the first version using ActiveMQ?

Re: Apache James 3.4 install

2019-10-24 Thread Mark Gordon
Thanks for the response James. Should I revert back to a previous version? Is this the first version using ActiveMQ? SHould I be using an alternative to ActiveMQ? I am getting DNS errors when it is trying to resolve localhost. Looks like it is also struggling with the hostname. -Mark

Re: Apache James 3.4 install

2019-10-24 Thread Jerry Malcolm
Mark, I'm right with you It turns out that log4j.properties has several omissions.  Several were fixed a month or so ago.  Not sure if your version picked up the changes.  But I've added even more additions to get the logging info I have needed in my migration journey. Here is my list

Apache James 3.4 install

2019-10-24 Thread Mark Gordon
I have a virtual ubuntu 18.04 install with postgres 10. I am trying to get apache james 3.4 to work as a simple smtp server and pop3 server. I unzip'ed the install and edited the james. I was getting an error on startup so I did this: mailetcontainer.xml Was: 8