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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend ESB's trestclient with Jira rest api - javax.ws.rs.NotFoundExce

Hi All,
At first, Thanks for the good work that you are doing through this community!!
In my project, we are planning to use Talend ESB to fetch the data from Jira project through rest apis. So, I created a job with simple configuration as below:
tRestClient --> tLogRow
Just to print the content output of tRestClient.
But upon executing, job returns an error stating 'javax.ws.rs.NotFoundException'. I have downloaded and placed the javax.ws.rs jar under lib folder. Even then, I am facing this error. Could you please help me in resolving this issue?
Labels (4)
1 Reply
Anonymous
Not applicable
Author

Hi
This exception is reported if the target server returns HTTP 404 status code. Please check the request path.
Cheers, Sergey