| Every now and then after startup the deployment is left in state resulting in the following error for mostly all requests: SWITCHYARD035408: Failed to map context properties to SOAP message The stack trace for the error is: java.lang.NullPointer Exception at org.switchyard.component.common.composer.BaseRegexContextMapper.match es(BaseRegexContextMapper.java:132) [switchyard-component-common-2.1.0.redhat-63 0377.jar:2.1.0.redhat-630377] at org.switchyard.component.soap.composer.SOAPContextMapper.copyToSOAPHe ader(SOAPContextMapper.java:298) [switchyard-component-soap-2.1.0.redhat-630377. jar:2.1.0.redhat-630377] at org.switchyard.component.soap.composer.SOAPContextMapper.mapToExchang eScope(SOAPContextMapper.java:259) [switchyard-component-soap-2.1.0.redhat-63037 7.jar:2.1.0.redhat-630377] at org.switchyard.component.soap.composer.SOAPContextMapper.mapTo(SOAPCo ntextMapper.java:275) [switchyard-component-soap-2.1.0.redhat-630377.jar:2.1.0.r edhat-630377] at org.switchyard.component.soap.composer.SOAPContextMapper.mapTo(SOAPCo ntextMapper.java:52) [switchyard-component-soap-2.1.0.redhat-630377.jar:2.1.0.re dhat-630377] I browsed through SOAPContextMapper and the base class sources but the exact cause is not clear. This error happens intermittently at startup but is persistent afterwards. |