KB Article #177180

Unknown Type EMSListener error while deploying

Problem

While deploying an integration with JMS filters and configurations, the following error might be seen in the trace file :-

ERROR 05/Jun/2015:09:04:56.449 [6f9ae6f0] Branchpoint misconfigured for node: '/[NetService]name=Service' in store type: 'ListenersStore': Unknown Type: EMSListener


Resolution

The error occurs because the EMSListener typedoc was removed from the Entity Store in 7.3.0 but the entry definition was left in configuration. To prevent the error remove the line

<componentType name='EMSListener'/>

from the active configuration in file

groups/group-x/instance-y/conf/nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn/configs.xml

The active configuration is found from the configuration file

groups/group-x/instance-y/conf/esid.xml

<set property="esid" value="nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn"/>

Note the issue is fixed in 7.3.1 configurations which do not define a Typedoc EMSListener