http://jira.hyperic.com/browse/HHQ-2043
Steps to Reproduce:
Go to Resources -->Browse
Select Platform
Click on Group
Enter Name and Click OK
Actual Results:
Stack trace in UI
javax.servlet.jsp.JspException: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column 'p.name' in 'field list'; CausedByException is: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column 'p.name' in 'field list'; nested exception is: org.hyperic.hq.common.SystemException: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column 'p.name' in 'field list'; - nested throwable: (org.hyperic.hq.common.SystemException: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column 'p.name' in 'field list') at org.hyperic.hq.ui.taglib.NavMapTag.doStartTag(NavMapTag.java:193
Anonymous