You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by sridhar ramalingam <sr...@fishmanconsulting.com> on 2004/03/30 23:01:42 UTC

Requested Action not found...

Hi All,
I'm getting this error in my jetspeed.log, please help me in getting rid
of this error.
 
Thanks!
Sridhar
 
 
2004-03-30 12:57:14,908 [http8080-Processor4] ERROR GenericMVCPortlet -
GenericMVCPortlet - error executing action
java.lang.ClassNotFoundException: 
 
 Requested Action not found: portlets.TutorialStockQuoteAction8
 Turbine looked in the following modules.packages path: 
 [org.apache.jetspeed.modules, org.apache.turbine.modules]
 
 at
org.apache.turbine.modules.ActionLoader.getInstance(ActionLoader.java:17
4)
 at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122)
 at
org.apache.jetspeed.portal.portlets.GenericMVCPortlet.buildContent(Gener
icMVCPortlet.java:293)
 at
org.apache.jetspeed.portal.portlets.GenericMVCPortlet.getContent(Generic
MVCPortlet.java:224)

 
Here is my portlet registry....
 
    <portlet-entry name="TutorialStockQuote8" hidden="false" type="ref"
        parent="JSP" application="false">
        <meta-info>
            <title>Tutorial Stock Portfolio (JSP)</title>
            <description>Tutorial Stock Portfolio Portlet using
JSP</description>
        </meta-info>
 
<classname>org.apache.jetspeed.portal.portlets.JspPortlet</classname>
        <parameter name="template" value="TutorialStockQuote8.jsp"
            hidden="true" cachedOnName="true" cachedOnValue="true"/>
        <parameter name="action"
            value="portlets.TutorialStockQuoteAction8"
            hidden="true" cachedOnName="true" cachedOnValue="true"/>
        <parameter name="symbols" value="WMT,HD,WAG,KSS" type=""
            hidden="false" cachedOnName="true" cachedOnValue="true">
            <meta-info>
                <title>Symbols</title>
                <description>List of comma-separated stock
symbols</description>
            </meta-info>
        </parameter>
        <media-type ref="html"/>
        <media-type ref="wml"/>
        <url cachedOnURL="true"/>
        <category group="Jetspeed">tutorial</category>
    </portlet-entry>