Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The JS7 can be configured to send JS7 - Notification by mail in case of successful or failed execution of jobs and workflows. A number of errors can indicate that this connection does not work:

Code Block
titleExample for connection error
javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
javax.mail.MessagingException: Could not connect to SMTP host: mail.example.com, port: 587
Code Block
titleExample for connection error
javax.net.ssl.SSLException: Unsupported or unrecognized SSL message
javax.mail.MessagingException: Could not connect to SMTP host: mail.example.com, port: 587
Code Block
titleExample for authentication error
javax.mail.AuthenticationFailedException: 535 5.7.3 Authentication unsuccessful


The error messages are raised by the JOC Cockpit JS7 - Monitor Service when trying to send mail. They can be found in the service-monitor.log file, see JS7 - Log Files and Locations.

...

SettingValue
mail.smtp.authtrue
mail.smtp.user<account@domain>
mail.smtp.password<password>

Anchor
logging
logging
Logging

When sending mail then error messages are raised by the JOC Cockpit JS7 - Monitor Service. They can be found in the service-monitor.log file, see JS7 - Log Files and Locations.

...