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