Re: 9.0.83 addSslHostConfig failures?

2023-12-07 Thread Christopher Schultz
Daniel, On 12/6/23 23:19, Daniel Skiles wrote: Please disregard that, I got overexcited. It looks like you can query the operation, and it will return the correct name and the correct parameters, but when you try to run it, you get the following stack trace: Caused by:

Re: 9.0.83 addSslHostConfig failures?

2023-12-06 Thread Daniel Skiles
Please disregard that, I got overexcited. It looks like you can query the operation, and it will return the correct name and the correct parameters, but when you try to run it, you get the following stack trace: Caused by: javax.management.ServiceNotFoundException: Cannot find operation

Re: 9.0.83 addSslHostConfig failures?

2023-12-06 Thread Daniel Skiles
I found the source of the problem 9.0.82 accepts the simple class name as a type parameter for the operation. 9.0.83 requires the canonical class name. On Wed, Dec 6, 2023 at 3:06 PM Daniel Skiles wrote: > I've had no success digging into this. > > Is this a regression, or was this an

Re: 9.0.83 addSslHostConfig failures?

2023-12-06 Thread Daniel Skiles
I've had no success digging into this. Is this a regression, or was this an intentional change? On Mon, Nov 27, 2023 at 8:56 AM Daniel Skiles wrote: > Thanks for taking a look. My lightly scrubbed connector example is > attached. > > On Tue, Nov 21, 2023 at 6:45 AM Michael Osipov > wrote: >

Re: 9.0.83 addSslHostConfig failures?

2023-11-27 Thread Daniel Skiles
Thanks for taking a look. My lightly scrubbed connector example is attached. On Tue, Nov 21, 2023 at 6:45 AM Michael Osipov wrote: > On 2023/11/21 11:25:11 Michael Osipov wrote: > > On 2023/11/20 22:14:14 Daniel Skiles wrote: > > > Was there a change to the addSslHostConfig JMX mbean operation

Re: 9.0.83 addSslHostConfig failures?

2023-11-21 Thread Michael Osipov
On 2023/11/21 11:25:11 Michael Osipov wrote: > On 2023/11/20 22:14:14 Daniel Skiles wrote: > > Was there a change to the addSslHostConfig JMX mbean operation between > > 9.0.82 and 9.0.83? I have some code that works in 82, but fails with an > > MBeanException: Cannot find operation

Re: 9.0.83 addSslHostConfig failures?

2023-11-21 Thread Michael Osipov
On 2023/11/20 22:14:14 Daniel Skiles wrote: > Was there a change to the addSslHostConfig JMX mbean operation between > 9.0.82 and 9.0.83? I have some code that works in 82, but fails with an > MBeanException: Cannot find operation [addSslHostConfig] in 9.0.83. > > When I attempt to look at the

9.0.83 addSslHostConfig failures?

2023-11-20 Thread Daniel Skiles
Was there a change to the addSslHostConfig JMX mbean operation between 9.0.82 and 9.0.83? I have some code that works in 82, but fails with an MBeanException: Cannot find operation [addSslHostConfig] in 9.0.83. When I attempt to look at the available operations on ProtocolHandler in jconsole, it