Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
JBoss pattern running Find can cause high CPU and stuck processes on the server being scanned - Known Error
  • >
  • Knowledge Base
  • >
  • Known Error (Knowledge Base)
  • >
  • JBoss pattern running Find can cause high CPU and stuck processes on the server being scanned
KB0832086

JBoss pattern running Find can cause high CPU and stuck processes on the server being scanned


824 Views Last updated : Apr 8, 2024 public Copy Permalink
KB Summary by Now Assist

Description

The JBoss application running pattern Find can cause high CPU and stuck processes on the server being scanned.

Steps to Reproduce

1. Discover a Windows or Linux server running the JBoss application.
2. In the target server, monitor running process during the pattern execution.
Find processes will be using high CPU and may run for a long time.

Workaround

Change the logic in the step where the Windows server is using the Find command:
Identification Section - http
Step Name:  Set version -Windows

- The new logic is:
Precondition => Meet criteria (ALL)
                        $computer_system.osFamily Equals "WINDOWS" AND
                        $jboss_home contains "Jboss"

- Replace the command with:
"dir /b /s  " + $jboss_home + " |  findstr  server.log | findstr /F /I JBOSS "
And regex with:
.*JBoss-*(\d.\d.\d).*

- Click on Save to save the changes.
- Once saved, click on Publish to publish the changes.
- Once published, sync the pattern with the MID Server.



Related Problem: PRB1410849

Potentially Seen In

There is no data to report.

Fixed In

Orlando Patch 6
Paris Patch 1
Quebec

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.