Summary
ALM site admin log error: Prism manager url site param is malformed. [null]
Error
Prism manager url site param is malformed. [null]
Cause
This is caused by a section of code in the "index.jsp" at the ALM server
Fix
The error can be ignored but if it is desired to quiet the error down the following can be performed...
- Navigate to the ALM application on Jetty. Typically….
Windows: <drive>\ProgramData\HP\ALM\webapps\qcbin
Linux: /var/opt/HP/ALM/webapps/qcbin
- Backup the file “index.jsp” to some other location such as C:\Temp or /tmp
- Open “index.jsp” for editing
- Locate the following code snippet…
<%
if(PrismHelper.checkPrismStatus() == PrismHelper.PrismStatus.OK){
%>
<li><a href="prism/PrismManager.jsp">Prism</a>
<%
}
%>
- Delete the code snippet
- Save changes
- Restart the ALM server