Unable to start the Admin UI for Single Sign On(Site-minder)
book
Article ID: 132274
calendar_today
Updated On:
Products
CA Single Sign On Secure Proxy Server (SiteMinder)CA Single Sign On SOA Security Manager (SiteMinder)CA Single Sign-On
Issue/Introduction
When we're starting the AdminUI, this one cannot start properly and report error :
Error: Protocol handler initialization failed, java.net.mindexception address already in use
How can we solve it ?
Environment
Release: MSPPSF99000-12.51-Single Sign-On-Agent for Oracle PeopleSoft-MSP Component:
Cause
At first glance, you get this error because :
- Another process than the AdminUI is running and uses one of the ports needed by the AdminUI; - There still another instance of the AdminUI running and using already all the AdminUI ports; - There's a permission issue on the OS;
Resolution
- Identify the process that uses those ports :
5455 8080 8443 5445
Run command as root :
# for i in 5455 8080 8443 5445; do ss -tanp | grep $i; done;