Products | Versions |
---|---|
TIBCO Administrator | - |
Not Applicable | - |
Resolution:
AppMange utility throwing 'Domain Name xxxx specified does not exist. Please make sure you have typed it correctly'.
Description:
==========
Running AppManage to deploy application and getting the following error message: 'Domain Name xxxx specified does not exist. Please make sure you have typed it correctly'.
Deploying using the Admin UI is successful.
Environment:
==========
TIBCO Administrator 5.x.x
TIBCO Runtime Agent 5.x.x
Symptoms:
==========
the error message : 'Domain Name xxxx specified does not exist. Please make sure you have typed it correctly'.
==>
Cause:
=====
1). The DomainHomes.properties file has a wrong path to the domain_home or <domain_name>.TIBCO_ADMIN_DOMAIN_HOME
example: YY_STG.TIBCO_TRA_DOMAIN_HOME=/apps/tibco/tra/domain/YY_STG where YY_STG is the domain name.
The correct TIBCO_ADMIN_DOMAIN_HOME should be: YY_STG.TIBCO_TRA_DOMAIN_HOME=/apps/tibco/tra/domain .
If 1 is correct, check the folloqing
2).The DB table.
ADADMINISTRATIONDOMAIN is empty
ADDOMAINCONFIG does not exist
There is a possibility that the domain is rebuilt using an existing DB schema. The schema owner might have removed schema objects manually before recreating the domain.
Resolution:
=======
For issue # 1, make sure that the <domain_name>.TIBCO_TRA_DOMAIN_HOME and <domain_name>.TIBCO_ADMIN_DOMAIN_HOME property path are set correctly.
For issue # 2, delete the domain using domainutility. Drop the DB schema and recreate the schema. Using the domainutility rebuild the domain.