<?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>Error on deploy portlet - Liferay 7.0</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=106166548" />
  <subtitle>Error on deploy portlet - Liferay 7.0</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=106166548</id>
  <updated>2026-04-06T09:05:08Z</updated>
  <dc:date>2026-04-06T09:05:08Z</dc:date>
  <entry>
    <title>RE: Error on deploy portlet - Liferay 7.0</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119482965" />
    <author>
      <name>majdi Achouri</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=119482965</id>
    <updated>2020-06-25T12:44:49Z</updated>
    <published>2020-06-25T12:44:49Z</published>
    <summary type="html">In my case it was a define problem : &lt;br /&gt;I was including &amp;lt;liferay-theme:defineObjects /&amp;gt; in the jsp instead of including  &amp;lt;portlet:defineObjects /&amp;gt;&lt;br /&gt;by including &amp;lt;portlet:defineObjects /&amp;gt;    &amp;lt;%@ taglib prefix=&amp;#34;portlet&amp;#34; [url=http://uri=&amp;#34;http://java.sun.com/portlet_2_0&amp;#34;%&amp;gt;]uri=&amp;#34;http://java.sun.com/portlet_2_0&amp;#34;%&amp;gt; it is working well</summary>
    <dc:creator>majdi Achouri</dc:creator>
    <dc:date>2020-06-25T12:44:49Z</dc:date>
  </entry>
  <entry>
    <title>RE: Error on deploy portlet - Liferay 7.0</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=106318122" />
    <author>
      <name>Joaquin Cabal</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=106318122</id>
    <updated>2018-04-06T17:22:10Z</updated>
    <published>2018-04-06T17:22:10Z</published>
    <summary type="html">Ok David,&lt;br /&gt;I &amp;#39;m using maven so I had already this dependency included:&lt;br /&gt;&lt;br /&gt;&amp;lt;dependency&amp;gt;&lt;br /&gt;      &amp;lt;groupId&amp;gt;com.liferay.portal&amp;lt;/groupId&amp;gt;&lt;br /&gt;      &amp;lt;artifactId&amp;gt;com.liferay.util.taglib&amp;lt;/artifactId&amp;gt;&lt;br /&gt;      &amp;lt;version&amp;gt;2.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;      &amp;lt;scope&amp;gt;provided&amp;lt;/scope&amp;gt;&lt;br /&gt;    &amp;lt;/dependency&amp;gt;&lt;br /&gt;&lt;br /&gt;Now is working after remove the Freemarker Portlet  automatically created by liferay ide when I created a Component class.  So I supose I had not the freemarker libs correctly imported&lt;br /&gt;&lt;br /&gt;Well thanks!</summary>
    <dc:creator>Joaquin Cabal</dc:creator>
    <dc:date>2018-04-06T17:22:10Z</dc:date>
  </entry>
  <entry>
    <title>RE: Error on deploy portlet - Liferay 7.0</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=106321458" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=106321458</id>
    <updated>2018-04-06T17:11:44Z</updated>
    <published>2018-04-06T17:11:44Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div class="quote-title"&gt;Joaquin Cabal:&lt;/div&gt;&lt;blockquote&gt;"Caused by: org.apache.jasper.JasperException: /propertytags/../init.jsp(3,66) PWC6112: Failed to load or instantiate TagExtraInfo class: com.liferay.taglib.portlet.ActionURLTe"&lt;/blockquote&gt;&lt;br&gt;&lt;br&gt;That is a different error.  It means you have included the tld file, but not the corresponding tag lib where the classes are defined.&lt;br&gt;&lt;br&gt;You should have something like:&lt;br&gt;&lt;br&gt;&lt;pre&gt;&lt;code&gt;compileOnly group: "com.liferay.portal", 
    name: "com.liferay.util.taglib", version: "2.7.0"&lt;/code&gt;&lt;/pre&gt;&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2018-04-06T17:11:44Z</dc:date>
  </entry>
  <entry>
    <title>RE: Error on deploy portlet - Liferay 7.0</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=106317856" />
    <author>
      <name>Joaquin Cabal</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=106317856</id>
    <updated>2018-04-06T16:59:34Z</updated>
    <published>2018-04-06T16:59:34Z</published>
    <summary type="html">Ok Sushil, thanks&lt;br /&gt;you both are right I haven&amp;#39;t put the liferay-portlet tag&lt;br /&gt;&lt;br /&gt;I put it now but still same error happen. Even The module was working fine , I didn&amp;#39;t change any code and starts to throw this error.&lt;br /&gt;&lt;br /&gt;Now I have these imports:&lt;br /&gt;&lt;br /&gt;&amp;lt;%@ taglib uri=&amp;#34;http://java.sun.com/jsp/jstl/core&amp;#34; prefix=&amp;#34;c&amp;#34; %&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;%@ taglib uri=&amp;#34;http://java.sun.com/portlet_2_0&amp;#34; prefix=&amp;#34;portlet&amp;#34; %&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;%@ taglib uri=&amp;#34;http://liferay.com/tld/aui&amp;#34; prefix=&amp;#34;aui&amp;#34; %&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;%@ taglib uri=&amp;#34;http://liferay.com/tld/theme&amp;#34; prefix=&amp;#34;liferay-theme&amp;#34; %&amp;gt;&amp;lt;%@&lt;br /&gt;taglib uri=&amp;#34;http://liferay.com/tld/ui&amp;#34; prefix=&amp;#34;liferay-ui&amp;#34; %&amp;gt;&lt;br /&gt;&amp;lt;%@ taglib uri=&amp;#34;http://liferay.com/tld/frontend&amp;#34; prefix=&amp;#34;liferay-frontend&amp;#34; %&amp;gt;&lt;br /&gt;&amp;lt;%@ taglib uri=&amp;#34;http://liferay.com/tld/util&amp;#34; prefix=&amp;#34;liferay-util&amp;#34; %&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;%@taglib uri=&amp;#34;http://liferay.com/tld/portlet&amp;#34; prefix=&amp;#34;liferay-portlet&amp;#34; %&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And the error is the same:&lt;br /&gt;&lt;br /&gt;&amp;#34;Caused by: org.apache.jasper.JasperException: /propertytags/../init.jsp(3,66) PWC6112: Failed to load or instantiate TagExtraInfo class: com.liferay.taglib.portlet.ActionURLTe&amp;#34;&lt;br /&gt;&lt;br /&gt;The line marked in jsp corresponds to this import: &amp;#34;&amp;lt;%@ taglib uri=&amp;#34;http://java.sun.com/portlet_2_0&amp;#34; prefix=&amp;#34;portlet&amp;#34; %&amp;gt;&amp;#34; &lt;br /&gt;Im confused, seems the tld libs are not loaded or something?</summary>
    <dc:creator>Joaquin Cabal</dc:creator>
    <dc:date>2018-04-06T16:59:34Z</dc:date>
  </entry>
  <entry>
    <title>RE: Error on deploy portlet - Liferay 7.0</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=106193687" />
    <author>
      <name>Sushil Patidar</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=106193687</id>
    <updated>2018-04-04T07:24:19Z</updated>
    <published>2018-04-04T07:24:19Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;Hi&lt;br&gt;&lt;blockquote&gt;javax.portlet.PortletException: org.apache.jasper.JasperException: /localization/view.jsp(1,1) /localization/../init.jsp(1,66) PWC6112: Failed to load or instantiate TagExtraInfo class: com.liferay.taglib.portlet.ActionURLTei"&lt;br&gt;&lt;/blockquote&gt;&lt;br&gt;&lt;br&gt;you seems using like&lt;br&gt;&lt;pre&gt;&lt;code&gt;&amp;lt;liferay-portlet:actionurl name="emp" var="empUrl" /&amp;gt;&lt;/code&gt;&lt;/pre&gt;&lt;br&gt;&lt;br&gt;for that you should import as follows&lt;br&gt;&lt;pre&gt;&lt;code&gt;&amp;amp;lt;%@taglib uri="http://liferay.com/tld/portlet" prefix="liferay-portlet" %&amp;amp;gt;&lt;/code&gt;&lt;/pre&gt;&lt;br&gt;&lt;br&gt;Regards&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>Sushil Patidar</dc:creator>
    <dc:date>2018-04-04T07:24:19Z</dc:date>
  </entry>
  <entry>
    <title>RE: Error on deploy portlet - Liferay 7.0</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=106167108" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=106167108</id>
    <updated>2018-04-03T17:35:56Z</updated>
    <published>2018-04-03T17:35:56Z</published>
    <summary type="html">As you can see, the actionURL tag comes from liferay-portlet.tld which you don&amp;#39;t reference.</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2018-04-03T17:35:56Z</dc:date>
  </entry>
  <entry>
    <title>Error on deploy portlet - Liferay 7.0</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=106166547" />
    <author>
      <name>Joaquin Cabal</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=106166547</id>
    <updated>2018-04-03T16:20:09Z</updated>
    <published>2018-04-03T16:20:09Z</published>
    <summary type="html">Hi, I created a portlet with some MVCActionCommands and was working fine .&lt;br /&gt;Yesterday misteriously stop working and showing the following error:&lt;br /&gt;&lt;br /&gt;&amp;#34;javax.portlet.PortletException: org.apache.jasper.JasperException: /localization/view.jsp(1,1) /localization/../init.jsp(1,66) PWC6112: Failed to load or instantiate TagExtraInfo class: com.liferay.taglib.portlet.ActionURLTei&amp;#34;&lt;br /&gt;&lt;br /&gt;Seems init.jsp has some import wrong or something like that but I am looking and is ok.&lt;br /&gt;These are the imports throwing the error:&lt;br /&gt;&lt;br /&gt;&amp;lt;%@ taglib uri=&amp;#34;http://java.sun.com/portlet_2_0&amp;#34; prefix=&amp;#34;portlet&amp;#34;%&amp;gt;&lt;br /&gt;&amp;lt;%@ taglib uri=&amp;#34;http://liferay.com/tld/aui&amp;#34; prefix=&amp;#34;aui&amp;#34; %&amp;gt;&lt;br /&gt;&amp;lt;%@ taglib uri=&amp;#34;http://java.sun.com/jsp/jstl/core&amp;#34; prefix=&amp;#34;c&amp;#34; %&amp;gt;&lt;br /&gt;&amp;lt;%@ taglib uri=&amp;#34;http://liferay.com/tld/ui&amp;#34; prefix=&amp;#34;liferay-ui&amp;#34; %&amp;gt;&lt;br /&gt;&amp;lt;%@ taglib uri=&amp;#34;http://liferay.com/tld/util&amp;#34; prefix=&amp;#34;liferay-util&amp;#34; %&amp;gt;&lt;br /&gt;&amp;lt;%@ taglib uri=&amp;#34;http://liferay.com/tld/frontend&amp;#34; prefix=&amp;#34;liferay-frontend&amp;#34; %&amp;gt;&lt;br /&gt;&lt;br /&gt;Any suggestion? &lt;br /&gt;&lt;br /&gt;Thanks!</summary>
    <dc:creator>Joaquin Cabal</dc:creator>
    <dc:date>2018-04-03T16:20:09Z</dc:date>
  </entry>
</feed>
