From: Omar S. <Oma...@oe...> - 2021-08-06 12:31:31
|
Are you trying to run exist-db on JDK 11? One dependency of the mail module is no longer shipped by default with JDK11. So one solution may be to run with JDK 1.8. After adding this dependency I could start existdb with the extensions/modules/mail. I did not use it though. https://github.com/acdh-oeaw/exist/commit/1b668c61783fbab3a812435838b964e09f3a87fb (the second patch) Am 06.08.21 um 08:39 schrieb Nick Sincaglia: > This is quite a coincidence. I was just about to ask this same > question. I am also upgrading to the new eXist-db v5.3.0 as well and I > am getting the error "Could not initialize > class.org.exist.xquery.modules.mail.MailModule". > > I checked conf.xml and it is enabled. > <module uri="http://exist-db.org/xquery/mail" > class="org.exist.xquery.modules.mail.MailModule"/> > > Nick > > > On 8/6/21 1:13 AM, Michael Westbay wrote: >> Hi All, >> >> I'm currently working on moving one of my servers to eXist 5.3.0. >> When I went to 4.x a while back, the "http://exist-db.org/xquery/mail >> <http://exist-db.org/xquery/mail>" module was still included, but it >> appears to be missing in 5.3.0. >> >> Am I missing it somewhere? Did I install it separately? >> >> -- >> Michael Westbay >> Writer/System Administrator >> http://www.japanesebaseball.com/ <http://www.japanesebaseball.com/> |