Event Error Message: javax.net.ssl.SSLException: Received fatal alert: protocol_version
(Doc ID 2967824.1)
Last updated on AUGUST 14, 2023
Applies to:
Oracle Workflow - Version 12.2.5 to 12.2.11 [Release 12.2]Information in this document applies to any platform.
Symptoms
1. Create an invoker business event and associate a subscription to invoke a rest webservice.
2. While testing the business event from the business event page the event gets enqueued in wf_java_deferred but the subscription is not executed
3. Set an error subscription for the custom business event and the below was the error message sent to SYSADMIN
Local Event ERROR :
oracle.apps.xxfls.user.restservice.invoke /Test-24
oracle.apps.xxfls.user.restservice.invoke /Test-24
To
SYSADMIN
Sent
08-Aug-2023 08:08:52
ID
19167729
An Error occurred in the following Event Subscription:
Event Subscription
Event Error Name:
Event Error Message: javax.net.ssl.SSLException: Received fatal alert: protocol_version
null: null
Event Error Stack: javax.net.ssl.SSLException: Received fatal alert: protocol_version
null: null
at oracle.apps.fnd.wf.bes.RESTServiceInvokerSubscription.invokeService(RESTServiceInvokerSubscription.java:1150)
at oracle.apps.fnd.wf.bes.RESTServiceInvokerSubscription.onBusinessEvent(RESTServiceInvokerSubscription.java:212)
at oracle.apps.fnd.wf.bes.EventDispatcher.executeSubscription(EventDispatcher.java:890)
at oracle.apps.fnd.wf.bes.EventDispatcher.processSubscription(EventDispatcher.java:577)
at oracle.apps.fnd.wf.bes.EventDispatcher.dispatch(EventDispatcher.java:340)
SYSADMIN
Sent
08-Aug-2023 08:08:52
ID
19167729
An Error occurred in the following Event Subscription:
Event Subscription
Event Error Name:
Event Error Message: javax.net.ssl.SSLException: Received fatal alert: protocol_version
null: null
Event Error Stack: javax.net.ssl.SSLException: Received fatal alert: protocol_version
null: null
at oracle.apps.fnd.wf.bes.RESTServiceInvokerSubscription.invokeService(RESTServiceInvokerSubscription.java:1150)
at oracle.apps.fnd.wf.bes.RESTServiceInvokerSubscription.onBusinessEvent(RESTServiceInvokerSubscription.java:212)
at oracle.apps.fnd.wf.bes.EventDispatcher.executeSubscription(EventDispatcher.java:890)
at oracle.apps.fnd.wf.bes.EventDispatcher.processSubscription(EventDispatcher.java:577)
at oracle.apps.fnd.wf.bes.EventDispatcher.dispatch(EventDispatcher.java:340)
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |