Built the flow for walkthrough 11.1 for Salesforce connector with a breakpoint on the SalesForce connector. I run it in debug mode and it deploys. I go to postman and send a GET to http://localhost:8081/sfdc. It never hits the breakpoint and returns the message "org.mule.streaming.ConsumerIterator@49f13e1d"
What would be causing this and how to correct?
The last message in the console is:
INFO 2017-06-01 08:47:37,162 [[apdev-examples].HTTP_Listener_Configuration.worker.01] org.mule.api.processor.LoggerMessageProcessor:
org.mule.DefaultMuleMessage
{
id=40615e60-46d9-11e7-a6e3-d481d779fed0
payload=org.mule.streaming.ConsumerIterator
correlationId=
correlationGroup=-1
correlationSeq=-1
encoding=UTF-8
exceptionPayload=
Message properties:
INVOCATION scoped properties:
INBOUND scoped properties:
accept=/
accept-encoding=gzip, deflate
cache-control=no-cache
connection=keep-alive
host=localhost:8081
http.listener.path=/sfdc
http.method=GET
http.query.params=ParameterMap{[]}
http.query.string=
http.relative.path=/sfdc
http.remote.address=/127.0.0.1:55803
http.request.path=/sfdc
http.request.uri=/sfdc
http.scheme=http
http.uri.params=ParameterMap{[]}
http.version=HTTP/1.1
postman-token=ee54cd5d-2f1a-4801-a2e7-cbcead385437
user-agent=PostmanRuntime/6.1.6
OUTBOUND scoped properties:
SESSION scoped properties:
}
Thanks Santosh. It was the debugger. It changed perspectives when starting debug but it didn't like port 6666. I changed the port and now it acts as it should.