Re: Help with "no domain found" error James 3.8.0

2024-01-08 Thread Rene Cordier
Hi Matt, You can maybe tweak too the logback.xml configuration file to have a more fine grained logging experience, which could help you maybe reduce your log volume as well depending which part of James you target for logs. Best regards, Rene. On 1/9/24 08:26, Tung Tran wrote: Hi, You

Re: Help with "no domain found" error James 3.8.0

2024-01-08 Thread Tung Tran
Hi, You can use `SizeAndTimeBasedRollingPolicy` in logback file for rotate the file log https://logback.qos.ch/manual/appenders.html#SizeAndTimeBasedRollingPolicy On 08/01/2024 18:57, Matt Pryor wrote: OK thanks Rene. I'm finding the logs a bit challenging, the main use for logs for our

Re: Help with "no domain found" error James 3.8.0

2024-01-08 Thread Matt Pryor
OK thanks Rene. I'm finding the logs a bit challenging, the main use for logs for our use is to track down deliverability issues, but in order to do this we need to turn on debug logging, for example: 16:36:59.492 [DEBUG] o.a.j.t.m.r.d.MailDelivrer - Temporary exception delivering mail

Re: Help with "no domain found" error James 3.8.0

2023-12-12 Thread Rene Cordier
Hi Matt, No problem actually I think. Looking at the code: https://github.com/apache/james-project/blob/master/server/data/data-jpa/src/main/java/org/apache/james/domainlist/jpa/JPADomainList.java#L164 We can see that it's just a debug log saying it tried to look if the domain existed

Re: Help with "no domain found" error James 3.8.0

2023-12-12 Thread Tung Tran
It just a JPAQuery, the JamesDomain is an entity of table JAMES_DOMAIN. :name is a "dynamic marker" as you wrote. https://github.com/apache/james-project/blob/d7a4f45fa4d248a4911612eb367cef72e56c5f8c/server/data/data-jpa/src/main/java/org/apache/james/domainlist/jpa/model/JPADomain.java#L33 On

Re: Help with "no domain found" error James 3.8.0

2023-12-12 Thread Matt Pryor
Hi all, I'm still seeing this error in the logs after setting the domain using the webadmin: javax.persistence.NoResultException: Query "SELECT domain FROM JamesDomain domain WHERE domain.name=:name" selected no result, but expected unique result. at

Re: Help with "no domain found" error James 3.8.0

2023-10-26 Thread Matt Pryor
Many thanks René! On Thu, 26 Oct 2023 at 03:32, René CORDIER wrote: > Hi Matt, > > On addition to using the cli, you have also other ways: > > - using webadmin: > https://james.apache.org/server/manage-webadmin.html#Administrating_domains > > - the domainlist.xml file. localhost is configured

Re: Help with "no domain found" error James 3.8.0

2023-10-25 Thread René CORDIER
Hi Matt, On addition to using the cli, you have also other ways: - using webadmin:  https://james.apache.org/server/manage-webadmin.html#Administrating_domains -  the domainlist.xml file. localhost is configured as defaultDomain, but you can add extra domains in `domainnames.domainname`, which

Re: Help with "no domain found" error James 3.8.0

2023-10-25 Thread Matt Pryor
Thanks a lot Tung will try that tomorrow. On Wed, 25 Oct 2023 at 16:33, Tung Tran wrote: > Hi > Have you created a domain name yet? > By admin api, James Command line... > Ex: https://james.apache.org/server/manage-cli.html#Manage_Domains > > Tung, > > On 25/10/2023 22:16, Matt Pryor wrote: >

Re: Help with "no domain found" error James 3.8.0

2023-10-25 Thread Tung Tran
Hi Have you created a domain name yet? By admin api, James Command line... Ex: https://james.apache.org/server/manage-cli.html#Manage_Domains Tung, On 25/10/2023 22:16, Matt Pryor wrote: Hi, I'm seeing the following error in the logs: 16:07:55.691 [DEBUG] o.a.j.d.j.JPADomainList - No domain

Help with "no domain found" error James 3.8.0

2023-10-25 Thread Matt Pryor
Hi, I'm seeing the following error in the logs: 16:07:55.691 [DEBUG] o.a.j.d.j.JPADomainList - No domain found javax.persistence.NoResultException: Query "SELECT domain FROM JamesDomain domain WHERE domain.name=:name" selected no result, but expected unique result. at

No domain found error

2016-10-12 Thread Christian Fischer
Hey there, i have the following Problem ! : DEBUG 02:26:23,757 | james.domainlist | No domain found javax.persistence.NoResultException: Query "SELECT domain FROM JamesDomain domain WHERE domain.name=:name" selected no result, but expected unique result. at

Re: No domain found -Error- [unsigned]

2016-09-18 Thread Christian Fischer
he @domain? > > By CLI or in the domainlist.xml? > > Best regards, > Bernd > > Ursprüngliche Nachricht- > Von: Christian Fischer [mailto:mcmaske...@gmail.com <javascript:;>] > Gesendet: Sonntag, 18. September 2016 01:44 > An: server-user@james.apache.org <javascript:

AW: No domain found -Error- [unsigned]

2016-09-18 Thread Bernd Waibel
onntag, 18. September 2016 01:44 An: server-user@james.apache.org Betreff: No domain found -Error- Hey there, I have a problem while sending an Email with this error-Message: What do I have to change ? Thanks DEBUG 19:26:49,276 | james.domainlist | No domain found javax.persistence.NoResultExcept

No domain found -Error-

2016-09-17 Thread Christian Fischer
Hey there, I have a problem while sending an Email with this error-Message: What do I have to change ? Thanks DEBUG 19:26:49,276 | james.domainlist | No domain found javax.persistence.NoResultException: Query "SELECT domain FROM JamesDomain domain WHERE domain.name=:name" selected no result, but