Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

My application portlets don't appear in the liferay portal ?

843844Oct 4 2007 — edited Oct 8 2007
I'm trying to use liferay portal with a jsf project already created on another machine.

I installed the liferay successfully on Tomcat Apache 5.5.
I followed all the installation steps from the liferay website & they're all successful, i tried (http://localhost:8080) and it ran successfully.

Now came the step of importing my app in liferay ... I've put the (*.war) file of my app. in (webapps) folder in the liferay folder .
I also created (lportal) mysql db & imported the previous portal db in it, & edited the connection file to it in liferay(ROOT.xml).

Now i ran (startup.bat) for liferay .... liferay starts successfully in the browser but empty .... no portlets !!
Only the portlets names appear but no portlets at all(except the liferay default portlets).

When i try to access any of the portlets of my app. in the browser, the following error appears in the console :
WARN [com.liferay.portal.service.impl.PortletLocalServiceImpl] Portlet not found for 182 portlet1Name_portlet_WAR_myappName
WARN [com.liferay.portal.service.impl.PortletLocalServiceImpl] Portlet not found for 182 Portlet2Name_portlet_WAR_myappName
I tried this with liferay v(4.2) & v(4.3) and they give the same errors.

am i missing something here ?
If you need any other information, just ask me...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 5 2007
Added on Oct 4 2007
5 comments
1,897 views