Skip to main content

In week 8 training, I created global element "Salesforce__Basic_Authentication". I entered the username, password and security token as shown fron the video and I can pass the "validate configuration". But when I tried to run the debug test through the post man, I got exception.

 

ERROR 2016-08-03 16:23:49,270 [[apdev-examples].HTTP_Listener_Configuration.worker.01] org.mule.retry.notifiers.ConnectNotifier: Failed to connect/reconnect: Work Descriptor. Root Exception was: Connection timed out: connect. Type: class java.net.ConnectException

 

All my co-workers have the same problem.

 

Thanks very much

7 answers
  1. Aug 4, 2016, 3:57 PM

    You flow works for me--I had to delete your Salesforce config in global and recreate it, I was getting deployment issues with what you send me. Now I am able to pass the Salesforce connector in my debugger, can you confirm in your side?

     

    Another issue is that you are sending back to Postman (or any other client) a response of type Iterator, hence why you may be getting the exception.

    The WT you are working on, should be instructing (if my memory serves me well) to just debug and explore the type of the data returned from Salesforce.

     

    If you add a simple transformer, as I've done below, you will see that your flow has no issues :).

    You flow works for me--I had to delete your Salesforce config in global and recreate it, I was getting deployment issues with what you send me.

     

    Cheers,

     

    George

     

0/9000