Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
BiDev
Contributor
Contributor

configration esb job and activemq for cdc salesforce

Hi

I created job in ESB (free version) according to explanation that i found here:

https://help.talend.com/reader/cR2P4DokI6iMLUduD4kKiA/ngQGeCQhK7x2dOFY9jbfQg

Activemq (free version) installed and run on my computer (lets call it xxx)

The only point that i cant access salesforce directly from my station due to security reason,so it must pass via third station (lest call it yyy) that is open to receive the salesforce notifications.In salesforce configation in endpoint url in output message i put the yyy address.In job that i created in ESB in  cCXF component (SOAP) i put yyyy address. Security team defined that all notification from salesforce that is arrived to yyy is sent to xxx.So the problem is that when i run the job i received the error

ERROR]: org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine - Could not start Jetty server on port 8,765: Failed to bind to / yyy
Could not start Jetty server on port 8,765: Failed to bind to /yyy:8765
org.apache.cxf.interceptor.Fault: Could not start Jetty server on port 8,765: Failed to bind to /yyy:8765
at org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine.addServant(JettyHTTPServerEngine.java:484)

If i change the url in ccfx to xxx than nothning is happend

the test i run in salesforce : create account.Security team see in logs that salesforce sent notification to yyy.

So my question is? what is wrong in my configuration ? 

Thank you for help

Katya

Labels (2)
0 Replies