Microagent com.tibco.hawk.amx.Service not running on BPM nodes

Microagent com.tibco.hawk.amx.Service not running on BPM nodes

book

Article ID: KB0079191

calendar_today

Updated On:

Products Versions
TIBCO Hawk ALL

Description

Service Microagent com.tibco.hawk.amx.BPMHost_BPMNode_Service doesn't comes up and throws below error in amxhosthma-BPMHost.log

Error:
Caused by: TIBCO-AMX-HPA-API-000220: error initializing Qin notification manager
Caused by: TIBCO-AMX-HPA-000047: error initializing notification group
Caused by: com.tibco.trinity.runtime.base.provider.identity.trust.TrustRuntimeException: javax.security.auth.login.LoginException: java.lang.RuntimeException: Key store not found or is not valid: com.tibco.trinity.runtime.base.provider.credential.keystore.KeystoreException: com.tibco.trinity.runtime.base.provider.credential.keystore.KeystoreRuntimeException: com.tibco.trinity.runtime.base.provider.identity.subject.SubjectRuntimeException: javax.security.auth.login.LoginException: java.lang.NoClassDefFoundError: org/apache/harmony/security/x509/ExtensionValue


This is because microagent fails to find the 
com.tibco.tpcl.org.apache.harmony.asn1_5.0.0.006.jar and throws NoClassFound exception.

 

Issue/Introduction

BPM Microagent (com.tibco.hawk.amx.Service) doesn't comes up and throws an error in amxhosthma-BPMHost.log java.lang.NoClassDefFoundError: org/apache/harmony/security/x509/ExtensionValue

Environment

ALL

Resolution

Workaround:
Copy  <tibco>\components\shared\1.0.0\plugins\com.tibco.tpcl.org.apache.harmony.asn1_5.0.0.006.jar to <tibco>/hawk/x.x/lib and restart hawkagent.


Note: Version of folders and files can be different in your case.

Additional Information

HKAM-277