留言板

Tutorial for IDE 3.0.0 anywhere? My portlets dont't work anymore

thumbnail
Fernando Fernandez,修改在7 年前。

Tutorial for IDE 3.0.0 anywhere? My portlets dont't work anymore

Expert 帖子: 396 加入日期: 07-8-22 最近的帖子
Hi guys,

I reinstalled Eclipse and installed the IDE and - surprise! - here comes the 3.0.0 IDE.

I had some difficulty to understand the differences but I managed to configure my 6.2 CE ga6 local server and my SDK.

The problem is that - even with newly created portlet - I add the portlets to the server, they are deployed but no portlets are recognised inside. Here is the log:


INFO: Deploying web application directory /opt/liferay62/liferay-portal-6.2-ce-ga6/tomcat-7.0.62/webapps/TestPortlet1-portlet
May 27, 2016 10:11:55 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
May 27, 2016 10:11:55 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory /opt/liferay62/liferay-portal-6.2-ce-ga6/tomcat-7.0.62/webapps/TestPortlet1-portlet has finished in 625 ms


Any hints?

TIA

Fernando
thumbnail
Gregory Amerson,修改在7 年前。

RE: Tutorial for IDE 3.0.0 anywhere? My portlets dont't work anymore

Liferay Legend 帖子: 1123 加入日期: 10-2-16 最近的帖子
Hey Fernando,

Can you upload a copy of your project source (in zip file) and then also a copy of the deployed directory in tomcat (under webapps) as a zip? then we can try to help determine what might be the problem.
thumbnail
Fernando Fernandez,修改在7 年前。

RE: Tutorial for IDE 3.0.0 anywhere? My portlets dont't work anymore

Expert 帖子: 396 加入日期: 07-8-22 最近的帖子
Gregory Amerson:
Hey Fernando,

Can you upload a copy of your project source (in zip file) and then also a copy of the deployed directory in tomcat (under webapps) as a zip? then we can try to help determine what might be the problem.


Here they go.

Thanks

Fernando
thumbnail
Arun Das,修改在7 年前。

RE: Tutorial for IDE 3.0.0 anywhere? My portlets dont't work anymore

Regular Member 帖子: 166 加入日期: 12-7-23 最近的帖子
Hi Fernando,
Seems like you are using Liferay CE. AFAIK Java 8 isn't supported fully for Liferay 6.2 CE. The java version for your project was set as Java 1.8 and I wasn't able to select Liferay6.2 runtime, until unless i changed it to Java 1.7. Please find the updated project of yours from the attachment. Check the configurations too..

HTH
Arun
thumbnail
Fernando Fernandez,修改在7 年前。

RE: Tutorial for IDE 3.0.0 anywhere? My portlets dont't work anymore

Expert 帖子: 396 加入日期: 07-8-22 最近的帖子
Thanks Arun!