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 Joachim Müller <jo...@wemove.com> on 2005/12/15 19:14:20 UTC

error retrieving portlets title

Hi.

I set up my jetspeed application. With one portlet being displayed.

On display I get an error while retrieving the portlets title:

Title Error: Cannot pass a null PortletDefinition to a PortletEntity

my log looks like this:


2005-12-15 19:00:59,984 [http-8080-Processor23] DEBUG org.apache.jetspeed.capabilities.impl.CapabilityValveImpl - Encoding: UTF-8
2005-12-15 19:00:59,984 [http-8080-Processor23] DEBUG org.apache.jetspeed.capabilities.impl.CapabilityValveImpl - Mimetype: text/html
2005-12-15 19:00:59,984 [http-8080-Processor23] DEBUG org.apache.jetspeed.localization.impl.LocalizationValveImpl - Got user principal: guest
2005-12-15 19:00:59,984 [http-8080-Processor23] DEBUG org.apache.jetspeed.portalsite.impl.PortalSiteSessionContextImpl - Request page: request path=/
2005-12-15 19:00:59,984 [http-8080-Processor23] DEBUG org.apache.jetspeed.portalsite.impl.PortalSiteSessionContextImpl - Selected folder historical page: path=/default-page.psml
2005-12-15 19:01:00,000 [http-8080-Processor23] INFO  org.apache.jetspeed.container.window.impl.PortletWindowAccessorImpl - No portlet entity defined for fragment ID SearchBoxOnHomePortletNeu attempting to auto-generate...
2005-12-15 19:01:00,000 [http-8080-Processor23] WARN  org.apache.jetspeed.components.portletentity.PersistenceBrokerPortletEntityAccess - Failed to retrieve Portlet Definition for ingrid-portalu::SearchBoxOnHome
2005-12-15 19:01:00,015 [http-8080-Processor23] WARN  org.apache.jetspeed.decoration.DecorationValve - Unable to initalize actions for fragment SearchBoxOnHomePortletNeu
2005-12-15 19:01:00,015 [http-8080-Processor23] DEBUG org.apache.jetspeed.aggregator.impl.PageAggregatorImpl - Rendering portlet fragment: [[name, ingrid-portalu::SearchBoxOnHome], [id, SearchBoxOnHomePortletNeu]]
2005-12-15 19:01:00,015 [http-8080-Processor23] INFO  org.apache.jetspeed.container.window.impl.PortletWindowAccessorImpl - No portlet entity defined for fragment ID SearchBoxOnHomePortletNeu attempting to auto-generate...
2005-12-15 19:01:00,015 [http-8080-Processor23] WARN  org.apache.jetspeed.components.portletentity.PersistenceBrokerPortletEntityAccess - Failed to retrieve Portlet Definition for ingrid-portalu::SearchBoxOnHome
2005-12-15 19:01:00,015 [http-8080-Processor23] ERROR org.apache.jetspeed.aggregator.impl.PortletRendererImpl - java.lang.IllegalArgumentException: Cannot pass a null PortletDefinition to a PortletEntity.
java.lang.IllegalArgumentException: Cannot pass a null PortletDefinition to a PortletEntity.
...


any hints?


Thanks in advance.

Joachim



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: error retrieving portlets title

Posted by Joachim Müller <jo...@wemove.com>.
found it out myself.

... portlet-id and portlet-name should be the same in portlet.xml.

Joachim

Joachim Müller wrote:
> Hi.
> 
> I set up my jetspeed application. With one portlet being displayed.
> 
> On display I get an error while retrieving the portlets title:
> 
> Title Error: Cannot pass a null PortletDefinition to a PortletEntity
> 
> my log looks like this:
> 
> 
> 2005-12-15 19:00:59,984 [http-8080-Processor23] DEBUG org.apache.jetspeed.capabilities.impl.CapabilityValveImpl - Encoding: UTF-8
> 2005-12-15 19:00:59,984 [http-8080-Processor23] DEBUG org.apache.jetspeed.capabilities.impl.CapabilityValveImpl - Mimetype: text/html
> 2005-12-15 19:00:59,984 [http-8080-Processor23] DEBUG org.apache.jetspeed.localization.impl.LocalizationValveImpl - Got user principal: guest
> 2005-12-15 19:00:59,984 [http-8080-Processor23] DEBUG org.apache.jetspeed.portalsite.impl.PortalSiteSessionContextImpl - Request page: request path=/
> 2005-12-15 19:00:59,984 [http-8080-Processor23] DEBUG org.apache.jetspeed.portalsite.impl.PortalSiteSessionContextImpl - Selected folder historical page: path=/default-page.psml
> 2005-12-15 19:01:00,000 [http-8080-Processor23] INFO  org.apache.jetspeed.container.window.impl.PortletWindowAccessorImpl - No portlet entity defined for fragment ID SearchBoxOnHomePortletNeu attempting to auto-generate...
> 2005-12-15 19:01:00,000 [http-8080-Processor23] WARN  org.apache.jetspeed.components.portletentity.PersistenceBrokerPortletEntityAccess - Failed to retrieve Portlet Definition for ingrid-portalu::SearchBoxOnHome
> 2005-12-15 19:01:00,015 [http-8080-Processor23] WARN  org.apache.jetspeed.decoration.DecorationValve - Unable to initalize actions for fragment SearchBoxOnHomePortletNeu
> 2005-12-15 19:01:00,015 [http-8080-Processor23] DEBUG org.apache.jetspeed.aggregator.impl.PageAggregatorImpl - Rendering portlet fragment: [[name, ingrid-portalu::SearchBoxOnHome], [id, SearchBoxOnHomePortletNeu]]
> 2005-12-15 19:01:00,015 [http-8080-Processor23] INFO  org.apache.jetspeed.container.window.impl.PortletWindowAccessorImpl - No portlet entity defined for fragment ID SearchBoxOnHomePortletNeu attempting to auto-generate...
> 2005-12-15 19:01:00,015 [http-8080-Processor23] WARN  org.apache.jetspeed.components.portletentity.PersistenceBrokerPortletEntityAccess - Failed to retrieve Portlet Definition for ingrid-portalu::SearchBoxOnHome
> 2005-12-15 19:01:00,015 [http-8080-Processor23] ERROR org.apache.jetspeed.aggregator.impl.PortletRendererImpl - java.lang.IllegalArgumentException: Cannot pass a null PortletDefinition to a PortletEntity.
> java.lang.IllegalArgumentException: Cannot pass a null PortletDefinition to a PortletEntity.
> ...
> 
> 
> any hints?
> 
> 
> Thanks in advance.
> 
> Joachim
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
> 
> 


-- 

. frankfurt am main, 6°c, zur zeit ein wenig
  bewölkt in 823 m. die sichtweite reicht weiter als
  10 km.

< joachim müller
  joachim@wemove.com
  t +49 69 759003 11

  wemove digital solutions GmbH
  www.wemove.com



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org