Viewing code and executing the Route - Cloud - 8.0

Logs and errors (Mediation)

Version
Cloud
8.0
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Logs and errors components (Mediation)
Data Quality and Preparation > Third-party systems > Logs and errors components (Mediation)
Design and Development > Third-party systems > Logs and errors components (Mediation)
Last publication date
2024-02-21

Procedure

  1. Click the Code tab at the bottom of the design workspace to check the generated code.
    As shown above, the route starts from the endpoint Jetty_Server and throws the exception of server side error via cProcessor_1.
  2. Press F6 to execute the Route.
    The Jetty server has started.
  3. Launch an Internet browser and enter http://localhost:8889/service (the Jetty server URI configured above) in the address bar to access the server.
    As shown above, the request failed due to the server error.
  4. Go to Talend Studio and check the results in the Run tab.
    As shown above, cErrorHandler has logged the exception at the level of ERROR.