Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
nivedhitha
Creator III
Creator III

weird error in talend cloud (while trying to trigger via webhook)

Hi everyone,

 

I deployed a job on talend cloud and when I run it, it fails with the below error.

 

Task 5d2e76199a2b6443d351fb0d/1.1 failed unexpectedly.
org.talend.ipaas.rt.flow.controller.impl.FlowExecutionException: Step 76bca82f-21b7-44ab-a195-c66d7c760364 failed with code -1 and error Error resolving artifact actions:s3trigger0683p000009MAB6.pngroperties:0.1.1: [Could not find artifact actions:s3trigger0683p000009MAB6.pngroperties:0.1.1 in eb3b2a76-3fc9-42e1-bb66-43006ddd19e5.release (https://eb3b2a76-3fc9-42e1-bb66-43006ddd19e5:TwgKIqT6tueSQHS@repo.us.cloud.talend.com:443/nexus/cont...)]
 
I can see the artifacts published but doesnt work. It is the most simplest job with just one tJava component (that is it!!) printing couple of context variables.
 screenshot of my job below0683p000009M6RF.png

and the artifacts screenshots from talend cloud0683p000009M6cL.png

there were 2 context variables in the job but only one in the artifact (

resource_webhook_payload isn't assigned any value as that is used to receive the payload while making the http post

to Webhooks URL). 

Im making the http post using node.js on lambda like this 

 

request.post('https://webhooks.us.cloud.talend.com/webhookparam/xxxxxxx, {
json: {
resource_webhook_payload: 'thisIsTheParameterBeingPassed'
}
}, (error, res, body) => {
if (error) {
console.error(error)
return
}
console.log(`statusCode: ${res.statusCode}`)
console.log(body)
})

 

the trigger happens but the job fails

 

Does something seem not right in my job?

 

appreciate any input

 

 

Labels (1)
  • Cloud

3 Replies
Anonymous
Not applicable

Hello,

Sorry for our silence. We have redirected your cloud issue to our PMs and experts and then come back to you as soon as we can.

Thanks for your time.

Best regards

Sabrina

nivedhitha
Creator III
Creator III
Author

Hi,

The issue has been resolved by contacting talend support. My workspace had got corrupted and repointing it to a different path fixed it.
Thanks anyway for responding
Anonymous
Not applicable

Hello,

Great it is fixed. Thanks for your sharing your solution on community.

Best regards

Sabrina