Deploying WDK portlets on Websphere portal 6.*

Options
sachiman
edited January 12, 2010 in Documentum #1

Hello Everyone,

Has anyone tried deploying WDK portlets on Websphere portal server? I am using version 6.1 of the portal server and get following exception when the portal page having documentum portlets is accessed -

Caused by: java.lang.NullPointerException
    at com.documentum.web.formext.config.ConfigService.<init>(ConfigService.java:838)
    at com.documentum.web.formext.config.ConfigService.getInstance(ConfigService.java:78)
    at com.documentum.web.formext.config.ConfigService.getConfigLookup(ConfigService.java:95)
    at com.documentum.web.contentxfer.ContentTransferConfig.getConfiguredServerContentLocation(ContentTransferConfig.java:271)
    at com.documentum.web.contentxfer.ContentTransferConfig.getServerContentLocation(ContentTransferConfig.java:142)
    at com.documentum.web.contentxfer.ucf.UcfTransportManager$UcfSessionStore.getSessionManager(UcfTransportManager.java:422)
    at com.documentum.web.contentxfer.ucf.UcfTransportManager.getSessionManager(UcfTransportManager.java:72)
    at com.documentum.web.contentxfer.ucf.SessionInitListener.onRequestFinish0(SessionInitListener.java:171)
    at com.documentum.web.contentxfer.ucf.SessionInitListener.onRequestFinish(SessionInitListener.java:110)
    at com.documentum.web.env.jsr168.DocumentumComponent.render(DocumentumComponent.java:1021)
    at com.ibm.ws.portletcontainer.invoker.impl.PortletFilterChainImpl.doFilter(PortletFilterChainImpl.java:128)
    at com.ibm.wps.propertybroker.standard.filter.C2APortletFilter.doFilter(C2APortletFilter.java:185)
    at com.ibm.ws.portletcontainer.invoker.impl.PortletFilterChainImpl.doFilter(PortletFilterChainImpl.java:120)
    at com.ibm.ws.portletcontainer.invoker.impl.PortletServlet.doDispatch(PortletServlet.java:573)
    at com.ibm.ws.portletcontainer.invoker.impl.PortletServletCollaboratorChainImpl.doCollaborator(PortletServletCollaboratorChainImpl.java:114)
    at com.ibm.isclite.container.collaborator.PortletServletCollaborator.doRender(PortletServletCollaborator.java:68)
    at com.ibm.ws.portletcontainer.invoker.impl.PortletServletCollaboratorChainImpl.doCollaborator(PortletServletCollaboratorChainImpl.java:105)
    at com.ibm.ws.portletcontainer.rrd.RRDServerPortletServletCollaborator.doRender(RRDServerPortletServletCollaborator.java:123)
    at com.ibm.ws.portletcontainer.invoker.impl.PortletServletCollaboratorChainImpl.doCollaborator(PortletServletCollaboratorChainImpl.java:105)
    at com.ibm.ws.portletcontainer.cache.CacheCollaborator.doRender(CacheCollaborator.java:92)
    at com.ibm.ws.portletcontainer.invoker.impl.PortletServletCollaboratorChainImpl.doCollaborator(PortletServletCollaboratorChainImpl.java:105)
    at com.ibm.wps.pe.pc.waspc.core.impl.PortletServletCollaboratorImpl.doRender(PortletServletCollaboratorImpl.java:156)
    at com.ibm.ws.portletcontainer.invoker.impl.PortletServletCollaboratorChainImpl.doCollaborator(PortletServletCollaboratorChainImpl.java:105)
    at com.ibm.ws.portletcontainer.invoker.impl.PortletServlet.doDispatch(PortletServlet.java:273)

Am I missing anything while deploying these portlets? I am able to deploy and run these portlets properly on Oracle Weblogic 10.3 portal.

I was not find any documentation on deploying these portlets on Websphere portal. Could you please point me to any documention which i can refer in this  regard?

Thanks!

Sachin