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 robin <ro...@adm-soft.com> on 2011/01/02 17:51:06 UTC

Re: Re: Re: Open home page error on WAS 6.1 with jetspeed 2.2.1

yeah. my custom project works fine in tomcat.

i custom project init created like jetexpress custom project, then, i added our custom portlets.

deploy step according to websphere deploy guide:
http://portals.apache.org/jetspeed-2/deployguide/deploying-jetspeed-to-websphere.html 


2011-01-03 



Robin 


发件人: David Taylor 
发送时间: 2011-01-01  02:54:26 
收件人: Jetspeed Users List 
抄送: 
主题: Re: Re: Open home page error on WAS 6.1 with jetspeed 2.2.1 
 
On Fri, Dec 31, 2010 at 1:48 AM, robin <ro...@adm-soft.com> 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: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org