Products | Versions |
---|---|
TIBCO Administrator | - |
Not Applicable | - |
Resolution:
Description
= = = = = =
When running the Domainutilitycmd to create a domain using the default template "Create Domain.xml" and modifying it according to the customer’s environment, although the Database Connection parameters are commented out it still fails with the error:
Error -- java.lang.RuntimeException: Database configuration not found.
at com.tibco.administrator.du.task.createdomain.CreateDomainTask.setupInputParameters(CreateDomainTask.java:219)
at com.tibco.administrator.du.cmdline.CmdLineHandler.execute(CmdLineHandler.java:181)
at com.tibco.administrator.du.DomainUtility.main(DomainUtility.java:408)
Environment
= = = = = = =
TIBCO Runtime Agent™ 5.5 and 5.6
Operating System(s): All
Java Runtime Environment (JRE) : All
Symptoms
= = = = =
The creation of the domain fails with a runtime exception.
Cause
= = =
The reason this problem occurs is the EMS block shown below has been uncommented. Once the EMS block is uncommented the domain needs to be configured to use EMS as a transport which in turn requires a database access.
=====================================
<EMSParameters>
<ServerHost>xyz06a</ServerHost>
<Port>7225</Port>
<Username>admin</Username>
<Password></Password>
<SSL>
<DoNotVerifyHost>false</DoNotVerifyHost>
<TrustedCertificate></TrustedCertificate>
<Identity></Identity>
<PrivateKey></PrivateKey>
<Password></Password>
<DoNotVerifyHostname>false</DoNotVerifyHostname>
<ExpectedHostname></ExpectedHostname>
<CipherSuiteNames></CipherSuiteNames>
</SSL>
</EMSParameters>
Resolution
= = = = = =
In order to resolve this issue comment out the above EMS block.
Keywords/Tags
= = = = = = = = =