Process diagrams are not visible in TEA UI for some processes from an EAR

Process diagrams are not visible in TEA UI for some processes from an EAR

book

Article ID: KB0075622

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Administrator (TEA) 2.x

Description

When you deploy an application in the domain sometimes you do not see the process diagram in TIBCO Enterprise Administrator (TEA) UI.

User-added image

This issue is caused when the resource folder is missing or resource--> <app-name>.module--> diagram folder is empty i.e. it does not contain BW diagrams (.bwd). The required .bwd file doesn't get created while generating EAR file, this could happen if you have used 3rd party tools like maven or any other.

When you explore your EAR file you will able to see various components such as resource directory, meta-inf directory along with application-name.jar file.

For Example:
++++++++++
:~ narendra$ jar tf /Users/narendra/Desktop/TestProject_Hello.application_1.0.0.ear
META-INF/MANIFEST.MF
resources/
resources/TestProject_Hello/
resources/TestProject_Hello/diagrams/
resources/TestProject_Hello/diagrams /testproject_hello.Process.bwd
TestProject_Hello_1.0.0.20190401115555.jar
META-INF/default.substvar
META-INF/TIBCO.xml
+++++++++++


Please check attached two EAR file to this article for your reference:-

    AdapterDemo.application_1.0.0.ear [Does not consist of resource folder i.e .bwd file is missing ]
       
    TestApplication_1.0.0.ear [Consist of resource folder i.e. .bwd file is present]

Environment

All

Resolution

 To resolve this, try to re-generate the EAR and check whether you have the following file structure exist in the EAR. If exists, try re-deploying it. <APP_NAME>_1.0.0.ear\resources\<Application_Name>\diagrams\<Process_Name>.bwd 

Issue/Introduction

Process diagram are not getting displayed in TIBCO Enterprise Administrator (TEA) UI of deployed applications

Attachments

Process diagrams are not visible in TEA UI for some processes from an EAR get_app
Process diagrams are not visible in TEA UI for some processes from an EAR get_app