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 is a list, spearated by "," I think... it's undocumented, looks rather obscur (as a name) and doesn't seem really tested in the code I realized though... Might need to add a little something there :) Best regards, Rene. On Oct 26, 2023 1:36 AM, from Matt Pryor Thanks a lot Tung will try that tomorrow. On Wed, 25 Oct 2023 at 16:33, Tung Tran <vtt...@linagora.com> wrote: > Hi > Have you created a domain name yet? > By admin api, James Command line... > Ex: 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 found > > javax.persistence.NoResultException: Query "SELECT domain FROM > JamesDomain > > domain WHERE domain.name=:name" selected no result, but expected unique > > result. > > at > > > org.apache.openjpa.persistence.QueryImpl.getSingleResult(QueryImpl.java:346) > > > > Queried the jamesdomain table and there's one result containing > "localhost". > > > > What should be in there, do I set it manually in the database, or does it > > come from a config file? > > > > Thanks > > Matt > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org > For additional commands, e-mail: server-user-h...@james.apache.org > >