ERROR:HotUpdate operation not supported for activity

ERROR:HotUpdate operation not supported for activity

book

Article ID: KB0084279

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks 6.x

Description

Description:
Getting below error:
 
java.lang.UnsupportedOperationException: TIBCO-BW-CORE-000610: HotUpdate operation not supported for activity [activity name] in process [process name], module [module]. The activity already exists...
while deploying or starting an application.

Symptoms:
getting below error while starting project on the 6.3.2 administrator.

com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300008: Stopped BW Application INFO com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300005: Starting BW Application [application:1.0] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300021: All Application dependencies are resolved for Application [application:1.0] 2016-06-14 07:34:01.901 ERROR com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-600026: Failed to start BW Application [application:1.0]. Reason: TIBCO-BW-FRWK-600053: Failed to initialize BW Component []. com.tibco.bw.core.runtime.api.BWEngineException: TIBCO-BW-CORE-500212: Failed to initialize BW Component [], Application []. com.tibco.bx.core.faults.BxException: BX-600037: Init module failed for module [] version [1.0.0.] application []. java.lang.UnsupportedOperationException: TIBCO-BW-CORE-000610: HotUpdate operation not supported for activity [activity name] in process [process name], module [module name]. The activity already exists..
 

Cause:
Application may be deployed previously and then deleted. There might be previous ref of the exiting application.
If you increase the version number of restart the appspace the ref will be refreshed and application can be deployed.

Issue/Introduction

ERROR:HotUpdate operation not supported for activity

Environment

TIBCO ActiveMatrix BusinessWorks 6.x

Resolution

 
There are two options:
1.restart appspace and start the application
2.Increase version number in application name and redeploy.