<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Asset Rendering Error</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=89504519" />
  <subtitle>Asset Rendering Error</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=89504519</id>
  <updated>2026-04-06T11:46:40Z</updated>
  <dc:date>2026-04-06T11:46:40Z</dc:date>
  <entry>
    <title>RE: Asset Rendering Error</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117387318" />
    <author>
      <name>Vishal Srivastava</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117387318</id>
    <updated>2019-10-07T10:48:41Z</updated>
    <published>2019-10-07T10:48:41Z</published>
    <summary type="html">Can you please share the fix as i have the same issue.Thanks in advance!</summary>
    <dc:creator>Vishal Srivastava</dc:creator>
    <dc:date>2019-10-07T10:48:41Z</dc:date>
  </entry>
  <entry>
    <title>RE: Asset Rendering Error</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=107772259" />
    <author>
      <name>Daniel G</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=107772259</id>
    <updated>2018-05-04T09:15:47Z</updated>
    <published>2018-05-04T09:15:47Z</published>
    <summary type="html">Hi&lt;br /&gt;&lt;br /&gt;I think that the error is not in the asset renderer. It might be in the way that you are calling it. Maybe if you add logs to everything in the java class you can find exactly where is the problem.&lt;br /&gt;&lt;br /&gt;Kind regards</summary>
    <dc:creator>Daniel G</dc:creator>
    <dc:date>2018-05-04T09:15:47Z</dc:date>
  </entry>
  <entry>
    <title>RE: Asset Rendering Error</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=107186649" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=107186649</id>
    <updated>2018-04-25T12:47:20Z</updated>
    <published>2018-04-25T12:47:20Z</published>
    <summary type="html">If you have an NPE, you aren&amp;#39;t setting a value that is expected to be non-null.&lt;br /&gt;&lt;br /&gt;Use the stack trace to figure out what is null and the point from your code which triggers the NPE.</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2018-04-25T12:47:20Z</dc:date>
  </entry>
  <entry>
    <title>RE: Asset Rendering Error</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=107179333" />
    <author>
      <name>Yoga Aldian Putra</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=107179333</id>
    <updated>2018-04-25T10:41:42Z</updated>
    <published>2018-04-25T10:41:42Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div class="quote-title"&gt;Daniel G:&lt;/div&gt;&lt;blockquote&gt;Hi.&lt;br&gt;&lt;br&gt;In the method I only indicate the path of the redirection. What is exactly your problem?&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;pre&gt;&lt;code&gt;
@Override
	 public String getJspPath(HttpServletRequest request, String template) {
		
		if (template.equals(TEMPLATE_ABSTRACT) ||
				template.equals(TEMPLATE_FULL_CONTENT)) {
		
			
				return "/viewForm.jsp";
		}
				else {
					
					return null;
				}
	 
	 }&lt;/code&gt;&lt;/pre&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;kind regards&lt;/blockquote&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks for your reply Daniel, i've got this error message even I've followed your suggestion, here's the error message:&lt;br&gt;&lt;br&gt;&lt;blockquote&gt;&lt;br&gt;[AssetDisplayTag:197] Unable to include asset renderer template&lt;br&gt;java.lang.NullPointerException&lt;br&gt;&lt;/blockquote&gt;&lt;br&gt;&lt;br&gt;i'm new at liferay, and i want use workflow for my custom entity, and i found this nice article and try to follow the instruction &lt;br&gt;"http://www.javasavvy.com/liferay-dxp-custom-entity-kaleo-workflow-tutorial/"&lt;br&gt;&lt;br&gt;the workflow process runs well and i can approve the incoming notification.  The error only appear when i click the notification.&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Yoga&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>Yoga Aldian Putra</dc:creator>
    <dc:date>2018-04-25T10:41:42Z</dc:date>
  </entry>
  <entry>
    <title>RE: Asset Rendering Error</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=107043605" />
    <author>
      <name>Daniel G</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=107043605</id>
    <updated>2018-04-23T09:16:39Z</updated>
    <published>2018-04-23T09:16:39Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;Hi.&lt;br&gt;&lt;br&gt;In the method I only indicate the path of the redirection. What is exactly your problem?&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;pre&gt;&lt;code&gt;
@Override
	 public String getJspPath(HttpServletRequest request, String template) {
		
		if (template.equals(TEMPLATE_ABSTRACT) ||
				template.equals(TEMPLATE_FULL_CONTENT)) {
		
			
				return "/viewForm.jsp";
		}
				else {
					
					return null;
				}
	 
	 }&lt;/code&gt;&lt;/pre&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;kind regards&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>Daniel G</dc:creator>
    <dc:date>2018-04-23T09:16:39Z</dc:date>
  </entry>
  <entry>
    <title>RE: Asset Rendering Error</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=106805886" />
    <author>
      <name>Yoga Aldian Putra</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=106805886</id>
    <updated>2018-04-18T02:31:28Z</updated>
    <published>2018-04-18T02:31:28Z</published>
    <summary type="html">&lt;div class="quote-title"&gt;Daniel G:&lt;/div&gt;&lt;blockquote&gt;Finally I found the mistake. The error was in the asset renderer, what made that the redirection to jsp page was failing.&lt;br /&gt;&lt;br /&gt;Thanks for the help!&lt;/blockquote&gt;&lt;br /&gt;Hi Daniel, would you tell me your detail step to fix this error? i have the same problem with you, (getJspPath).&lt;br /&gt;&lt;br /&gt;Thanks before</summary>
    <dc:creator>Yoga Aldian Putra</dc:creator>
    <dc:date>2018-04-18T02:31:28Z</dc:date>
  </entry>
  <entry>
    <title>RE: Asset Rendering Error</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=99704413" />
    <author>
      <name>Daniel G</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=99704413</id>
    <updated>2017-11-29T14:36:56Z</updated>
    <published>2017-11-29T14:36:56Z</published>
    <summary type="html">Hi.&lt;br /&gt;&lt;br /&gt;It seems like an error with the path of ASSETCONTENT.jsp&lt;br /&gt;&lt;br /&gt;What is the path of that file?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Kind Regards</summary>
    <dc:creator>Daniel G</dc:creator>
    <dc:date>2017-11-29T14:36:56Z</dc:date>
  </entry>
  <entry>
    <title>RE: Asset Rendering Error</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=99674230" />
    <author>
      <name>Akhilesh Mishra</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=99674230</id>
    <updated>2017-11-29T10:02:24Z</updated>
    <published>2017-11-29T10:02:24Z</published>
    <summary type="html">sir &lt;br /&gt;i have met with same error &lt;br /&gt;10:02:46,767 ERROR [http-nio-8080-exec-1][AssetDisplayTag:195] null&lt;br /&gt;java.io.FileNotFoundException: /o/portal-workflow-task-web/Inspection-agency/Asset/ASSETCONTENT.jsp.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;below is the code&lt;br /&gt;&lt;br /&gt;package org.egov.wdra.feedback.asset;&lt;br /&gt;&lt;br /&gt;import com.liferay.asset.kernel.model.AssetRendererFactory;&lt;br /&gt;import com.liferay.asset.kernel.model.BaseJSPAssetRenderer;&lt;br /&gt;import com.liferay.portal.kernel.language.LanguageUtil;&lt;br /&gt;import com.liferay.portal.kernel.portlet.LiferayPortletRequest;&lt;br /&gt;import com.liferay.portal.kernel.portlet.LiferayPortletResponse;&lt;br /&gt;import com.liferay.portal.kernel.theme.ThemeDisplay;&lt;br /&gt;import com.liferay.portal.kernel.util.HtmlUtil;&lt;br /&gt;import com.liferay.portal.kernel.util.ResourceBundleLoader;&lt;br /&gt;import com.liferay.portal.kernel.util.StringUtil;&lt;br /&gt;import com.liferay.portal.kernel.util.Validator;&lt;br /&gt;import com.liferay.portal.kernel.util.WebKeys;&lt;br /&gt;&lt;br /&gt;import java.util.Locale;&lt;br /&gt;import java.util.ResourceBundle;&lt;br /&gt;&lt;br /&gt;import javax.portlet.PortletRequest;&lt;br /&gt;import javax.portlet.PortletResponse;&lt;br /&gt;import javax.portlet.PortletURL;&lt;br /&gt;import javax.portlet.WindowState;&lt;br /&gt;import javax.servlet.http.HttpServletRequest;&lt;br /&gt;import javax.servlet.http.HttpServletResponse;&lt;br /&gt;&lt;br /&gt;import org.wdra.model.feedback;&lt;br /&gt;&lt;br /&gt;public class FormAssetRendrer extends BaseJSPAssetRenderer&amp;lt;feedback&amp;gt; {&lt;br /&gt;	&lt;br /&gt;	private final feedback _feedback;&lt;br /&gt;	private final ResourceBundleLoader _resourceBundleLoader;&lt;br /&gt;	&lt;br /&gt;	public FormAssetRendrer(&lt;br /&gt;			feedback inspectionAgency, ResourceBundleLoader resourceBundleLoader) {&lt;br /&gt;		&lt;br /&gt;		System.out.println(&amp;#34;TANMAY&amp;#34;);&lt;br /&gt;		_feedback = inspectionAgency;&lt;br /&gt;		    _resourceBundleLoader = resourceBundleLoader;&lt;br /&gt;		}&lt;br /&gt;	&lt;br /&gt;	&lt;br /&gt;	@Override&lt;br /&gt;	public feedback getAssetObject() {&lt;br /&gt;		return _feedback;&lt;br /&gt;	}&lt;br /&gt;	&lt;br /&gt;	@Override&lt;br /&gt;	public String getClassName() {&lt;br /&gt;		return feedback.class.getName();&lt;br /&gt;	}&lt;br /&gt;	&lt;br /&gt;	@Override&lt;br /&gt;	public long getClassPK() {&lt;br /&gt;		return _feedback.getFedid();&lt;br /&gt;	}&lt;br /&gt;	&lt;br /&gt;	@Override&lt;br /&gt;	public long getGroupId() {&lt;br /&gt;		return _feedback.getGroupId();&lt;br /&gt;	}&lt;br /&gt;	&lt;br /&gt;	public String getType() {&lt;br /&gt;	    return FeedbackAssetRendrerFactory.TYPE;&lt;br /&gt;	}&lt;br /&gt;	&lt;br /&gt;	public String getPortletId() {&lt;br /&gt;	    AssetRendererFactory&amp;lt;feedback&amp;gt; assetRendererFactory =&lt;br /&gt;	        getAssetRendererFactory();&lt;br /&gt;&lt;br /&gt;	    return assetRendererFactory.getPortletId();&lt;br /&gt;	}&lt;br /&gt;	&lt;br /&gt;	@Override&lt;br /&gt;	public int getStatus() {&lt;br /&gt;	    return _feedback.getStatus();&lt;br /&gt;	}&lt;br /&gt;	&lt;br /&gt;	@Override&lt;br /&gt;	public String getSummary(&lt;br /&gt;	    PortletRequest portletRequest, PortletResponse portletResponse) {&lt;br /&gt;		System.out.println(&amp;#34;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; getSummary called &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;#34;);	&lt;br /&gt;	    /*int abstractLength = AssetUtil.ASSET_ENTRY_ABSTRACT_LENGTH;&lt;br /&gt;&lt;br /&gt;	    if (portletRequest != null) {&lt;br /&gt;	        abstractLength = GetterUtil.getInteger(&lt;br /&gt;	            portletRequest.getAttribute(&lt;br /&gt;	                WebKeys.ASSET_ENTRY_ABSTRACT_LENGTH),&lt;br /&gt;	            AssetUtil.ASSET_ENTRY_ABSTRACT_LENGTH);&lt;br /&gt;	    }*/&lt;br /&gt;&lt;br /&gt;	    String summary = &lt;br /&gt;	    		&amp;#34;[&amp;#34;+_feedback.getPrimaryKey()+&amp;#34;] &amp;#34;+ _feedback.getFullname();&lt;br /&gt;&lt;br /&gt;	    if (Validator.isNull(summary)) {&lt;br /&gt;	        summary = HtmlUtil.stripHtml(&lt;br /&gt;	            StringUtil.shorten(String.valueOf(_feedback.getPrimaryKey()), 20));&lt;br /&gt;	    }&lt;br /&gt;&lt;br /&gt;	    return summary;&lt;br /&gt;	}&lt;br /&gt;	&lt;br /&gt;	/**&lt;br /&gt;	 * the resource bundle loader you configured in the constructor to &lt;br /&gt;	 * load your module’s resource bundle and return the display title &lt;br /&gt;	 * for your asset&lt;br /&gt;	 */&lt;br /&gt;	@Override&lt;br /&gt;	public String getTitle(Locale locale) {&lt;br /&gt;		System.out.println(&amp;#34;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; getTitle called &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;#34;);&lt;br /&gt;	    ResourceBundle resourceBundle =&lt;br /&gt;	        _resourceBundleLoader.loadResourceBundle(&lt;br /&gt;	            LanguageUtil.getLanguageId(locale));&lt;br /&gt;	    &lt;br /&gt;	    &lt;br /&gt;	   // return WarehouseLocalServiceUtil.getDisplayTitle(resourceBundle, _warehouse);&lt;br /&gt;	    return _feedback.getFullname();&lt;br /&gt;	}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;	@Override&lt;br /&gt;	public long getUserId() {&lt;br /&gt;		return _feedback.getUserId();&lt;br /&gt;	}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;	@Override&lt;br /&gt;	public String getUserName() {&lt;br /&gt;//		return _inspectionAgency.getCreated_By();&lt;br /&gt;		return null;&lt;br /&gt;	}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;	@Override&lt;br /&gt;	public String getUuid() {&lt;br /&gt;		return null;&lt;br /&gt;	}&lt;br /&gt;&lt;br /&gt;/*@Override&lt;br /&gt;public String getJspPath(HttpServletRequest request, String template) {&lt;br /&gt;	System.out.println(&amp;#34;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; gxvxvxvxvxvxvetJspPath called &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;#34;);	&lt;br /&gt;	return  &amp;#34;&lt;br /&gt;}*/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;	@Override&lt;br /&gt;	public String getJspPath(HttpServletRequest request, String template) {&lt;br /&gt;		System.out.println(&amp;#34;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; getJspPath called &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;#34;+template);	&lt;br /&gt;		System.out.println(&amp;#34;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Context Path&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;#34;+request.getContextPath());	&lt;br /&gt;		&lt;br /&gt;		&lt;br /&gt;		if (template.equals(TEMPLATE_ABSTRACT)) {&lt;br /&gt;			System.out.println(&amp;#34;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; if &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;#34;);&lt;br /&gt;			return  request.getContextPath() + &amp;#34;/Inspection-agency/Asset/ASSETCONTENT.jsp&amp;#34;;&lt;br /&gt;			&lt;br /&gt;		}else {&lt;br /&gt;			 System.out.println(&amp;#34;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ELSE &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;#34;);&lt;br /&gt;				return   &amp;#34;/form/Inspection-agency/Asset/ASSETCONTENT.jsp&amp;#34;;&lt;br /&gt;				&lt;br /&gt;		    &lt;br /&gt;		}&lt;br /&gt;		&lt;br /&gt;	}&lt;br /&gt;	&lt;br /&gt;	&lt;br /&gt;	&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;	&lt;br /&gt;	@Override&lt;br /&gt;	public boolean include(&lt;br /&gt;	        HttpServletRequest request, HttpServletResponse response,&lt;br /&gt;	        String template)&lt;br /&gt;	    throws Exception {&lt;br /&gt;		System.out.println(&amp;#34;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; include called &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;#34;);	&lt;br /&gt;	    request.setAttribute(&amp;#34;_feedbackId&amp;#34;, _feedback.getFedid());&lt;br /&gt;	    &lt;br /&gt;	    ThemeDisplay themeDisplay = (ThemeDisplay) request.getAttribute(WebKeys.THEME_DISPLAY);&lt;br /&gt;&lt;br /&gt;	   	    &lt;br /&gt;	    request.setAttribute(&amp;#34;isWorkflowMode&amp;#34;, Boolean.TRUE.toString());&lt;br /&gt;	    return super.include(request, response, template);&lt;br /&gt;	}&lt;br /&gt;	&lt;br /&gt;&lt;br /&gt;	&lt;br /&gt;	@Override&lt;br /&gt;	public String getURLView(&lt;br /&gt;	        LiferayPortletResponse liferayPortletResponse,&lt;br /&gt;	        WindowState windowState)&lt;br /&gt;	    throws Exception {&lt;br /&gt;&lt;br /&gt;	    AssetRendererFactory&amp;lt;feedback&amp;gt; assetRendererFactory =&lt;br /&gt;	        getAssetRendererFactory();&lt;br /&gt;&lt;br /&gt;	    PortletURL portletURL = assetRendererFactory.getURLView(&lt;br /&gt;	        liferayPortletResponse, windowState);&lt;br /&gt;&lt;br /&gt;	    portletURL.setParameter(&amp;#34;mvcRenderCommandName&amp;#34;, &amp;#34;/view_entry&amp;#34;);&lt;br /&gt;	    portletURL.setParameter(&amp;#34;_feedbackId&amp;#34;, String.valueOf(_feedback.getFedid()));&lt;br /&gt;	    portletURL.setWindowState(windowState);&lt;br /&gt;&lt;br /&gt;	    return portletURL.toString();&lt;br /&gt;	}&lt;br /&gt;&lt;br /&gt;	@Override&lt;br /&gt;	public String getURLViewInContext(&lt;br /&gt;	    LiferayPortletRequest liferayPortletRequest,&lt;br /&gt;	    LiferayPortletResponse liferayPortletResponse,&lt;br /&gt;	    String noSuchEntryRedirect) {&lt;br /&gt;&lt;br /&gt;	    return getURLViewInContext(&lt;br /&gt;	        liferayPortletRequest, noSuchEntryRedirect, &amp;#34;/inspection-agency/asset/find_entry&amp;#34;,&lt;br /&gt;	        &amp;#34;_feedbackid&amp;#34;, _feedback.getFedid());&lt;br /&gt;	}&lt;br /&gt;}&lt;br /&gt;Please Help.</summary>
    <dc:creator>Akhilesh Mishra</dc:creator>
    <dc:date>2017-11-29T10:02:24Z</dc:date>
  </entry>
  <entry>
    <title>RE: Asset Rendering Error</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=89728927" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=89728927</id>
    <updated>2017-05-22T12:44:18Z</updated>
    <published>2017-05-22T12:44:18Z</published>
    <summary type="html">FWIW, I did submit a bug and a corresponding PR to change all of these bad exception logging blocks.  It&amp;#39;s made it through some interim hurdles, but I don&amp;#39;t know that it will get in in time for the GA4 cut.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="https://www.eventbrite.com/e/liferay-symposium-north-america-2017-registration-28398031276"&gt;Come meet me at the 2017 LSNA!&lt;/a&gt;</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2017-05-22T12:44:18Z</dc:date>
  </entry>
  <entry>
    <title>RE: Asset Rendering Error</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=89716645" />
    <author>
      <name>Daniel G</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=89716645</id>
    <updated>2017-05-22T07:48:30Z</updated>
    <published>2017-05-22T07:48:30Z</published>
    <summary type="html">Finally I found the mistake. The error was in the asset renderer, what made that the redirection to jsp page was failing.&lt;br /&gt;&lt;br /&gt;Thanks for the help!</summary>
    <dc:creator>Daniel G</dc:creator>
    <dc:date>2017-05-22T07:48:30Z</dc:date>
  </entry>
  <entry>
    <title>RE: Asset Rendering Error</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=89536056" />
    <author>
      <name>Daniel G</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=89536056</id>
    <updated>2017-05-17T09:58:27Z</updated>
    <published>2017-05-17T09:58:27Z</published>
    <summary type="html">Hi David.&lt;br /&gt;&lt;br /&gt;First of all, thanks for your help.&lt;br /&gt;&lt;br /&gt;I was digging into my code and I can find out some things.&lt;br /&gt;&lt;br /&gt;The method include, when executes super.include, it seems to work fine. That method calls getJspPath method, and then is when it breaks. &lt;br /&gt;&lt;br /&gt;in getJSpPath method, I return this: /asset/full_content.jsp for all the templates. And this is where the error appears, I think. But the path is correctly.&lt;br /&gt;&lt;br /&gt;I was reading the documentation again and again looking for mistakes that I could have made, but I didn&amp;#39;t find anything. I checked my service methods but I think that the problem is not there.&lt;br /&gt;&lt;br /&gt;What are you mean when you say  &amp;#34;issue with missing tag attributes&amp;#34;? do you have any idea about what can i do for founding the mistake?&lt;br /&gt;&lt;br /&gt;Thanks again!</summary>
    <dc:creator>Daniel G</dc:creator>
    <dc:date>2017-05-17T09:58:27Z</dc:date>
  </entry>
  <entry>
    <title>RE: Asset Rendering Error</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=89510675" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=89510675</id>
    <updated>2017-05-16T20:07:23Z</updated>
    <published>2017-05-16T20:07:23Z</published>
    <summary type="html">Yeah, that&amp;#39;s another one of those lovely catch blocks Liferay has in there that totally swallows the actual error and only gives you the stupid &amp;#34;null&amp;#34; message from the NPE.&lt;br /&gt;&lt;br /&gt;You get no stack trace, no detail at all about where the null actually originates (whether in this method or in the include() handling.&lt;br /&gt;&lt;br /&gt;Your only path is to do some debugging;  set a breakpoint in the method and step through to identify why the NPE is getting thrown and where.  Likely it will point to an issue with missing tag attributes, but that is just a real haphazard guess without any real details.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="https://www.eventbrite.com/e/liferay-symposium-north-america-2017-registration-28398031276"&gt;Come meet me at the 2017 LSNA!&lt;/a&gt;</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2017-05-16T20:07:23Z</dc:date>
  </entry>
  <entry>
    <title>Asset Rendering Error</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=89504518" />
    <author>
      <name>Daniel G</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=89504518</id>
    <updated>2017-05-16T15:53:57Z</updated>
    <published>2017-05-16T15:53:57Z</published>
    <summary type="html">Hi everyone.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m facing some issues when I&amp;#39;m trying to render an asset for my custom entity and enable it for supporting workflows..&lt;br /&gt;&lt;br /&gt;I had this issue:&lt;br /&gt;ERROR [http-nio-8080-exec-7][AssetDisplayTag:195] null&lt;br /&gt;java.lang.NullPointerException&lt;br /&gt;&lt;br /&gt;when I navigate into a task in My workflow Tasks. I follow the steps of the documentation (https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-0/rendering-an-asset) and I don&amp;#39;t know why it doesn&amp;#39;t work. I can access to the task and it shows what I indicated the summary method, but it should redirect to the pages indicated in the getJspPath method. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I think that the error can be in the include method or in the JspPath, but I did it in the same way that the documentation.&lt;br /&gt;&lt;br /&gt;Does anyone have any idea?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks for the help!</summary>
    <dc:creator>Daniel G</dc:creator>
    <dc:date>2017-05-16T15:53:57Z</dc:date>
  </entry>
</feed>
