[resolved] REST service error : Rest response already sent
Hello everyone, I am creating a REST service that inserts data into a MySQL database and my job looks like that :
My problem is when i send data via REST, I've the error : * Exception in component tRESTResponse_1 java.lang.RuntimeException: Rest response already sent I've searched a solution on the Internet but I've found nothing. Any help would be welcome. thanks
Thanks for our reply. My problem was caused by a bad tMySQLInput settings.
Now my problem is that i've the warning "No operation matching request path "/catalogues/insert" is found" whereas trestrequest end point is /catalogues/insert (same as my rest server)
Do you know how i can fix it ?
Thanks
Hi
I have no clue right now why the job has this warning. Can you have a test to deactivate the tRestResponse_3 and tRestResponse_4 components and see if the problem still exists.
Best regards
Shong