Products | Versions |
---|---|
TIBCO Hawk | - |
Not Applicable | - |
Resolution:
Description:
============
When Hawk agent loads *.hma files, "<path> elements are not simple file names" error occurs in Hawk.log and the *.hma can not be loaded.
Environment:
===========
Hawk 4.9.0.
Cause:
=====
The Hawk agent parsed the *.hma files in plugin folder together. If the <path> element in whichever .hma file is wrong, it will affect other .hma files.
Resolution:
==============
Modify your .hma files in your plugin folder like the following:
==============
<classpath>
<path>JMXServiceMA.jar</path>
<path>TIBCrypt.jar</path>
</classpath>
==============