If you cannot make opmn run during soa installation and get some irrelevant errors on ui and see this error log on opmn.log, do not worry:) You can handle this issue with an easy configuration change on db.
I faced this error when db and soa_suite are designed to be running on the same server. And most probably the default ports are conflicting.
Go to the ons.conf which is under opmn conf of your db_home. Change the settings from "localport=6100 remoteport=6200 loglevel=3" to something like "localport=7100 remoteport=7200 loglevel=3" (of course if they are not in use!). Restart the listener.
Retry the soa installation and enjoy!!
2 comments:
Thanks for the post, it was of great help.
In my case I am installing a SOA suite too, but the file to modify was opmn.xml under that conf subdirectory.. I just added one to the port number (from 6000 to 6001) as the documentations says the installer typically adds one when the port is in use.
Thanks !
Carlos S.
salgado.75@gmail.com
It is so nice to hear that somebody can make use of the post.
Thanks for the comment and good luck
Post a Comment