From: Michael W. <wes...@ja...> - 2021-08-06 15:12:56
|
Hi Omar, I did upgrade my JVM to JDK 16. I'll give that a try. Thank you! 2021年8月6日(金) 21:32 Omar Siam <Oma...@oe...>: > 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" > <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" 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/ > > > _______________________________________________ > Exist-open mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-open > -- Michael Westbay Writer/System Administrator http://www.japanesebaseball.com/ |