cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

ThingWorx Navigate is now Windchill Navigate Learn More

Operational Alerts for ThingWorx Using a Log Management System

No ratings

Often when we think about monitoring an applications health, we look to performance metrics and observing changes over time.

 

However, when it comes to critical issues which need immediate attention, alerts setup on relevant ThingWorx logs are the way to notify Ops Teams of events.  Logs provide contextualised detail of an event that has occurred, allowing for triage and directing troubleshooting.

 

Let me illustrate an example: ThingWorx is a database application and requires that DB for proper function.  A log message indicating that the DB connection has been severed, and another one indicating that a connection to the database cannot be established immediately tells you that your problem is with the DB - right when it occurs, no analysis required.

 

Given this, here is a list of some log message substrings to use as examples to build out your own production system monitoring aimed at detecting common critical or high severity issues using your log management system (Splunk, Loki, DataDog, ElasticSearch, etc.).

 

ThingWorx Platform

  • Apparent Deadlock
  • org.postgresql.util.PSQLException: Connection to *:* refused
  • Unable to write entry in stream
  • Data store unknown error
  • org.postgresql.util.PSQLException: Connection to *:* refused
  • Error getting database connection
  • Unable to connect to the PTC license server
  • Unable To Initialize Entity
  • Unable to persist metric
  • Unable to persist entries
  • Error executing batch
  • Too many open files
  • CRITICAL ERROR: EventRouter is over capacity
  • OutofMemoryError
  • Client timed out while waiting to acquire a resource
  • (2,002) No connection
  • Acquisition Attempt Failed

Connection Servers

  • io.vertx.core.VertxException: Thread blocked
  • network unavailable
  • Lost connection to platform

Have any log messages that you've found that could be added here?  Post them in the comments and I'll add them to the list.

 

Version history
Last update:
‎Sep 23, 2025 08:14 AM
Updated by:
Labels (2)
Contributors