This error appear while trying to deploy agent for Enterprise manager 12c (em12c) and the cause for this error that port 3872 is already in use :
solution
[root@em12c Middleware]# netstat -anp | grep 3872
tcp 0 0 :::3872 :::* LISTEN 2391/java
[root@em12c Middleware]# kill -9 2391
[root@em12c Middleware]# netstat -anp | grep 3872
Deploy Again
Thank you
Osama Mustafa
Like this:
Like Loading...
Related
Published by Osama Mustafa
Osama Mustafa has progressive experience in Oracle Products, community. He recently served as Oracle Database Administrator.
Provide Database Implementation Solutions, High Availability Solution, Infrastructure and Storage Planning, Install, Configure, Implement and manage Oracle E-Business Suite environments. Architect, build and support highly-available Oracle EBS, Database and Fusion Middleware environments including appropriate reporting, Installs, configures, upgrades, tunes, and maintains production, development and test databases.
View all posts by Osama Mustafa
thank you very much
LikeLike
Your post is very helpful by using the information you provided i solved the problem of em12cr2 when the installation has reached 94 percent the agent configuration has failed so thanks you saved my day.
LikeLike
Yes, this post is useful
LikeLike