> Source: [sk168054](https://support.checkpoint.com/results/sk/sk168054)

# sk168054 - $UEPMDIR/logs/server_messages.log is flooded with "No associated license was found for blade" warning messages

| Property | Value |
|----------|-------|
| Solution ID | sk168054 |
| Date Created | 2020-07-14 |
| Last Modified | 2024-02-10 |
| Technical Level | General |
| Products | Endpoint Security |
| Versions | R81.20 |
| OS | Gaia |

## Symptoms

- *$UEPMDIR/logs/server_messages.log* is flooded with the following warning message:  
WARN Dispatcher-Thread-9 - No associated license was found for blade: 0, deviceID: XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX. This blade will not be added to PAT. License cache in PAT will be rebuilt (PolicyAssignmentTableImpl)

## Cause

Expired Endpoint license, which was not removed.

<br />

## Solution

1. Open SmartUpdate, check if you have any expired Endpoint license and remove it together with all expired contracts.
2. Stop and start Endpoint process:  
   *# uepm_stop*   
   *# uepm_start*
3. Open 'SmartEndpoint \> Reporting Tab \> License report and check that the removed license is no longer there.  

   If the license was successfully removed, check the $UEPMDIR/logs/*server_messages.log* to make sure that the license error message no longer appears in the log.  

   If the license was not removed or if the license error message still appears in the $UEPMDIR/logs/*server_messages.log* , collect the following data and [contact Check Point Support](https://www.checkpoint.com/support-services/contact-support/):  
   \<Under R81.20\>  
   * *# psql -d uepm -p 18272 -U endpoint -c "SELECT \* FROM license;" \> /var/tmp/license.txt*
   * *# psql -d uepm -p 18272 -U endpoint -c "SELECT \* FROM device_license;" \> /var/tmp/device_license.txt*
   * *# psql -d uepm -p 18272 -U endpoint -c "SELECT \* FROM blades_on_license;" \> /var/tmp/blades_on_license.txt*
   * \<R81.20 or higher\>
   * *# psql_uepm -d uepm -p 18272 -U endpoint -c "SELECT \* FROM license;" \> /var/tmp/license.txt*   
     *# psql_uepm -d uepm -p 18272 -U endpoint -c "SELECT \* FROM device_license;" \> /var/tmp/device_license.txt*   
     *# psql_uepm -d uepm -p 18272 -U endpoint -c "SELECT \* FROM blades_on_license;" \> /var/tmp/blades_on_license.txt*
     * Endpoint Security Server CPinfo [sk158572](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk158572)

<br />

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
