From: Mansell, G. <Gar...@ri...> - 2022-03-10 13:46:15
|
So my startup issue is not related to Java 11 as I have just tried it on a Windows machine with only Oracle Java 8_202 (x64), and still I cannot start the Windows Task tray applet from the Exist-DB Programs menu. I have done the install directly as Local Admin and the menu icon to start exist-db does not work. When I then try and run (the start.jar) from the command line, I can see this error in the console: c:\eXist-db>java -jar start.jar java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.exist.start.Main.invokeMain(Main.java:140) at org.exist.start.Main.run(Main.java:453) at org.exist.start.Main.main(Main.java:64) Caused by: java.lang.NoClassDefFoundError: org/apache/commons/text/lookup/StringLookupFactory at org.apache.commons.configuration2.interpol.DefaultLookups.<clinit>(DefaultLookups.java:67) at org.apache.commons.configuration2.interpol.ConfigurationInterpolator.<clinit>(ConfigurationInterpolator.java:111) at org.apache.commons.configuration2.AbstractConfiguration.installDefaultInterpolator(AbstractConfiguration.java:455) at org.apache.commons.configuration2.AbstractConfiguration.<init>(AbstractConfiguration.java:132) at org.apache.commons.configuration2.BaseConfiguration.<init>(BaseConfiguration.java:39) at org.apache.commons.configuration2.PropertiesConfiguration.<init>(PropertiesConfiguration.java:292) at org.exist.launcher.LauncherWrapper.getVMProperties(LauncherWrapper.java:145) at org.exist.launcher.LauncherWrapper.launch(LauncherWrapper.java:77) at org.exist.launcher.LauncherWrapper.main(LauncherWrapper.java:64) ... 7 more Caused by: java.lang.ClassNotFoundException: org.apache.commons.text.lookup.StringLookupFactory at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 16 more If I run from the command line with Startup.bat - this works and I can also now Add and Start the Windows Service (this did not work before) - it is just the Windows Task Tray icon (start.jar) that does not work now. Any suggestions - it would really be nice for this important functionality to work? Thanks Gary -------------------------------------------------------------------------------------------------------------------------------------------------------------- This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error please notify the sender immediately and delete this e-mail from your system. Please note that any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Ricardo (save for reports and other documentation formally approved and signed for release to the intended recipient). Only Directors are authorised to enter into legally binding obligations on behalf of Ricardo. Ricardo may monitor outgoing and incoming e-mails and other telecommunications systems. By replying to this e-mail you give consent to such monitoring. The recipient should check e-mail and any attachments for the presence of viruses. Ricardo accepts no liability for any damage caused by any virus transmitted by this e-mail. "Ricardo" means Ricardo plc and its subsidiary companies. Ricardo plc is a public limited company registered in England with registered number 00222915. The registered office of Ricardo plc is Shoreham Technical Centre, Shoreham-by Sea, West Sussex, BN43 5FG. -------------------------------------------------------------------------------------------------------------------------------------------------------------- |