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

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_myappNameI 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...

Thanks RahulSharna .... i already sent a post to the liferay forum community ... but i didn't get any helpful response yet .... & i've to solve my problem as soon as possible.
Okay .... I found that i was having a problem in the deployment folder (Thanks yo you) ... & i fixed that.
To test things are okay i downloaded (1) of the liferay server portlets, installed it, then show it using (Add Content) and it worked perfect ..... So there's no problem with liferay itself.
Now i tried to download my own portlet war file just like the previous step .... when it started deploying it, it showed that exception in console & it didn't work :
114:27:34,968 INFO  [com.liferay.portal.kernel.deploy.auto.AutoDeployDir] Processing DEPLOY_TO__Admin_Site_Portlet.war
214:27:34,984 INFO  [com.liferay.portal.deploy.auto.PortletAutoDeployListener] Copying portlets for C:\Documents and Settings\Owner\liferay\deploy\DEPLOY_TO__Admin_Site_Po
3rtlet.war
4  Expanding: C:\Documents and Settings\Owner\liferay\deploy\DEPLOY_TO__Admin_Site_Portlet.war into C:\Programs\Java\liferay\temp\20071005142734984
5  Copying 1 file to C:\Programs\Java\liferay\temp\20071005142734984\WEB-INF
6  Copying 1053 files to C:\Programs\Java\liferay\bin\..\webapps\Admin_Site_Portlet
7Oct 5, 2007 2:28:18 PM org.apache.catalina.startup.HostConfig checkResources
8INFO: Undeploying context [/Admin_Site_Portlet]
9Oct 5, 2007 2:28:20 PM org.apache.catalina.core.StandardContext start
10SEVERE: Error listenerStart
11Oct 5, 2007 2:28:20 PM org.apache.catalina.core.StandardContext start
12SEVERE: Context [/Admin_Site_Portlet] startup failed due to previous errors
13Oct 5, 2007 2:28:20 PM com.icesoft.faces.util.event.servlet.ContextEventRepeater contextDestroyed
14INFO: Servlet Context Name: null, Server Info: Apache Tomcat/5.5.23
15  Copying 1 file to C:\Programs\Java\liferay\bin\..\webapps\Admin_Site_Portlet
16  Deleting directory C:\Programs\Java\liferay\temp\20071005142734984
17Oct 5, 2007 2:29:31 PM org.apache.catalina.startup.HostConfig checkResources
18INFO: Reloading context [/Admin_Site_Portlet]
19Oct 5, 2007 2:29:31 PM org.apache.catalina.core.StandardContext stop
20INFO: Container org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/Admin_Site_Portlet] has not been started
21Oct 5, 2007 2:29:31 PM org.apache.myfaces.config.FacesConfigurator feedStandardConfig
22INFO: Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
23Oct 5, 2007 2:29:31 PM org.apache.myfaces.config.FacesConfigurator feedClassloaderConfigurations
24INFO: Reading config jar:file:/C:/Programs/Java/liferay/webapps/Admin_Site_Portlet/WEB-INF/lib/icefaces-comps.jar!/META-INF/faces-config.xml
25Oct 5, 2007 2:29:31 PM org.apache.myfaces.config.FacesConfigurator feedClassloaderConfigurations
26INFO: Reading config jar:file:/C:/Programs/Java/liferay/webapps/Admin_Site_Portlet/WEB-INF/lib/jsf-components-core-1.1-SNAPSHOT.jar!/META-INF/faces-config.xml
27Oct 5, 2007 2:29:31 PM org.apache.myfaces.config.FacesConfigurator feedClassloaderConfigurations
28INFO: Reading config jar:file:/C:/Programs/Java/liferay/webapps/Admin_Site_Portlet/WEB-INF/lib/just-ice.jar!/META-INF/faces-config.xml
29Oct 5, 2007 2:29:31 PM org.apache.myfaces.config.FacesConfigurator feedClassloaderConfigurations
30INFO: Reading config jar:file:/C:/Programs/Java/liferay/webapps/Admin_Site_Portlet/WEB-INF/lib/myfaces-all-1.1.1.jar!/META-INF/faces-config.xml
31.
32.
33.
34.
35.
36INFO: ServletContext 'C:\Programs\Java\liferay\webapps\Admin_Site_Portlet\' initialized.
3714:31:03,593 INFO  [com.liferay.portal.deploy.hot.PluginPackageHotDeployListener] Reading plugin package for Admin_Site_Portlet
3814:31:03,734 INFO  [com.liferay.portal.deploy.hot.PluginPackageHotDeployListener] Plugin package Admin_Site_Portlet/admin-site/1.0-SNAPSHOT/war registered successfully
3914:31:03,750 INFO  [com.liferay.portal.deploy.hot.PortletHotDeployListener] Registering portlets for Admin_Site_Portlet
4014:31:08,703 ERROR [com.liferay.portal.kernel.deploy.hot.HotDeployUtil] com.liferay.portal.kernel.deploy.hot.HotDeployException: Error registering portlets for Admin_Site_Portlet
41com.liferay.portal.kernel.deploy.hot.HotDeployException: Error registering portlets for Admin_Site_Portlet
42        at com.liferay.portal.deploy.hot.PortletHotDeployListener.invokeDeploy(PortletHotDeployListener.java:371)
43        at com.liferay.portal.kernel.deploy.hot.HotDeployUtil._fireDeployEvent(HotDeployUtil.java:85)
44        at com.liferay.portal.kernel.deploy.hot.HotDeployUtil.fireDeployEvent(HotDeployUtil.java:42)
45        at com.liferay.portal.kernel.servlet.PortletContextListener.portalInit(PortletContextListener.java:45)
46        at com.liferay.portal.kernel.util.PortalInitableUtil.init(PortalInitableUtil.java:39)
47        at com.liferay.portal.kernel.servlet.PortletContextListener.contextInitialized(PortletContextListener.java:52)
48        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3764)
49        at org.apache.catalina.core.StandardContext.start(StandardContext.java:4216)
50        at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1105)
51        at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1203)
52        at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:293)
53        at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
54        at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1306)
55        at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1570)
56        at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1579)
57        at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1559)
58        at java.lang.Thread.run(Thread.java:595)
59Caused by: java.lang.ClassCastException: org.apache.myfaces.portlet.MyFacesGenericPortlet
60        at com.liferay.portal.deploy.hot.PortletHotDeployListener.invokeDeploy(PortletHotDeployListener.java:152)
61        ... 16 moreAny suggestions ?

Similar Messages

  • Pdf files will no longer load in Safari on my macbook pro.  They don't appear in the safari window, nor can I download them directly.

    pdf files will no longer load in Safari on my macbook pro.  They don't appear in the safari window, nor can I download them directly.  Can anyone help?

    Delete the following item, then quit and relaunch Safari:
    /Library/Internet Plug-ins/AdobePDFViewer.plugin

  • My Macbook pro often won't start up since I installed Lion, and I have to shut it down using power button. My desktop icons don't appear and the dock won't open. I only have the little circle of color spinning endlessly. What's wrong now!

    My Macbook pro often won't start up since I installed Lion, and I have to shut it down using power button. My desktop icons don't appear and the dock won't open. I only have the little circle of color spinning endlessly. What's wrong now!

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this exercise is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login. Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    Note: If FileVault is enabled under Mac OS X 10.7 or later, you can’t boot in safe mode.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • When I 'share' photos from iPhoto to Facebook they don't appear on the Facebook newsfeed?

    When I 'share' photos from iPhoto to Facebook they don't appear on the Facebook newsfeed?
    The only way I can get them to appear on the Facebook newsfeed is to 'share' the album within Facebook. Does anyone know why iPhoto only puts the photos on my profile wall and not for people to view in the newsfeed?

    I'm having the same problem and I end up having to just post it the old fashioned way. Has anyone figured this out as they appear on my wall but not in my newsfeed???

  • How to open previous iMovie 09 Projects- don't appear in the Project Pane!

    I have a lot of iMovie 09 Projects that I have done but they no longer appear in the Project Pane. They are still on my external mac-formatted hard drive, but I can't get them to open in iMovie. I remember moving them to my external hard drive within iMovie at one point and I have a bad feeling I might have removed them from iMovie so they wouldnt slow it down... All the events are gone as well, but still reside on my external drive.
    How can I re-open older projects once they don't appear in the project pane any more? They are still in the designated "imovie projects" folder on my hard drive...
    Thank you

    if you have multiple hard drives like me they may be there, but are hidden until you hit the triangle next to the hard drive your projects are stored on. once i did that they "magically" appeared...hope it's an easy fix for you too

  • My Mac Mini (Mid 2011) doesn't connect to Time Capsule in 5GHz Network. This WiFi Network don't appear in the WiFi list. What's Wrong?

    My Mac Mini (Mid 2011) doesn't connect to Time Capsule in 5GHz Network. This WiFi Network don't appear in the WiFi list. What's Wrong?

    Oh yes, & 5 GHz doesn't do walls very well at all.
    GHz and Network Range
      The higher the frequency of a wireless signal, the shorter its range. Thus, 2.4 GHz networks cover a substantially larger range than 5 GHz wireless networks. In particular, the higher frequency wireless signals of 5 GHz networks do not penetrate solid objects nearly as well as do 2.4 GHz signals, limiting their reach inside homes.
    http://compnetworking.about.com/od/wirelessfaqs/f/5ghz-gear.htm

  • My downloaded files don't appear in the download window

    My downloaded files don't appear in the download window. The download window is blank, yet the files download OK.

    Thank you for your prompt help. When I finally got to my profile file, I couldn't find downloads.rdf to delete, but I did find the downloads.sqlite file. Have I misunderstood your help?

  • I can't seem to install some apps that i downloaded for my iPad from my Mac. i have tried syncing them but they still don't appear on the pad. how do i go about this?

    i can't seem to install some apps that i downloaded for my iPad from my Mac. i have tried syncing them but they still don't appear on the pad. how do i go about this?

    These are iPad apps correct?
    Do you have restrictions set on the iPad? Settings>General>Restrictions>Installing apps>Off or Settings>General>Restrictions>Allowed Content?
    Are you sure that the Apps are selected to sync from the Mac to the iPad?
    Connect the iPad to the Mac and launch iTunes.
    Click on the iPad name on the left side under devices.
    Click on the Apps Tab on the right.
    Click on Install next to the apps that you want to sync.
    Click on the Sync Apps Heading to select it
    Click on Apply in the lower right corner of iTunes
    If you do not see the sidebar in iTunes 11 - go to View>Show Sidebar from the iTunes menu.

  • Some photos don't appear in the blog's main page

    All the entries in my blog include a photo and almost always a small version of the picture appears in the blog's main page. Sometimes the small picture does not appear, although it shows up in the individual entry containing the photo. You can see what I mean in the Hacienda Magueyes entry in http://web.mac.com/jamarimutt/Blog/index/index.html
    Any suggestions to have the small photos consistently appear in the main page? I don't know what I'm doing wrong.

    Josemari ~ One possible explanation is that instead of dragging that Hacienda Magueyes image over the Placeholder image to replace it, you instead removed the Placeholder image and simply dragged the image onto the page — in which case it won't appear in your blog's main page.

  • CDs, flash drives, network shares don't appear on the desktop when mounted.

    has anybody experienced this with os x tiger? i have experienced it on a wide range of powerpc macs (have not used an intel mac yet unfortunately) running all versions of os x Tiger (10.4.0 through 10.4.6)
    when myself or users insert a CD, a usb flash drive, a firewire hard drive, connect to a network share, or even save a file to the desktop, the object does not appear on the desktop. it actually doesn't appear anywhere in the finder, not even in the finder sidebar. however with files at least i know they are there because i can see them on the desktop.
    i've submitted a bug report to apple and i know they are working on finding out what is causing this. since i can't find anybody else having the problem i haven't ruled out the possibility that it is some 3rd party piece of software running, but i'm still doing my own testing. clamXav, temperature monitor, and the retrospect client are suspect and i'll need more testing to eliminate those as contributing factors to this bizarre finder behavior.
    has anybody else experienced this with os x tiger? did you get it corrected? thank you

    whoops, i meant downloaded files don't always appear on the desktop but i can see them in the terminal. it's been a long day heheh.
    all three checkboxes in finder preferences are on so they should show on the desktop, i haven't done anything in open firmware yet. so far the system is running smoothly with clamXav turned off, it's possible version 1.0.1 (what i was running) was incompatible with tiger. the retrospect clients are all at the latest version released by emc/dantz.
    i'm thinking less and less that it is a bug, especially since i can't find any mention of others having that issue on these discussion boards.

  • Closed Applications in N81 still appears in the Op...

    Hi everybody,
    Although the Music Player and the phone Standby
    mood is off,their icons still appearing on the
    Open Application List,accessible via pressing
    and holding the Menu key.
    I tried to close these applications by selecting
    them ,one after one,and then pressing the C key but,
    without any success as they kept appearing in the
    Open Applications List.
    Does anybody know how same can be deleted from the
    Open Applications List,bearing in mind that thsee application is off.
    Thanks for your comments.
    Fattan

    this music app always stays on but its not actually open as this is a music phone its for quick access and do you have music as a shortcut set
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Satellite A200 - FN tool bar don't appear from the top of the screen

    Hello all,
    I just bought Satellite A200-1UP ... now I have a problem in the Fn bottom. When I press on it the tool par doesn't go down from the top of the screen like normal. I don't know why. Although it was working normal ... just sudden don't appear .. but it still active with brightness and etc keys .. except the key for Touch Pad don't response ...
    I tried many time .. but still not working the Fun par ...
    Can anyone please tell me why it doesn't appear like before or how can I fix this problem?

    Without much discussion about described issue you should remove preinstalled VAP and install latest available version. With new version it works much better and the flash cards are shown very fast.
    After installing new version it will work again.

  • Withholding tax don't appear to the user

    Hi all on SCN,
    I have a new problem. It was created to a Company Code a Withholding Tax, with all needed configuration.
    It works properly on Development environment, generating the values correctly, but don't works on pre-production or production, even its transport request was moved with all configuration to these environments without errors.
    I'm starting to be crazy, because I checked all config on three environment, and its equal on all environments..
    Does someone has a tip to me?
    Thanks a lot!

    Hi Sankar,
    What I'm stating is that the Vendor has the entry on the tab Withholding tax accounting, but when he uses F-43 transaction, select the Vendor and goes to the next screen, apper to him the Withholding tax buttom.
    By clicking in this buttom it will apper the apllicable Withholding taxes, but one of the four registered to the Vendor don't appear.
    All config to the WT were done correctly, and its available and applicable to teh Vendor, but is not acting on it.
    Could you help me, please?
    Thanks in advanced for your answer!
    Paulo Rosa

  • Some emails don't appear in the folder list, I can only find them by using Search Messages

    As of yesterday, new emails from one regular correspondent do not appear in the list of messages when I click on Inbox. The only way I can access them is to use "Edit/Find/Search Messages". They are still in Inbox, they haven't been moved to another folder.
    Thunderbird version is 31.6.0.

    None of these apply, the messages have been received, I can find them using Search Messages but they do not appear in the folder contents.

  • Email messages don't appear in the inbox

    Hello,
    This morning, I sent 2 messages from my tablet and they didn't appear in the message inbox after I sent them. 
    I never had this problem since I purchased my new tablet a few weeks ago and suddenly this problem decided to occur.  So, I'm using my laptop to post this message here.  I already checked my WiFi and it's good and  receive emails all right. I checked my emal account in my laptop, and the 2 messages did get sent  and  appears  in the Sent Inbox(in my laptop email account). 
    Thank you for any tips you have to offer.   I'll check in my tablet later on to see if the problem  got worked out.  
    Solved!
    Go to Solution.

    I called the support service and she told me to delete my email address and re-enter it. I have no problem since then on receiving and sending emails.

Maybe you are looking for