Re: exception while launching my application with JRE9 when it tries to establish a secure socket connection with activemq

2017-11-15 Thread Tim Bain
I've submitted https://issues.apache.org/jira/browse/AMQ-6864 to capture this. However, the fix on our end that I advocated in that JIRA issue will be to specify a JVM argument such as --add-exports in our start scripts, so if your security team is going to have a problem with that approach,

Re: exception while launching my application with JRE9 when it tries to establish a secure socket connection with activemq

2017-11-15 Thread mprakash
Hi Tim, Thank you for your respone. Can you please raise a Jira as I dont have access to it. And also please let me know when will the support be available, as we have a release of our software planned with JRE 9 support and using --add-exports option may not be permissible. Please let me know

Re: exception while launching my application with JRE9 when it tries to establish a secure socket connection with activemq

2017-11-14 Thread Tim Bain
Try launching the JRE with a --add-exports option for that class. We need to get away from the sun.* classes (would you be willing to write a JIRA bug to request that?), but in the mean time I believe that flag will get you past the problem. Tim On Nov 14, 2017 2:40 AM, "mprakash"