|
Home > Archive > WebSphere Portal Server > October 2005 > Running portlet on 5.02 and 5.1 ?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Running portlet on 5.02 and 5.1 ?
|
|
|
| Hi I have a C2A portlet application that runs fine in 5.0.2 test enviorment and installs fine on portal server 5.0.2 but when I try to install the same portlet app on 5.1 it installs ok but it just displays this message for the portlets "This portlet is u
navailable."
I have looked at the logs and get this message "Caused by: javax.portlet.UnavailableException: Unable to return RequestDispatcher for com.csi.dewhirst.selection.portlet.DewhirstReportSelectionPortlet
at com.ibm.wps.pe.om.definition.impl.ServletDefinitionImpl. getRequestDispatcher(ServletDefinitionIm
pl.java:254)
at com.ibm.wps.pe.pc.legacy.invoker.impl.PortletInvokerImpl.callMethod(PortletInvokerImpl.java:353)
at com.ibm.wps.pe.pc.legacy.invoker.impl.PortletInvokerImpl.endPage(PortletInvokerImpl.java:206)
at com.ibm.wps.pe.pc.legacy.PortletContainerImpl.callPortletMethod(PortletContainerImpl.java:1322)"
Has anyone seen this before?
Any help wpuld be great..
| |
| cmorris30 2005-08-22, 12:30 pm |
| quote: Originally posted by
Hi I have a C2A portlet application that runs fine in 5.0.2 test enviorment and installs fine on portal server 5.0.2 but when I try to install the same portlet app on 5.1 it installs ok but it just displays this message for the portlets "This portlet is u
navailable."
I have looked at the logs and get this message "Caused by: javax.portlet.UnavailableException: Unable to return RequestDispatcher for com.csi.dewhirst.selection.portlet.DewhirstReportSelectionPortlet
at com.ibm.wps.pe.om.definition.impl.ServletDefinitionImpl. getRequestDispatcher(ServletDefinitionIm
pl.java:254)
at com.ibm.wps.pe.pc.legacy.invoker.impl.PortletInvokerImpl.callMethod(PortletInvokerImpl.java:353)
at com.ibm.wps.pe.pc.legacy.invoker.impl.PortletInvokerImpl.endPage(PortletInvokerImpl.java:206)
at com.ibm.wps.pe.pc.legacy.PortletContainerImpl.callPortletMethod(PortletContainerImpl.java:1322)"
Has anyone seen this before?
Any help wpuld be great..
I am receiving the same error. Did you find the solution? If so, please let me know.
Thanks,
cmorris30@gmail.com | |
|
| I am developing a struts based portlet.
Enviornement details are as follows:
OS - windows XP
WPS 5.1 (Test enviornment)
I am getting the following exception
[24/10/05 17:15:02:817 BST] 31eac666 PortalServer E com.ibm.wps.pe.om.definition.impl.ServletDefinitionImpl getRequestDispatcher EJPPG0001E: ServletContext belonging to servlet testingforum.TestingForumPortlet could not be found.
[24/10/05 17:15:02:817 BST] 31eac666 PortalServer E com.ibm.wps.pe.pc.legacy.PortletContainerImpl initPage EJPPG1023E: Portlet Control (7_0_I28 [NAVIGATION_NODE:18504], 6_0_HRV [CONTENT_NODE:18303], 100, null, dDmM) could not be logged in. - StackTrace f
ollows...
[24/10/05 17:15:02:817 BST] 31eac666 PortalServer E com.ibm.wps.pe.pc.legacy.PortletContainerImpl initPage TRAS0014I: The following exception was logged javax.portlet.PortletException
at com.ibm.wps.pe.pc.legacy.PortletContainerImpl.callPortletMethod(PortletContainerImpl.java:1333)
at com.ibm.wps.pe.pc.legacy.PortletContainerImpl. performPortletLogin(PortletContainerImpl
.java:293)
at com.ibm.wps.pe.pc.legacy.PortletContainerImpl.initPage(PortletContainerImpl.java:250)
at com.ibm.wps.pe.pc.PortletContainerImpl.initPage(PortletContainerImpl.java:262)
at com.ibm.wps.engine.phases.WPRenderPhase.processInitPage(WPRenderPhase.java:199)
at com.ibm.wps.engine.phases.WPRenderPhase.execute(WPRenderPhase.java:158)
at com.ibm.wps.state.phases.AbstractRenderPhase.next(AbstractRenderPhase.java:106)
at com.ibm.wps.engine.phases.WPAbstractRenderPhase.next(WPAbstractRenderPhase.java:75)
at com.ibm.wps.engine.Servlet.callPortal(Servlet.java:641)
at com.ibm.wps.engine.Servlet.doGet(Servlet.java:496)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
..
..
..
Can anyone please tell me what might be going wrong here?
Any help would be greatly appriciated.
_Rajiv.
|
|
|
|
|