Neeraj Sinha Posted July 6, 2020 Posted July 6, 2020 Hi Everyone, I am using TIBCO BWCE 2.5 and trying to setup application monitoring tools. I am using bwce-mon-2.5.0 package. I could setup and see my application job and all details.Please refer to attachments.But i cant see the process diagram. I found below this thread https://support.tibco.com/s/article/BWCE-2-3-2-Unable-to-view-process-diagramsbut i am using exactly commands like mentioned here. But still i cant see process diagram. I am using postgres db to setup on my local. Below are commands i am using . Please help me fix this problem. Running bwce mon container:- docker run -p 8080:8080 -e PERSISTENCE_TYPE="postgres" -e DB_URL="postgresql://postgres:password@host.docker.internal:5432/EDI" --name tibco_monbwce/monitoring:latest Running application :- docker run --name sample-app -d -e APP_CONFIG_PROFILE="QA" -e BW_PROFILE="QA" -e BW_LOGLEVEL="INFO" -e BW_APP_MONITORING_CONFIG='{"url":"http://host.docker.internal:8080"}' tibco/sample-app:latest Thanks & Regards Neeraj
Neeraj Sinha Posted July 8, 2020 Author Posted July 8, 2020 It fixed now, we only need to add the diagrams when generating ear. It can be found in below link https://integration.cloud.tibco.com/docs/index.html#Subsystems/BW/app-dev-guide/creating-process-dia.html
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now