Configuring the components - 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 Open Studio for ESB
- 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)
Procedure
-
Double-click cErrorHandler to open its Basic settings view in the Component tab.
-
Select Logging Handler to log the exceptions that are
thrown.
-
Double-click cMessagingEndpoint to open its Basic settings view in the Component tab.
-
In the Uri field, enter
jetty:http://localhost:8889/service
to specify the Jetty
server.
-
Click Advanced settings for
further setup.
-
In the Dependencies table, click the [+] button to add a line and select
jetty
from the Camel
component list.
-
Double-click cProcessor to
open its Basic settings view in the
Component tab.
-
In the Code box, enter
throw new Exception("server
side error")
to throw an exception.
-
Press Ctrl+S to save your Route.