Sunday, 21 January 2018

Cannot Start OPMN Getting [opmn] [ERROR:1] [107] [internal] XML parser init: error 54 opmnctl start: failed

SYMPTOMS

Cannot start OPMN.   Receive the following error:

./opmnctl start
[2014-05-16T12:24:57-04:00] [opmn] [ERROR:1] [107] [internal] XML parser init: error 54.
opmnctl start: failed.

CAUSE

There was an ftp_proxy variable set on the server.

Never set http_proxy and ftp_proxy when running Oracle software.

SOLUTION


Verify if any environment variable set for http and proxy

[applprod@example]$ env|grep -i proxy
APPSJREOPT= -Dhttp.proxyHost= -Dhttp.proxyPort= -Dhttp.nonProxyHosts= -Djava.awt.headless=true
NO_PROXY=localhost,127.0.0.0/8,::1
http_proxy=http://10.188.0.210:8080/
https_proxy=http://10.188.0.210:8080/
HTTPS_PROXY=http://10.188.0.210:8080/
no_proxy=localhost,127.0.0.0/8,::1
HTTP_PROXY=http://10.188.0.210:8080/


Unset all environments except APPSJREOPT than restart OPMN services.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.