Hello,
Today I tried updating REW to the latest version, and am being presented the following error:
The first line in bold appears to be the culprit, it appears to be expecting java runtime files in a directory that doesn't exist. My previous version was 5.20 RC2, and previous versions I've installed over the past 5 years have not had this problem. What is the solution?
Today I tried updating REW to the latest version, and am being presented the following error:
Code:
./REW_linux_5_20_9.sh: line 318: cd: ../jre/bin: No such file or directory
Starting Installer ...
java.lang.ExceptionInInitializerError
at com.install4j.runtime.installer.Installer.main(Installer.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:84)
at com.install4j.runtime.launcher.UnixLauncher.start(UnixLauncher.java:69)
at install4j.Installer2899577227.main(Unknown Source)
Caused by: java.lang.RuntimeException: java.security.NoSuchAlgorithmException: Cannot find any provider supporting AES
at com.install4j.runtime.installer.helper.comm.InterProcessCommunication.<init>(InterProcessCommunication.java:51)
at com.install4j.runtime.installer.helper.comm.HelperCommunication.<init>(HelperCommunication.java:60)
at com.install4j.runtime.installer.helper.comm.HelperCommunication.<clinit>(HelperCommunication.java:31)
... 8 more
Caused by: java.security.NoSuchAlgorithmException: Cannot find any provider supporting AES
at javax.crypto.Cipher.getInstance(Cipher.java:543)
at com.install4j.runtime.installer.helper.comm.InterProcessCommunication.<init>(InterProcessCommunication.java:48)
... 10 more
The first line in bold appears to be the culprit, it appears to be expecting java runtime files in a directory that doesn't exist. My previous version was 5.20 RC2, and previous versions I've installed over the past 5 years have not had this problem. What is the solution?