Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
============
Unable to build ear from studio.
Environment:
==========
TIBCO BusinessEvents 4.x
All OS
Symptoms:
=========
Enterprise Archive File has failed to build.
java.lang.NoSuchMethodError: com.tibco.cep.studio.parser.codegen.CGUtil.getRDFTermTypeFlag(Lcom/tibco/be/model/rdf/primitives/RDFUberType;)
Cause:
=====
Applying hotfix or upgrading to a service and not running the -clean -initialize option from the commandline. Studio wouldn't refresh the new plugins unless " -clean " is run from the command line.
Resolution:
=========
From the command line run the following:
BE_HOME\studio\eclipse> studio -clean -initialize
and then run
BE_HOME\studio\eclipse> studio -clean
This should resolve the issue.