• Forums
    • Public Forums
      • Community Connect
      • Dynatrace
        • Dynatrace Open Q&A
      • Application Monitoring & UEM
        • AppMon & UEM Open Q&A
      • Network Application Monitoring
        • NAM Open Q&A
  • Home
  • Public Forums
  • Network Application Monitoring
  • NAM Open Q&A
  • Home /
  • .. /
  • NAM Open Q&A /
avatar image
Article by Przemyslaw T. · Oct 04, 2019 at 12:58 PM · edited · Oct 07, 2019 at 10:24 AM

NAM Probe stops responding after RedHat OS update

  • Export to PDF
3

Problem

NAM Probe stops responding to NAM server following the recent RedHat OS update.

No data is sent to NAM server and NAM Probe shows connectivity problem in NAM Console.


Symptoms

The following error is presented in rtmgate.log file:

It is not allowed to configure supportsCredentials=[true] when allowedOrigins=[*]


Root cause analysis

Problem was introduced by a new version of tomcat package:

  • last known working tomcat version was 7.0.76-9.el7_6.noarch
  • new version of tomcat that breaks rtmgate is 7.0.76-10.el7_7.noarch


Solution

Download and install NAM 2019 service pack 2.

  • The same fix will be included in NAM 2018 service pack 6 that is coming soon.
  • If you use NAM 2018 or an older version use the workaround below.


Workaround

  • Edit /var/lib/tomcats/rtmgate/webapps/ROOT/WEB-INF/web.xml.
  • Find the following section:
    <filter-class>org.apache.catalina.filters.CorsFilter</filter-class>
    <init-param>
        <param-name>cors.allowed.origins</param-name>
        <param-value>*</param-value>
    </init-param>

and change it to:

<filter-class>org.apache.catalina.filters.CorsFilter</filter-class>
<init-param>
    <param-name>cors.allowed.origins</param-name>
    <param-value></param-value>
</init-param>
  • Restart rtmgate service: service rtmgate restart
thub.nodes.view.add-new-comment
nam probe
Karolina L.
Frans S.
Erik S.

People who like this

3 Show 0
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

How to get started

First steps in the forum
Read Community User Guide
Best practices of using forum

NAM 2019 SP5 is available


Check the RHEL support added in the latest NAM service pack.

Learn more

LIVE WEBINAR

"Performance Clinic - Monitoring as a Self Service with Dynatrace"


JANUARY 15, 3:00 PM GMT / 10:00 AM ET

Register here

Article

Contributors

avatar image

Follow this article

27 People are following this article.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Navigation

NAM Probe stops responding after RedHat OS update

Related Articles

NAM 2018 Service Pack 2 is available

  • Forums
  • Public Forums
    • Community Connect
    • Dynatrace
      • Dynatrace Open Q&A
    • Application Monitoring & UEM
      • AppMon & UEM Open Q&A
    • Network Application Monitoring
      • NAM Open Q&A