On Fri, Dec 31, 2010 at 1:48 AM, robin <[email protected]> wrote:
>
> Hi David
>
>   i find find error message in jetspeed log:
>
>
> 31.12.2010 17:31:11 ERROR [org.apache.jetspeed.aggregator.impl.RenderingJobImpl.execute():194] Error rendering portlet OID template-top2__template-admin__jstbRight
> javax.portlet.PortletException: Layout type not specified for VelocityOneColumn
> at org.apache.jetspeed.portlets.layout.MultiColumnPortlet.init(MultiColumnPortlet.java:87)

The init parameter "layoutType" was not found for the layout portlet
VelocityOneColumn:

        this.layoutType = config.getInitParameter("layoutType");
        if (this.layoutType == null)
            throw new PortletException("Layout type not specified for
" + this.portletName);

It appears you are using the standard page aggregation (jetspeed)
pipeline, not the jetui pipeline. That said, Im seeing PSML pages from
the "ui-pages" psml configuration (the template-top2 layout id is only
in the jetui psml configuration). So something seems to be configured
wrong. Could you list all the steps you took in building and
deploying?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to