My Oracle Support Banner

SOA 12213 : Error Running ConfigUserMessagingDriver thorugh WLST (Doc ID 2318929.1)

Last updated on NOVEMBER 15, 2023

Applies to:

Oracle SOA Suite - Version 12.2.1.3.0 and later
Information in this document applies to any platform.

Symptoms

Trying create UMS driver using following properties through ManagedServer using WLST , you will see following error.


driverProperties = EmailDriverProperties()
driverProperties.OutgoingMailServer='hostname'
driverProperties.RetryLimit='3'
driverProperties.OutgoingMailServerPort='25'
driverProperties.OutgoingDefaultFromAddr='<EMAILID>'
configUserMessagingDriver(baseDriver='email', appName='qct', driverProperties=driverProperties, clusterName='soa_cluster')

******************

ERROR

******************

Traceback (innermost last):
File "", line 1, in ?
File "/refresh/home/Oracle/Middleware/Oracle_Home/oracle_common/modules/internal/clients/oracle.fmwshare.pyjar.jar!/wlstScriptDir/umsWlstCommands.py", line 80, in configUserMessagingDriver
File "/refresh/home/Oracle/Middleware/Oracle_Home/oracle_common/modules/internal/clients/oracle.fmwshare.pyjar.jar/wlstScriptDir/lib/umsWlstDriverConfig.py", line 142, in _ums_configUserMessagingDriver
File "/refresh/home/Oracle/Middleware/Oracle_Home/oracle_common/modules/internal/clients/oracle.fmwshare.pyjar.jar/wlstScriptDir/lib/umsWlstDriverConfig.py", line 90, in _ums_createDriverServerConfig
File "/refresh/home/Oracle/Middleware/Oracle_Home/oracle_common/modules/internal/clients/oracle.fmwshare.pyjar.jar/wlstScriptDir/lib/ora_mbs.py", line 56, in invoke
javax.management.ReflectionException
at weblogic.utils.StackTraceDisabled.unknownMethod()
Caused by: java.lang.UnsupportedOperationException: Could not find MBean operation "createDriverServerConfig(java.lang.String, java.lang.String, java.lang.String)" for MBean registered under "oracle.ucs.messaging:type=UmsDomainConfig,name=UmsDomainConfiguration" and implemented by "class oracle.ucsinternal.messaging.config.MessagingConfigMXBeanImpl"

Trying create UMS driver using following properties through AdminServer using WLST , you will see following error.

driverProperties = EmailDriverProperties()
driverProperties.OutgoingMailServer='hostname'
driverProperties.RetryLimit='3'
driverProperties.OutgoingMailServerPort='25'
driverProperties.OutgoingDefaultFromAddr='<EMAILID>'
configUserMessagingDriver(baseDriver='email', appName='qct', driverProperties=driverProperties, clusterName='soa_cluster')

***********
ERROR
***********

Traceback (innermost last):
  File "", line 1, in ?
  File "/opt/mis/apps/qegfmw12cr2/SOA/soa12cqegr2/oracle_common/modules/internal/clients/oracle.fmwshare.pyjar.jar!/wlstScriptDir/umsWlstCommands.py", line 80, in configUserMessagingDriver
  File "/opt/mis/apps/qegfmw12cr2/SOA/soa12cqegr2/oracle_common/modules/internal/clients/oracle.fmwshare.pyjar.jar/wlstScriptDir/lib/umsWlstDriverConfig.py", line 150, in _ums_configUserMessagingDriver
  File "/opt/mis/apps/qegfmw12cr2/SOA/soa12cqegr2/oracle_common/modules/internal/clients/oracle.fmwshare.pyjar.jar/wlstScriptDir/lib/umsWlstDriverConfig.py", line 77, in _ums_setDriverConfiguration
  File "/opt/mis/apps/qegfmw12cr2/SOA/soa12cqegr2/oracle_common/modules/internal/clients/oracle.fmwshare.pyjar.jar/wlstScriptDir/lib/ora_mbs.py", line 56, in invoke
javax.management.RuntimeMBeanException: javax.management.RuntimeMBeanException: The property 'IncomingMailServer' is mandatory since the dependency 'Capability:RECEIVE||BOTH' is fulfilled. It must be set to a valid value.
  at weblogic.utils.StackTraceDisabled.unknownMethod()
Caused by: javax.management.RuntimeMBeanException: The property 'IncomingMailServer' is mandatory since the dependency 'Capability:RECEIVE||BOTH' is fulfilled. It must be set to a valid value.
  ... 1 more
Caused by: java.lang.IllegalArgumentException

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
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.