Re: [EXT] Datadog _ JMX Integration facing connection issues.

2023-12-13 Thread Peter Kreuser
Sai Vamsi, > Am 13.12.2023 um 19:59 schrieb Chuck Caldarale : > >  >> On Dec 13, 2023, at 10:36, Bodavula, Sai Vamsi Mohan Krishna (TR Technology) >> wrote: >> >> as you just asked ., >> I do have a process with Catalina. >> >> root@lab1workflow4scalsvc2zus1-deployment-659dd79df7-wg59g:/#

Re: [EXT] Datadog _ JMX Integration facing connection issues.

2023-12-13 Thread Bodavula, Sai Vamsi Mohan Krishna (TR Technology)
Hai Chuck., Thanks for jumping in., thats what my concern is. as previously added by Chris, I have added my annotations in Catalina_opts ., Which is preferred by Java_Process for adding the annotations., But Here by using catalina_opts., they are not reflecting. where as adding them in java-too

Re: 9.0.83 addSslHostConfig JMX Operation Regression (Sample Code Attached)

2023-12-13 Thread Daniel Skiles
The object and operation I'm trying to address is Catalina --> ProtocolHandler --> --> --> operations --> addSslHostConfig. The parameters are an SslHostConfig object and the boolean value "true". The operation is "addSslHostConfig". The code I sent in the previous message works 100% of the ti

Re: [EXT] Datadog _ JMX Integration facing connection issues.

2023-12-13 Thread Chuck Caldarale
> On Dec 13, 2023, at 10:36, Bodavula, Sai Vamsi Mohan Krishna (TR Technology) > wrote: > > as you just asked ., > I do have a process with Catalina. > > root@lab1workflow4scalsvc2zus1-deployment-659dd79df7-wg59g:/# netstat -tulpn > Active Internet connections (only servers) > Proto Recv-Q Sen

Re: [EXT] Re: Datadog _ JMX Integration facing connection issues.

2023-12-13 Thread Bodavula, Sai Vamsi Mohan Krishna (TR Technology)
Hello Christopher. as you just asked ., I do have a process with Catalina. root@lab1workflow4scalsvc2zus1-deployment-659dd79df7-wg59g:/# netstat -tulpn Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp6

Re: 9.0.83 addSslHostConfig JMX Operation Regression (Sample Code Attached)

2023-12-13 Thread Christopher Schultz
Daniel, On 12/12/23 19:45, Daniel Skiles wrote: I apologize for it being a bit rough - it's what I was using to troubleshoot locally. import static java.util.Objects.nonNull; import java.lang.management.ManagementFactory; import java.util.Arrays; import java.util.HashMap; import java.util.Map;