BWCE 2.3.2 Unable to view process diagrams

BWCE 2.3.2 Unable to view process diagrams

book

Article ID: KB0083224

calendar_today

Updated On:

Products Versions
TIBCO BusinessWorks Container Edition 2.3.2

Description

BWCE monitoring is used to collect process and instance related statistics.  Following command is used in BWCE 2.3.1 to enable the monitoring for a running application. It is for mysql database. 

docker run -p 8080:8080 -e PERSISTENCE_DB="mysql" -e DB_URL="mysql://<user>:<password>@<host>3306/monitor" --name monitor bwce/monitoring

BWCE monitoring application can be accessed by using the port "8080"

User-added image
Clicking the application link will open up the monitoring tab
User-added image

Clicking the processes tab will show no diagram
User-added image

 




 

Issue/Introduction

After enabling process monitoring in BWCE 2.3.2, process diagrams are disabled in the browser

Environment

ALL

Resolution

This issue is caused by a change in the variable name "PERSISTENCE_DB". It should be mentioned as "PERSISTENCE_TYPE". 

The following command will make the monitoring application to work fine in BWCE 2.3.2.

docker run -p 8080:8080 -e PERSISTENCE_TYPE="mysql" -e DB_URL="mysql://<user>:<password>@<host>3306/monitor" --name monitor bwce/monitoring



 

Additional Information

https://docs.tibco.com/pub/bwce/2.3.1/doc/html/GUID-1B0E3D44-4529-4FBA-867E-73DAC535337F.html
https://docs.tibco.com/pub/bwce/2.3.2/doc/html/GUID-1B0E3D44-4529-4FBA-867E-73DAC535337F.html