I don't think the issue is caused by the JDK. It should work with JDK8
and 10.
For some reason the xsd file cannot be found. It should be read from
the activemq-spring-5.16.0.jar file.
Can you try the following
1. extract the file activemq.xsd from activemq-spring-5.16.0.jar and
place it somewhere on the file system accessible by the ciphermail
back-end.
2. Edit the file jms.xml
Change the schema location to load directly from the file
xsi:schemaLocation=
"http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://activemq.apache.org/schema/core
file:///home/martijn/temp/activemq.xsd">
Replace home/martijn/temp with the correct path for your system
Now try to start the back-end
Kind regards,
Martijn
--
CipherMail email encryption
Email encryption with support for S/MIME,
OpenPGP, PDF Messenger and Webmail Messenger
On Tue, 2021-06-15 at 07:07 +0000, Luca Bertoncello via Users wrote:
Hi again,
Maybe do I use a wrong Java-Version?
Currently, on the old version of Ciphermail, I use JDK 1.8.
Is it the same for the new version, too, or do I need to update the
JDK?
Thanks
Luca