Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Ahhouais
Contributor
Contributor

[resolved] tRESTRequest error message

Hello,
I have designed a simple job that uses the tRESTRequest et tRESTResponse to provide some information in REST.
It works pretty good. But I have this message : 
Exception in component tRESTRequest_1_In

java.lang.RuntimeException: {URI_ABSOLUTE=http://localhost:8088/favicon.ico, ERROR=null, VERB=GET, STATUS=404, URI_BASE=http://localhost:8088/, URI=favicon.ico}



To see the whole post, download it here
Labels (5)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi, I saw it few times in cases where the endpoint is published on the "/" context and when a browser is used, not really sure about the cause of it, may be the servlet container tries to serve some static resource with the links which can not be resolved, etc...Have a more unique context name and it should resolve it.
Cheers, Sergey

View solution in original post

2 Replies
Anonymous
Not applicable

Hi, I saw it few times in cases where the endpoint is published on the "/" context and when a browser is used, not really sure about the cause of it, may be the servlet container tries to serve some static resource with the links which can not be resolved, etc...Have a more unique context name and it should resolve it.
Cheers, Sergey
Ahhouais
Contributor
Contributor
Author

Thanks Sergey for your reply 0683p000009MA9p.png.