Whatever message this page gives is out now! Go check it out!

Performance Monitoring Toolset Update 1

Last update:
May 18, 2026

Adobe ColdFusion Builder is End of Life from Oct 1, 2024

Thank you for being part of the exciting journey of Adobe ColdFusion Builder.
As Adobe continues to focus on ColdFusion Builder extension for Visual Studio Code as the IDE for Adobe ColdFusion, we have decided to End of Life (EOL) Adobe ColdFusion Builder on Oct 1, 2024.
View the End of Life (EOL) announcement for ColdFusion Builder.
Read on to know what's new and changed in Update 1 of ColdFusion (2018 release) Performance Monitoring Toolset.

What's new and changed

Support for HTTPS/SSL

You can access Performance Monitoring Toolset dashboard over secured HTTPS/SSL.
For more information, see HTTPS support.

Tree view of Code Profiler data

You can see the results of a Code Profiler in the form of a tree-like structure in ColdFusion Builder.
For more information, see Code profiler results.

Datastore health monitor

Set alerts and check Datastore health, if any parameter goes beyond a defined threshold.
For more information, see Datastore health monitoring.

Change theme

Switch between a dark and a light theme.
For more information, see Change theme.

Most frequently run queries

See a graph of most frequently run queries and check SQL statistics for the queries.
For more information, see Most frequently run queries.

View tracked and un-tracked servers

You can view both tracked and un-tracked servers in the Topology  section.
In the topology, the nodes are color-coded according to their current status.

Known issues in this release

Install

Issue #1
Performance Monitoring Toolset fails to start when after installing, you point to JDK 11.
Workaround
Remove --add-modules=java.xml from jvm.config in <Performance Monitoring Toolset Home>/config/ and restart Performance Monitoring Toolset.
Issue #2
You will be unable to log in to the release version of Performance Monitoring Toolset if the user account is created or modified in the Update 1 of Performance Monitoring Toolset.
Workaround
Create or reset user account (within passwordreset.sh) after uninstalling Update 1.
Issue #3
On Suse Linux, you cannot install Performance Monitoring Toolset. While installing, after specifying a runtime user, you see the following error message:
"The user account '<user_name>' has root privileges and cannot start Performance Monitoring Toolset or Datastore service(s). To start the service(s), enter a non-root username."

REST

REST data does not get captured for a J2EE node in Performance Monitoring Toolset.
Workaround
For a J2EE instrance already deployed on application server, add the filter-mapping specified below under 'CF Monitoring Filter mappings' in cfusion/WEB-INF/web.xml. 
<filter-mapping> 

<filter-name>CFMonitoringFilter</filter-name> 

<servlet-name>CFRestServlet</servlet-name> 

</filter-mapping>

SSL

When connecting a J2EE server that is running a node on SSL, the error message, Peer not Authenticated, appears.

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page