Products | Versions |
---|---|
TIBCO ActiveMatrix Service Grid | - |
Not Applicable | - |
Description:
Description:
============
HKAM-149:
While executing the Hawk rulebase sample located at: <TIBCO_HOME>\hkam\1.1\samples\rulebases the following error is seen:
*************
BUILD FAILED
D:\tibco\hkam\1.1\samples\rulebases\autoconfigure-amx-hrb.xml:83: The following
error occurred while executing this line:
Target "-define-hpa-client-tasks" does not exist in the project "Setup AMX Host
microagent configuration files". It is used from target "configure-cp-hpa2.0.0".
*************
To workaround the problem please make the following manual changes to <TIBCO_HOME>\hkam\1.1\templates\hma\amx\build.xml:
*************
<available file="${amx.3.1.tibco.host.scripts.root}/hpaclient-tasks-3.1.3.xml" type="file" property="amx3.1.3.installed"/>
<if>
<isset property="amx3.1.3.installed"/>
<then>
<import file="${amx.3.1.tibco.host.scripts.root}/hpaclient-tasks-3.1.3.xml" />
<property name="isHPA2.0.0" value="true" />
<property name="hawk.hpa.client.hpaVersion" value="2.0.0" />
</then>
</if
*************
Environment:
===========
o TIBCO Hawk ActiveMatrix Plug-in 1.1.0
o TIBCO ActiveMatrix Service Grid 3.1.3
Attachment:
===========
o None
Reference:
==========
o For other "Known Issues", please refer to TIBCO Hawk ActiveMatrix Plug-in, Release Notes, Software Release 1.1.0, Jun 2011.
o For other "Known Issues", please refer to TIBCO ActiveMatrix Service Grid, Release Notes, Software Release 3.1.3, Aug 2011.
Symptoms:
Cause: