掲示板

Error while deploying a portlet...

12年前 に Sujeet Kumar によって更新されました。

Error while deploying a portlet...

New Member 投稿: 24 参加年月日: 11/11/02 最新の投稿
Hi All,

While deploying a portlet in liferay 6.1(using liferay IDE) am getting below error...

Mar 14, 2012 8:28:43 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ~\liferay-portal-6.1.0-ce-ga1\tomcat-7.0.23\webapps\mail-portlet
Mar 14, 2012 8:28:45 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ~\liferay-portal-6.1.0-ce-ga1\tomcat-7.0.23\webapps\web-form-portlet
Mar 14, 2012 8:28:47 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Mar 14, 2012 8:28:47 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Mar 14, 2012 8:28:47 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 222664 ms
Mar 14, 2012 8:28:57 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ~\liferay-portal-6.1.0-ce-ga1\tomcat-7.0.23\webapps\msourceoneadmin-portlet
Mar 14, 2012 8:28:58 PM org.apache.catalina.startup.TldConfig tldScanWebXml
WARNING: Path [http://liferay.com/tld/ui] skipped since URI [/WEB-INF/tld/liferay-ui.tld] is a duplicate
Mar 14, 2012 8:28:58 PM org.apache.catalina.startup.TldConfig tldScanWebXml
WARNING: Path [http://liferay.com/tld/theme] skipped since URI [/WEB-INF/tld/liferay-theme.tld] is a duplicate


Thanks in advance
Sujeet
thumbnail
12年前 に David H Nebinger によって更新されました。

RE: Error while deploying a portlet...

Liferay Legend 投稿: 14918 参加年月日: 06/09/02 最新の投稿
It is not an error, it's a warning.

When the hot deploy processes a portlet, it will automagically copy in all TLD files into your project. Since you already have those files, the deployer is adding a warning that it will not replace your files w/ the static ones it would normally copy in.

It is safe to ignore this warning.
10年前 に Siddesh B によって更新されました。

RE: Error while deploying a portlet...

New Member 投稿: 17 参加年月日: 13/08/02 最新の投稿
Hi David,

Am getting the below error. Please suggest me.

INFO: Deploying web application directory D:\ABRT\Liferay61\WorkSpace\bundles\tomcat-7.0.27\webapps\ContactUs3-portlet
Aug 20, 2013 6:40:55 PM org.apache.catalina.startup.TldConfig tldScanWebXml
WARNING: Failed to process TLD with path [isomorphic] and URI [/WEB-INF/iscTaglib.xml]
java.net.MalformedURLException
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)

Thanks in advance
10年前 に Jeffrey Jarin によって更新されました。

RE: Error while deploying a portlet...

Junior Member 投稿: 30 参加年月日: 13/07/05 最新の投稿
you either have a wrong syntax on how you include your TLD try to doble check the TAGLIB config
10年前 に Siddesh B によって更新されました。

RE: Error while deploying a portlet...

New Member 投稿: 17 参加年月日: 13/08/02 最新の投稿
Hi
below is the taglib in web.xml

<taglib>
<taglib-uri>http://java.sun.com/jstl/core_rt</taglib-uri>
<taglib-location>/WEB-INF/tld/c-rt.tld</taglib-location>
</taglib>

Please suggest me. am waiting for your reply.