Jump to content
The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now! See more information here ×

Where do trigger failures get logged


Paul Hammond

Recommended Posts

Triggers have no logging options per se - unless you specifically use the log functions available to you in a custom function trigger. The other option here would be to enable trigger debugging in the log4j.properties file (search for trigger). This may or may not provide useful information for the failures in question.

Barring any manual logging design for your trigger, you should treat this like any other failure:

- check the events log for the start/end time (look for a trigger event with the same trigger name)

- correlate to timestamped errors in the server log: you may see mention of a trigger worker, but it's also possible, depending on the error, for it to look like any other failure

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...