Resource missing: /de/mendelson/util/security/cert/gui/delete_expired.svg

Error:
MendelsonMultiResolutionImage:fromSVG(..): [IllegalArgumentException] Resource missing: /de/mendelson/util/security/cert/gui/delete_expired.svg

System:
install_mendelson_opensource_as4_1.0b29
Linux **** 4.19.0-16-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64

Hey there,

there is a bug, if you press bottum "Sign/crpyed" or "SSL/TLS" nothing will happen. You cant import any cert. .
Please see the error above.

Is there any workaround, hotfix or an oldversion to download?

Thanks.

Forum
AS4

Comments

Profile picture for user service

info,
there is no fix - you could just put any SVG (and rename it to the missing file name) into this resource path and it will work.

Regards

Profile picture for user service

In reply to by info

Hello,

please just create the directory structure in the installation directory, add "." to the classpath (might be set already) and copy any svg into it, then rename the svg to "delete_expired.svg". Then start the mendelson AS4 and you are done.

Regards

In reply to by info

for all the dummies out here, the solution:

edit as4_start.sh

edit "CLASSPATH=as4.jar:jetty9/start.jar" to "CLASSPATH=.:as4.jar:jetty9/start.jar"

creat: /de/mendelson/util/security/cert/gui/delete_expired.svg

done