I'm using the following PSML for the anon user because I don't want
anything displayed until the portal visitor logs in. However, this
(portlet) empty psml is generating java stack exceptions in my
jetspeed.log, so clearly I've not got this correct. Any suggestions are
welcome:



<?xml version="1.0" encoding="iso-8859-1"?>
<portlets id="100" xmlns="http://xml.apache.org/jetspeed/2000/psml";>
    <metainfo>
      <title>Default Jetspeed Page</title>
    </metainfo>

  <control name="TabControl"/>

  <controller name="CardPortletController">
    <parameter name="parameter" value="pane"/>
  </controller>

</portlets>


and it's generating these errors in the log:

[Wed Dec 18 21:25:25 GMT 2002] -- INFO -- RegistryService: Failed to
retrieve 0 from Portlet
[Wed Dec 18 21:25:25 GMT 2002] -- DEBUG -- User "anon" is authorized to
portlet set 100
[Wed Dec 18 21:25:25 GMT 2002] -- ERROR -- 
        Exception:  java.lang.ArrayIndexOutOfBoundsException: 0 >= 0
        Stack Trace follows:
        java.lang.ArrayIndexOutOfBoundsException: 0 >= 0
        at java.util.Vector.elementAt(Vector.java:427)
        at
org.apache.jetspeed.portal.BasePortletSet.getPortletAt(BasePortletSet.java:199)
        at
org.apache.jetspeed.portal.controllers.VelocityPanedPortletController.retrievePaneIDFromSession(VelocityPanedPortletController.java:265)
        at
org.apache.jetspeed.portal.controllers.VelocityPanedPortletController.retrievePaneID(VelocityPanedPortletController.java:228)
        at
org.apache.jetspeed.modules.actions.controllers.PanedControllerAction.buildNormalContext(PanedControllerAction.java:122)
        at
org.apache.jetspeed.modules.actions.controllers.VelocityControllerAction.doPerform(VelocityControllerAction.java:157)
        at
org.apache.turbine.modules.actions.VelocityAction.doPerform(VelocityAction.java:84)
        at
org.apache.jetspeed.modules.actions.controllers.VelocityControllerAction.perform(VelocityCon


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

Reply via email to