Products | Versions |
---|---|
TIBCO ActiveMatrix Service Grid | - |
TIBCO BPM Enterprise (formerly TIBCO ActiveMatrix BPM) | - |
TIBCO ActiveMatrix BusinessWorks Service Engine | - |
Description:
SOA composite gets validated and deployed successfully but then one of the binding fails to start due to NPE (NullPointer Exception) as described in Symptoms section of this article.
Symptoms:
The following exception is seen in the runtime node logs.
**********************************
Error executing START_CONFIGURED_COMPONENT on Promoted Reference Binding. ApplicationName=<application-name>BindingName=<binding-name> ComponentURI=<component-URI> caused by: java.lang.NullPointerException" ....
java.lang.NullPointerException
at com.tibco.amf.binding.soap.runtime.SoapOutboundBindingEngine.prepareEndpoint(SoapOutboundBindingEngine.java:159)
....Caused by: java.lang.NullPointerException
at com.tibco.amf.spin.configInstances.DocumentLiteralBodyAttributes.setNamespace(DocumentLiteralBodyAttributes.java:96)
**********************************
Cause:
This can be caused when the SOAP Operation parameters under the respective binding is missing values or is populated incorrectly. Check if the Operation name,Soap action and Style elements under the respective binding has expected values. The problem may also be caused by missing or unexpected values of these fields.