ERROR: The following required ports are in use - During Prepare Phase

classic Classic list List threaded Threaded
13 messages Options
Reply | Threaded
Open this post in threaded view
|

ERROR: The following required ports are in use - During Prepare Phase

neldyan14
7632 : WLS OAFM Application Port
7232 : WLS OACORE Application Port
7432 : WLS FORMS Application Port
Corrective Action: Free the listed ports and retry the adop operation.

Completed execution : ADOPValidations.java

====================================
Inside _validateETCHosts()...
====================================


Started execution   : ADOPValidaValidating entries in /etc/hosts
WARNING: /etc/hosts file does not contain correct entry for localhost.
Add the following entry to the /etc/hosts file:
127.0.0.1 localhost.localdomain localhost

Completed execution : ADOPValidations.java

  ===================================
  Inside _validateDomainEditable() ...
  ===================================


cmd : java weblogic.WLST /u01/UAT5/apps/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkValidateDomainInRC.py --adminuser=weblogic --verify=domainEditModeEnabled --adminurl=t3://uat5.maxsgroupinc.com:7031>/u01/UAT5/apps/fs1/inst/apps/UAT5_uat5/logs/appl/rgf/TXK/txkValidateDomainInRCOut.txt
Domain is not in edit mode.

==========================================================================
Validating <EBS_DOMAIN_HOME>/config/edit.lok file in patch file system ...
==========================================================================

Edit session is not enabled in the patch file system.
tions.java
Reply | Threaded
Open this post in threaded view
|

Re: ERROR: The following required ports are in use - During Prepare Phase

ErmanArslansOracleBlog
Administrator
What is this?
You only copy& paste the log here.
There is no such a service here. It is not a web service :)

Write your problem in details, also read the log , it is prettty self explanatory..
It says:

1)
Add the following entry to the /etc/hosts file:
127.0.0.1 localhost.localdomain localhost
2)
Check these ports and see if they are free:
7632 : WLS OAFM Application Port
7232 : WLS OACORE Application Port
7432 : WLS FORMS Application Port
Reply | Threaded
Open this post in threaded view
|

Re: ERROR: The following required ports are in use - During Prepare Phase

neldyan14
When I ran prepare phase, it says, that those port are not free, how can I free them?
Reply | Threaded
Open this post in threaded view
|

Re: ERROR: The following required ports are in use - During Prepare Phase

neldyan14
In reply to this post by ErmanArslansOracleBlog
Reply | Threaded
Open this post in threaded view
|

Re: ERROR: The following required ports are in use - During Prepare Phase

neldyan14
Reply | Threaded
Open this post in threaded view
|

Re: ERROR: The following required ports are in use - During Prepare Phase

neldyan14
Reply | Threaded
Open this post in threaded view
|

Re: ERROR: The following required ports are in use - During Prepare Phase

ErmanArslansOracleBlog
Administrator
Did you do this first of all?
Add the following entry to the /etc/hosts file:
127.0.0.1 localhost.localdomain localhost
Reply | Threaded
Open this post in threaded view
|

Re: ERROR: The following required ports are in use - During Prepare Phase

ErmanArslansOracleBlog
Administrator
Also your configuration is wrong.
You should not add multiple oacore vm with that port config.
For example : If you have oacore_server1 listening on port 7231, your oacore_server2 should not be listening on port 7232.
That is ; there is two env in EBS 12.2 run environment and the patch environment. That is, if we have our oacore_server1 is listening on 7231, it means it will listen on 7232 after we make the cutover while applying a patch.

So, you should not add your additional oacore_server2 with port 7232.

Change the managed server ports accordingly and retry your operation. It will succeed after that.
check to see if 7233 is avaible , and if it is available change the oacore_server2 's port to 7233.

Same for the oafm_server2 and forms_server2

change forms_server2 to 7233 and change to oafm_server2 to 7633.

Retry the failing operation then. It will succeed.

Lastly, send the me update.
Reply | Threaded
Open this post in threaded view
|

Re: ERROR: The following required ports are in use - During Prepare Phase

neldyan14
Hi,

How can i change it manually? Since it is written in the Context File. I know I can change it in the Weblogic Console, but i am worried about the context file.

Sorry. I am newbie here. :(

Thanks for your patience.

Reply | Threaded
Open this post in threaded view
|

Re: ERROR: The following required ports are in use - During Prepare Phase

ErmanArslansOracleBlog
Administrator
Follow this, this will do the work:

"Managing Configuration of Oracle HTTP Server and Web Application Services in Oracle E-Business Suite Release 12.2 (Doc ID 1905593.1)"
->
"Section : 4.2.4 Changing the Port Numbers of the Managed Servers"
Reply | Threaded
Open this post in threaded view
|

Re: ERROR: The following required ports are in use - During Prepare Phase

neldyan14
Hi,

Thanks for the support.

I already fixed my issue and can now apply patches.
Reply | Threaded
Open this post in threaded view
|

Re: ERROR: The following required ports are in use - During Prepare Phase

Sandeep
Hi, I am getting the same issue, could you please suggest .. how you fixed the issue.

Thanks
Sandeep
Reply | Threaded
Open this post in threaded view
|

Re: ERROR: The following required ports are in use - During Prepare Phase

ErmanArslansOracleBlog
Administrator
Sandeep, please read above..