Try clicking on the module 'standard change catalog' the related categories doesn't showIssue While clicking the module 'standard change catalog' the related categories doesn't show, irrespective of the role.CauseFind the below 'javascript' exceptions: 11:11.137 null:713:171: For input string: " 1000": java.lang.NumberFormatException: For input string: " 1000": java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) java.lang.Integer.parseInt(Integer.java:569) java.lang.Integer.parseInt(Integer.java:615) com.glideapp.servicecatalog.SCPagingUtil.init(SCPagingUtil.java:33) com.glideapp.servicecatalog.SCPagingUtil.(SCPagingUtil.java:22) com.glideapp.servicecatalog.tags.CatalogCategoryTag.doTag(CatalogCategoryTag.java:90) org.apache.commons.jelly.impl.CustomTagScript.run(CustomTagScript.java:205) ResolutionNavigate to User Administration -> User Preferences.Search for Name is " rowcount".We could see the value with 'Space' before the number.The input string : " 1000" as space before the string, eliminate the space and reproduce the behaviour.