In admin.xreg in Jetspeed 1.3a2 package, we have

    <portlet-entry name="Login" hidden="true" type="ref"
        parent="Velocity" application="false">
        <meta-info>
            <title>Login</title>
            <description>Login portlet</description>
        </meta-info>
        <parameter name="template" value="login" hidden="false"/>
        <parameter name="action" value="portlets.Login" hidden="false"/>
        <media-type ref="html"/>
    </portlet-entry>

In the log file, I get

[Wed Jan 16 13:45:27 EST 2002] -- DEBUG -- VelocityPortlet found action
portlets.Login context org.apache.velocity.VelocityContext@7de48c
[Wed Jan 16 13:45:27 EST 2002] -- ERROR --
        Exception:  java.lang.ClassNotFoundException:

        Requested Action not found: portlets.Login
        Turbine looked in the following modules.packages path:
        [org.apache.jetspeed.modules, org.apache.turbine.modules]

        Stack Trace follows:
        java.lang.ClassNotFoundException:

        Requested Action not found: portlets.Login
        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:174)
        at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122)
        at
org.apache.jetspeed.portal.portlets.VelocityPortlet.getContent(VelocityPortl
et.java:139)


Finally, the 1.3a2 JAR file does not have any action.portlets.Login class.

Does anyone know what all these mean? For a while, users were not able to
create accounts. There seems to be no suspecious external reasons. Could
these errors be the problem?

Ozgur


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to