Fail to Start adopmnctl.sh: Starting Oracle Process Manager (OPMN)
This issue is faced when enabling the SSL in EBS suite .
Error:
LSX-00201: contents of "notification-server" should be elements only
LSX-00213: only 0 occurrences of particle "sequence", minimum is 1
[2018-05-21T15:28:20-04:00] [opmn] [ERROR:1] [110] [internal] XML schema validation failed: error 213.
opmnctl start: failed.
05/21/18-15:28:20 :: adopmnctl.sh: exiting with status 3
Solution:
Change the opmn.xml to one value as
<ssl enabled="true" wallet-file="/TEST/apps/TEST/fs1/FMW_Home/webtier/instances/EBS_web_TEST_OHS1/config/OPMN/opmn/wallet" ssl-versions="TLSv1.0,TLSv1.2,TLSv2.0,"/>
<ssl enabled="true" wallet-file="/TEST/apps/TEST/fs1/FMW_Home/webtier/instances/EBS_web_TEST_OHS1/config/OPMN/opmn/wallet" ssl-versions="TLSv1.0"/>
And start the opmnctl services, it will start now .