The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now!
A chart showing the TIBCO Platform vision
Jump to content
Forums
Ask questions and gain insight from discussions

Recommended Posts

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...