Se ha producido un error al procesar la plantilla.
Java method "com.sun.proxy.$Proxy1202.getArticleContent(com.liferay.journal.model.JournalArticle, String, String, String, com.liferay.portal.kernel.portlet.PortletRequestModel, com.liferay.portal.kernel.theme.ThemeDisplay)" threw an exception when invoked on com.sun.proxy.$Proxy1202 object "com.liferay.journal.service.impl.JournalArticleLocalServiceImpl@3906f611"; see cause exception in the Java stack trace.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${JournalArticle.getArticleContent(ar...  [in template "20098#20124#38972" at line 150, column 21]
----
1<style> 
2section#content { 
3    padding: 0; 
4
5    .indicadores_fondos.estado { 
6        display: none; 
7
8</style> 
9<div class="container-fluid margen_fondos"> 
10    <#if (banner.getData())?? && banner.getData() != ""> 
11        <img class="img-responsive sty_img_fondos" alt="${banner.getAttribute("alt")}" data-fileentryid="${banner.getAttribute("fileEntryId")}" src="${banner.getData()}" /> 
12    </#if> 
13</div> 
14<!-- Ruta de navegación embebido --> 
15<div class="col-12 mt-3"> 
16    <@liferay_portlet["runtime"] 
17        portletName = "com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet"/> 
18</div> 
19<div class="container"> 
20    <div class="row"> 
21        <div class="col-12 col-md-3"> 
22        <!-- Menu contextual embebido --> 
23            <div> 
24                <@liferay_portlet["runtime"] 
25                    portletName = "com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_abc6789" 
26                /> 
27            </div> 
28                 
29            <div class="webcontent_calendario"> 
30 
31            <#assign webContentData0 = jsonFactoryUtil.createJSONObject(contenido_web_calendario.getData()) 
32            /> 
33     
34                <#if webContentData0.classPK??> 
35     
36                    <#assign JournalArticle =serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")> 
37     
38                    <#assign article = JournalArticle.fetchLatestArticle(webContentData0.classPK?number) >     
39     
40                    <!--Contenido web seleccionado en campo de estructura--> 
41                    ${JournalArticle.getArticleContent(article, article.DDMTemplateKey, VIEW, article.defaultLanguagueId, portletRequestModel, themeDisplay)} 
42     
43                    <br>                                 
44                </#if> 
45     
46            </div>  
47        </div> 
48        <div class="col-12 col-md-9"> 
49            <div class="col-12"> 
50                <h1>${titulo.getData()}</h1>  
51            </div> 
52     
53            <div class="col-12"> 
54     
55                <div class="row"> 
56                    <div class="col-12 col-md-6"> 
57                        <div class="indicadores_fondos"> 
58                            <span class="negri_ta_fondos">Estudio &nbsp;</span> ${Textobhxd.getData()} 
59                        </div> 
60     
61                        <div class="indicadores_fondos"> 
62                            <span class="negri_ta_fondos">Estudiar en &nbsp;</span> ${estudiar_en.getData()} 
63                        </div> 
64     
65                        <div class="indicadores_fondos"> 
66                            <span class="negri_ta_fondos">Para población &nbsp;</span> ${Texto2fef.getData()} 
67                        </div> 
68                    </div> 
69     
70                    <div class="col-12 col-md-6"> 
71                        <div class="indicadores_fondos estado"> 
72                            <span class="negri_ta_fondos">Estado &nbsp;</span> ${estado.getData()} 
73                        </div> 
74     
75                        <div class="indicadores_fondos"> 
76                            <span class="negri_ta_fondos">Constituyente &nbsp;</span> ${constituyente.getData()} 
77                        </div> 
78                    </div> 
79                </div>     
80     
81            </div> 
82     
83            <div class="col-12"> 
84                <hr> 
85            </div>     
86     
87            <!--calendario--> 
88            <!--<#-- 
89            <div class="col-12 calendario_comu"> 
90                ${HTMLpi88.getData()} 
91                <hr> 
92            </div> -->              
93             
94            <!--Cuerpo del comunicado--> 
95             
96            <div class="col-12 cuerpo_comunicado"> 
97                <!--<br>--> 
98                ${basic_info.getData()} 
99                 
100                <div class="webcontent_pestanas"> 
101                     
102                    <#assign webContentData01 = jsonFactoryUtil.createJSONObject(ContenidoWeb22wh.getData()) 
103                    /> 
104             
105                        <#if webContentData01.classPK??> 
106             
107                            <#assign JournalArticle =serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")> 
108             
109                            <#assign article = JournalArticle.fetchLatestArticle(webContentData01.classPK?number) > 
110             
111                            <!--Contenido web seleccionado en campo de estructura--> 
112                            ${JournalArticle.getArticleContent(article, article.DDMTemplateKey, VIEW, article.defaultLanguagueId, portletRequestModel, themeDisplay)} 
113             
114                            <br> 
115                                                 
116                        </#if> 
117                </div> 
118                 
119            </div> 
120     
121            <!--botones de solicitud einformación--> 
122            <!-- 
123            <div class="col-12 dst_btns_fondos"> 
124                <br> 
125                <a href="" class="solicitar_fondos ajuste_btns_fondos">Solicitar tu crédito</a>    
126     
127                <a href="" class="simular_fondos ajuste_btns_fondos">Simular tu crédito</a>              
128     
129                <br> 
130            </div> 
131            --> 
132 
133        </div> 
134    </div> 
135 
136    <div class="row"> 
137        <div class="col-12"> 
138            <div class="info_tu_credito">             
139                <#assign 
140                	webContentData1 = jsonFactoryUtil.createJSONObject(contenido_web_info_tu_fondo.getData()) 
141                /> 
142     
143                <#if webContentData1.classPK??> 
144     
145                    <#assign JournalArticle =serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")> 
146     
147                    <#assign article = JournalArticle.fetchLatestArticle(webContentData1.classPK?number) > 
148     
149                    <!--Contenido web seleccionado en campo de estructura--> 
150                    ${JournalArticle.getArticleContent(article, article.DDMTemplateKey, VIEW, article.defaultLanguagueId, portletRequestModel, themeDisplay)} 
151     
152                    <br> 
153                                         
154                </#if> 
155     
156            </div> 
157     
158            <div class="show pestañas"> 
159             
160                <#assign 
161                	webContentData3 = jsonFactoryUtil.createJSONObject(ContenidoWeb20vf.getData()) 
162                /> 
163     
164                <#if webContentData3.classPK??> 
165     
166                    <#assign JournalArticle =serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")> 
167     
168                    <#assign article = JournalArticle.fetchLatestArticle(webContentData3.classPK?number) > 
169     
170     
171                    <!--Contenido web seleccionado en campo de estructura--> 
172                    ${JournalArticle.getArticleContent(article, article.DDMTemplateKey, VIEW, article.defaultLanguagueId, portletRequestModel, themeDisplay)} 
173     
174                    <br> 
175                                         
176                </#if> 
177            </div> 
178        </div> 
179    </div> 
180</div>