Se ha producido un error al procesar la plantilla.
Java method "static com.liferay.asset.kernel.service.AssetCategoryLocalServiceUtil.getCategory(long)" threw an exception; see cause exception in the Java stack trace.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign parentcategory = assetCategor...  [in template "10131#10164#44678066" at line 5, column 9]
----
1<#assign url = portalUtil.getCurrentURL(request)> 
2<#if httpUtil.getParameter(url, "p_r_p_categoryId", false) != ''> 
3	<#assign categoryId = httpUtil.getParameter(url, "p_r_p_categoryId", false)?number> 
4	<#assign assetCategoryLocalServiceUtil = staticUtil["com.liferay.asset.kernel.service.AssetCategoryLocalServiceUtil"]> 
5	<#assign parentcategory=assetCategoryLocalServiceUtil.getCategory(categoryId)> 
6	<h1>Reconocimientos de créditos del ${parentcategory.getTitle(locale)}</h1> 
7<#else> 
8	<#assign categoryId = 0> 
9	<h1>Reconocimientos de créditos</h1> 
10</#if> 

Cargando datos...