After upgrading UIM environment to version 20.1our reverse proxy cannot connect using ajp to the UMP.
We're getting Service Unavailable.
The internal UMP url works fine.
Environment
Release : 20.1
Component : UMP
Cause
DEFECT DE456233 ( wasp-core-20.1.1.jar )
Resolution
The issue is resolved by applying the attached wasp-core-20.1.1.jar
Release Notes:
Steps to deploy the Jar--
1. Deactivate the wasp probe 2. Login into the ump machine 3. Go to the path "Nim_Install_Dir"\probes\service\wasp\lib 4. Take a backup of wasp-core.jar and delete the file. 5. Download the wasp-core-20.1.1.jar from case 6. Paste the wasp-core-20.1.1.jar in the path metioned at point 3 6. Add below keys inside setup section of wasp.cfg and replace the value of ajp_ip with the IP of UMP machine <ajp_connector> secretRequired = false ajp_ip = X.X.X.X </ajp_connector> 7. Save the cfg file 8. Strat the wasp probe and verify the issue.