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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

REST service works in studio GET returns 404 when deployed

Hi,

 

Hope that somebody can point me in the right direction have been searching for an aswer for 2 days now. 

I am using talend 6.3 community ESB. I have developed and tested the service in the Studio where it works as expected. Only when I deploy the service to the runtime the GET operation for Expense stops working and returns a 404. The two other operations GET Attachment and Status PUT work.

 

Overview of the complet job in the studio.

0683p000009Lv2l.png

Rest endpoint config0683p000009LwKj.png

WADL of deployed service

0683p000009LwMk.png

SoapUI test to deployed service returns 404, while a 200 was expected. Studio returns a 204 because there is no data for the authenticated user null available.

0683p000009LwA3.png

 

Thanks for any points and your time.

 

Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Oke, managed to find the problem, the filelist had "generate error if no file is found" not ticked. And a new security policy prevented the upload file in another service from beeing created, while there was a record in the work DB tabel. So cleaning the work DB tabel should have been done after the security policy issue was solved.

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Oke, managed to find the problem, the filelist had "generate error if no file is found" not ticked. And a new security policy prevented the upload file in another service from beeing created, while there was a record in the work DB tabel. So cleaning the work DB tabel should have been done after the security policy issue was solved.