Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.0.0-RC2
-
Fix Version/s: 3.0.0-RC3
-
Component/s: Core: Routing / Filters
-
Labels:
-
User impact:High
-
Similar Issues:None
Description
http://forums.mulesoft.org/thread.jspa?threadID=3910&tstart=0
Here is my outbound endpoint configuration looks:
<outbound>
<filtering-router>
<outbound-endpoint address="http://xxxx:8080#[header:http.request]"
transformer-refs="xxxx"
exchange-pattern="request-response"/>
<custom-filter name="ServiceGroupRoutingFilter" class="com.xxxx">
<spring:property name="service" value="xxx"/>
</custom-filter>
</filtering-router>
</outbound>
Here is the exception stacktrace
********************************************************************************
Message : Failed to route event via endpoint: org.mule.routing.outbound.FilteringOutboundRouter@2f54. Message payload is of type: String
Code : MULE_ERROR-39999
--------------------------------------------------------------------------------
Exception stack is:
1. null (java.lang.NullPointerException)
org.mule.routing.outbound.FilteringOutboundRouter:176 (null)
2. Failed to route event via endpoint: org.mule.routing.outbound.FilteringOutboundRouter@2f54. Message payload is of type: String (org.mule.api.routing.RoutingException)
org.mule.routing.outbound.AbstractOutboundRouter:109 (http://www.mulesource.org/docs/site/current2/apidocs/org/mule/api/routing/RoutingException.html)
--------------------------------------------------------------------------------
Root Exception stack trace:
java.lang.NullPointerException
at org.mule.routing.outbound.FilteringOutboundRouter.getRoute(FilteringOutboundRouter.java:176)
at org.mule.routing.outbound.FilteringOutboundRouter.route(FilteringOutboundRouter.java:76)
at org.mule.routing.outbound.AbstractOutboundRouter$1.doInTransaction(AbstractOutboundRouter.java:96)