BIP2261
Severity
20 : Error
Message
Node class name '<insert_0>' for use in library '<insert_1>' already registered in library '<insert_2>'.
Explanation
The message broker detected the node factory in loadable implementation library '<insert_1>' attempting to register the node class name '<insert_0>', but this name has already been registered with the broker by the node factory in the library '<insert_2>'.
Response
If the two loadable implementation libraries are different instantiations of the same node, then remove one of the two from the 'bin' directory for the message broker. If the two loadable implementation libraries are for different nodes, then contact the author or supplier of the nodes and request that one changes the registered node class name.