I am running Mule ESB version 3.2.0 with Java Service Wrapper Standard Edition 64-bit 3.5.53. I am running Java 7 I need to disable protocol TSLv1. I've changed the configuration file wrapper-additional.conf to only specify TLSv1.2. (see attached conf file) Per the log file, ClientHello is using TLSv1 (see attached log file) I need to force TLSv1.2. Do I need a new version of the wrapper?
Is this the corrrect forum for this type of question? Would there be a better source of information? Thanks in advance
I am running Mule ESB version 3.2.0 with Java Service Wrapper Standard Edition 64-bit 3.5.53. I am running Java 7 I need to disable protocol TSLv1. I've changed the configuration file wrapper-additional.conf to only specify TLSv1.2. (see attached conf file) Per the log file, ClientHello is using TLSv1 (see attached log file) I need to force TLSv1.2. Do I need a new wrapper?
Thanks for the Reply...I can run ActiveMq from the command line with no problems. We are having a lot of problems after attempting to update our structure... Using JDK7, JDK8 and JDK11, new Tomcat Version on some servers, Wrapper changes, etc. We are going back to the beginning and try to work this through with only one change at a time. I believe the problem could be different version of Java, since it appear to be in the JavaEE objects. Again, thanks for all the help, Steven M Nelligan APPLICATION...
Attached you will find the configuration file for yajsw. (There was no private data in this file) I've also included the service startup path. java.exe -classpath G:\yajsw-stable-12.14\wrapper.jar -Xrs -Dwrapper.service=true -Djna_tmpdir=G:\yajsw-stable-12.14\bat\/../tmp -Dwrapper_home=G:\yajsw-stable-12.14\bat\/.. -Dwrapper.config=G:\yajsw-stable-12.14\conf\wrapper.activemq.conf -Dwrapper.additional.1x=-Xrs -Djna_tmpdir=G:\yajsw-stable-12.14\bat..\tmp org.rzo.yajsw.boot.WrapperServiceBooter -Steve...
We have needed to update our java version from 1.7 to 1.8 on one of our servers. The server was running Java 1.7 ActiveMQ 5.4.2 wrapped by yajsw-beta-10.4, Mule ESB (open source) version 3.2.0 wrapped by Tanuki wrapper 64-bit bersion 3.5.23. It is now running Java 1.8.0_202 ActiveMQ 5.4.2 wrapped by yajsw-stable-12.14, Mule ESB (ope source) version 3.2.0 wrapped by Tanuki wrapper 64-bit version 3.5.23 we are now getting exceptions in the yajsw log file "javax.el.ELException: java.lang.IllegalArgumentException:...