WORKAROUND:
- Stop the Stat central agent
- Download and copy the attached javax.mail-1.6.1.jar into \app\modules\system\layers\base\javax\mail\api\main
- Modify the file module.xml located on \app\modules\system\layers\base\javax\mail\api\main\module.xml. Replace javax.mail-1.5.1.jar to javax.mail-1.6.1.jar
- Update the module.xml file as follow
-<module xmlns="urn:jboss:module:1.3" name="javax.mail.api">
-<dependencies>
<module name="javax.activation.api"/>
<module name="javax.api"/>
</dependencies>
-<resources>
<resource-root path="javax.mail-1.6.1.jar"/>
</resources>
</module>
5. Start the Stat central agent
Note: the change of the file module.xml will point to the javax.mail-1.6.1 instead of the older version of javax.mail.
STATUS:
An Enhancement Request STAT-3861 has been logged to be included in a future version of Stat.
Quest's Product Management periodically reviews all open enhancement requests and considers them for inclusion in a future product release. There is no guarantee that a specific enhancement request will be implemented in a future release of Stat.