<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Java agent not responding to Payara in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-agent-not-responding-to-Payara/m-p/723035#M3486</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/155650"&gt;@Hossam.Elneily&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/142893"&gt;@Mario.Morelli&lt;/A&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;A few of these replies were caught in spam. I just released them, so please continue the conversation!&lt;/P&gt;</description>
    <pubDate>Mon, 29 Nov 2021 18:23:50 GMT</pubDate>
    <dc:creator>iamryan</dc:creator>
    <dc:date>2021-11-29T18:23:50Z</dc:date>
    <item>
      <title>Java agent not responding to Payara</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-agent-not-responding-to-Payara/m-p/723031#M3482</link>
      <description>&lt;P&gt;the agent was reported successfully&amp;nbsp; until the following error happened&lt;BR /&gt;ِِERROR NetVizAgentRequest - Fatal transport error while connecting to URL [&lt;A href="http://127.0.0.1:3892/api/agentinfo?timestamp=0&amp;amp;agentType=APP_AGENT&amp;amp;agentVersion=0.10.0" target="_blank" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:3892/api/agentinfo?timestamp=0&amp;amp;agentType=APP_AGENT&amp;amp;agentVersion=0.10.0&lt;/A&gt;]: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:3892 [/127.0.0.1] failed: Connection refused (Connection refused)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Nov 2021 09:33:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Java-agent-not-responding-to-Payara/m-p/723031#M3482</guid>
      <dc:creator>Hossam_Elneily</dc:creator>
      <dc:date>2021-11-28T09:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Java agent not responding to Payara</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-agent-not-responding-to-Payara/m-p/723032#M3483</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;The error you see is related to Network visibility. By default the Java agent is trying to send data to the Network Visibility agent on the server that it's running on. If the network visibility agent is not installed/running, you will see this error. I believe in the latest release of the agent java agent this value is set to false by default, to not generate this error.&lt;/P&gt;

&lt;P&gt;Technically this should not interfere with the Java agent itself and would just fill up the logs with unnecessary errors.&lt;/P&gt;

&lt;P&gt;To stop this error from occurring you can set a agent node property to tell the java agent to not send data to the NetViz agent as its not installed and/or running. Or you can install the NetViz agent if you want to accept the data from the Java Agent.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.appdynamics.com/21.11/en/application-monitoring/administer-app-server-agents/app-agent-node-properties-reference/app-agent-node-properties-s" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/21.11/en/application-monitoring/administer-app-server-agents/app-agent-node-properties-reference/app-agent-node-properties-s&lt;/A&gt;&lt;/P&gt;


&lt;P&gt;Node Agent property below&lt;/P&gt;
&lt;P&gt;name : socket-enabled&lt;/P&gt;
&lt;P&gt;type : boolean&lt;/P&gt;
&lt;P&gt;value : false&lt;/P&gt;

&lt;P&gt;Save and apply to the agent.&lt;/P&gt;

&lt;P&gt;Ciao&lt;/P&gt;</description>
      <pubDate>Sun, 28 Nov 2021 11:50:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Java-agent-not-responding-to-Payara/m-p/723032#M3483</guid>
      <dc:creator>Morelz</dc:creator>
      <dc:date>2021-11-28T11:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Java agent not responding to Payara</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-agent-not-responding-to-Payara/m-p/723033#M3484</link>
      <description>&lt;P&gt;Thank you Mario for your reply.&lt;/P&gt;&lt;P&gt;So this is not the actual error that makes the agent not respond correctly to the controller&amp;nbsp;&lt;BR /&gt;i found the following error in the log as well.&lt;BR /&gt;&lt;BR /&gt;ERROR GlassfishJerseyInterceptor - Exception detected:&lt;BR /&gt;java.lang.NullPointerException: null&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.common.ATransactionAcceptor.isDiscoveryEnabled(ATransactionAcceptor.java:615) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.common.ATransactionAcceptor.discoverTransactionName(ATransactionAcceptor.java:665) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.webservices.jaxrs.JaxRsTransactionAcceptor.getNameFromConfiguredNamingScheme(JaxRsTransactionAcceptor.java:93) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.serviceendpoints.ServiceEndpointMatchConfigResolver.resolveServiceEndpoint(ServiceEndpointMatchConfigResolver.java:53) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.serviceendpoints.ServiceEndpointDetector.resolveServiceEndPoint(ServiceEndpointDetector.java:184) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.serviceendpoints.ServiceEndpointDetector.identifyEntryServiceEndPoint(ServiceEndpointDetector.java:246) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.common.ATransactionAcceptor.acceptAndIdentifyServiceEndPoint(ATransactionAcceptor.java:210) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.common.ATransactionEntryPointInterceptor._onMethodBeginTracked(ATransactionEntryPointInterceptor.java:390) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.common.ATransactionEntryPointInterceptor.onMethodBeginTracked(ATransactionEntryPointInterceptor.java:167) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.webservices.jaxrs.JaxRSIdentificationInterceptor.onMethodBeginTracked(JaxRSIdentificationInterceptor.java:53) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.bciengine.AFastTrackedMethodInterceptor.onMethodBegin(AFastTrackedMethodInterceptor.java:52) ~[appagent-boot.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.kernel.bootimpl.FastMethodInterceptorDelegatorImpl.safeOnMethodBeginNoReentrantCheck(FastMethodInterceptorDelegatorImpl.java:370) ~[appagent-boot.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.kernel.bootimpl.FastMethodInterceptorDelegatorImpl.safeOnMethodBegin(FastMethodInterceptorDelegatorImpl.java:295) ~[appagent-boot.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.entrypoint.bciengine.FastMethodInterceptorDelegatorBoot.safeOnMethodBegin(FastMethodInterceptorDelegatorBoot.java:52) ~[?:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.internal.Errors.process(Errors.java:292) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.internal.Errors.process(Errors.java:274) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.internal.Errors.process(Errors.java:244) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) ~[?:?]&lt;BR /&gt;at org.glassfish.admin.rest.adapter.JerseyContainerCommandService$3.service(JerseyContainerCommandService.java:179) ~[?:?]&lt;BR /&gt;at org.glassfish.admin.rest.adapter.RestAdapter.service(RestAdapter.java:189) ~[?:?]&lt;BR /&gt;at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:520) ~[?:?]&lt;BR /&gt;at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:217) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:182) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:156) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:218) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:95) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:260) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:177) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:109) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:88) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:53) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.portunif.PUFilter.handleRead(PUFilter.java:208) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:95) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:260) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:177) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:109) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:88) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:53) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.portunif.PUFilter.handleRead(PUFilter.java:208) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:95) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:260) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:177) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:109) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:88) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:53) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:524) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:89) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:94) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:33) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:114) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) ~[?:?]&lt;BR /&gt;at java.lang.Thread.run(Thread.java:748) [?:1.8.0_221]&lt;/P&gt;</description>
      <pubDate>Sun, 28 Nov 2021 12:29:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Java-agent-not-responding-to-Payara/m-p/723033#M3484</guid>
      <dc:creator>Hossam_Elneily1</dc:creator>
      <dc:date>2021-11-28T12:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Java agent not responding to Payara</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-agent-not-responding-to-Payara/m-p/723034#M3485</link>
      <description>&lt;P&gt;Thank you Mario for your feedback&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understood that is not the actual error that makes the agent not respond to the controller&amp;nbsp;&lt;BR /&gt;kindly check the following error i found in the same log:&lt;BR /&gt;&lt;BR /&gt;ERROR GlassfishJerseyInterceptor - Exception detected:&lt;BR /&gt;java.lang.NullPointerException: null&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.common.ATransactionAcceptor.isDiscoveryEnabled(ATransactionAcceptor.java:615) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.common.ATransactionAcceptor.discoverTransactionName(ATransactionAcceptor.java:665) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.webservices.jaxrs.JaxRsTransactionAcceptor.getNameFromConfiguredNamingScheme(JaxRsTransactionAcceptor.java:93) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.serviceendpoints.ServiceEndpointMatchConfigResolver.resolveServiceEndpoint(ServiceEndpointMatchConfigResolver.java:53) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.serviceendpoints.ServiceEndpointDetector.resolveServiceEndPoint(ServiceEndpointDetector.java:184) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.serviceendpoints.ServiceEndpointDetector.identifyEntryServiceEndPoint(ServiceEndpointDetector.java:246) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.common.ATransactionAcceptor.acceptAndIdentifyServiceEndPoint(ATransactionAcceptor.java:210) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.common.ATransactionEntryPointInterceptor._onMethodBeginTracked(ATransactionEntryPointInterceptor.java:390) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.common.ATransactionEntryPointInterceptor.onMethodBeginTracked(ATransactionEntryPointInterceptor.java:167) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.transactionmonitor.webservices.jaxrs.JaxRSIdentificationInterceptor.onMethodBeginTracked(JaxRSIdentificationInterceptor.java:53) ~[appagent.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.services.bciengine.AFastTrackedMethodInterceptor.onMethodBegin(AFastTrackedMethodInterceptor.java:52) ~[appagent-boot.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.kernel.bootimpl.FastMethodInterceptorDelegatorImpl.safeOnMethodBeginNoReentrantCheck(FastMethodInterceptorDelegatorImpl.java:370) ~[appagent-boot.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.kernel.bootimpl.FastMethodInterceptorDelegatorImpl.safeOnMethodBegin(FastMethodInterceptorDelegatorImpl.java:295) ~[appagent-boot.jar:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at com.singularity.ee.agent.appagent.entrypoint.bciengine.FastMethodInterceptorDelegatorBoot.safeOnMethodBegin(FastMethodInterceptorDelegatorBoot.java:52) ~[?:Server Agent #20.10.0.31173 v20.10.0 GA compatible with 4.4.1.0 r29ff7e90931b7171bbfd8336067028701025517a release/20.10.0]&lt;BR /&gt;at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.internal.Errors.process(Errors.java:292) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.internal.Errors.process(Errors.java:274) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.internal.Errors.process(Errors.java:244) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) ~[?:?]&lt;BR /&gt;at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) ~[?:?]&lt;BR /&gt;at org.glassfish.admin.rest.adapter.JerseyContainerCommandService$3.service(JerseyContainerCommandService.java:179) ~[?:?]&lt;BR /&gt;at org.glassfish.admin.rest.adapter.RestAdapter.service(RestAdapter.java:189) ~[?:?]&lt;BR /&gt;at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:520) ~[?:?]&lt;BR /&gt;at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:217) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:182) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:156) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:218) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:95) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:260) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:177) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:109) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:88) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:53) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.portunif.PUFilter.handleRead(PUFilter.java:208) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:95) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:260) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:177) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:109) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:88) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:53) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.portunif.PUFilter.handleRead(PUFilter.java:208) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:95) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:260) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:177) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:109) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:88) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:53) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:524) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:89) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:94) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:33) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:114) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) ~[?:?]&lt;BR /&gt;at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) ~[?:?]&lt;BR /&gt;at java.lang.Thread.run(Thread.java:748) [?:1.8.0_221]&lt;/P&gt;</description>
      <pubDate>Sun, 28 Nov 2021 12:34:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Java-agent-not-responding-to-Payara/m-p/723034#M3485</guid>
      <dc:creator>Hossam_Elneily1</dc:creator>
      <dc:date>2021-11-28T12:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Java agent not responding to Payara</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Java-agent-not-responding-to-Payara/m-p/723035#M3486</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/155650"&gt;@Hossam.Elneily&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/142893"&gt;@Mario.Morelli&lt;/A&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;A few of these replies were caught in spam. I just released them, so please continue the conversation!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 18:23:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Java-agent-not-responding-to-Payara/m-p/723035#M3486</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2021-11-29T18:23:50Z</dc:date>
    </item>
  </channel>
</rss>

