Appmanage -batch deploy fails with the error: IncompatibleClassChangeError

Appmanage -batch deploy fails with the error: IncompatibleClassChangeError

book

Article ID: KB0093737

calendar_today

Updated On:

Products Versions
TIBCO Runtime Agent (TRA) -
Not Applicable -

Description

Description:
Appmanage utility -batch deploy throws the following error.


Example: AppManage -batchDeploy -domain xxxx -user xxxx -pw xxxx  -dir / xx/xx /batchexp -nostart
      Failed. Please check log file



Symptoms:
The following error trace is logged in ApplicationManagement.log.

<----------------------------------------------
Error [com.tibco.administrator.command.tool.ApplicationManagement] AESDKJ-0000 [main]  
 java.lang.IncompatibleClassChangeError: Found interface COM.TIBCO.hawk.console.hawkeye.AgentMonitor, but class was expected
------------------------------------------------>


Cause:

Hawk version mismatch in appmanage.tra file. HAWK_HOME is referred to 5.0 in appmanage.tra, which throws the  "java.lang.IncompatibleClassChangeError" error.



Resolution

With TIBCO Runtime Agent (TRA)  5.7.x TIBCO Hawk 4.9 is shipped. Modify the following HAWK_HOME to 4.9 in appmanage.tra file.

 

#tibco.env.HAWK_HOME=/wfmtsw/tibco/hawk/5.0

  tibco.env.HAWK_HOME=/wfmtsw/tibco/hawk/4.9



Issue/Introduction

Appmanage -batch deploy fails with the error: IncompatibleClassChangeError