You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-user@portals.apache.org by Marcel Dullaart <md...@epo.org> on 2004/04/02 16:11:09 UTC

Testsuite in WPS 5.0.2

Hello,

We are faced with a migration from WPS4.2 to WPS5.0.2 this year, but after 
that, we will have to move to Jetspeed.
Therefore I am investigating if it is feasible to migrate our portlets to 
pluto.

So I got pluto from webcvs and got it running fine. Testsuite worked like 
a charm.

Accoording to the specs, WPS 5.0.2 supports the JSR168. So I wanted to 
test it out by deploying the testsuite onto a WPS 5.0.2 portal, it failed 
to deploy.

 
APIN0002E: Cannot process the selected WAR file.
com.ibm.portal.WpsException: APIN0002E: Cannot process the selected WAR 
file.
        at 
com.ibm.wps.portlets.install.InstallPortlet.doLocalWARSelect(InstallPortlet.java:402)
        at 
com.ibm.wps.portlets.install.InstallPortlet.actionPerformed(InstallPortlet.java:288)
        at 
com.ibm.wps.pe.pc.legacy.SPIPortletInterceptorImpl.handleEvents(SPIPortletInterceptorImpl.java:438)
        at org.apache.jetspeed.portlet.Portlet._dispatch(Portlet.java:794)
        at org.apache.jetspeed.portlet.Portlet.access$100(Portlet.java:88)
        at 
org.apache.jetspeed.portlet.Portlet$Context.callPortlet(Portlet.java:899)
        at 
com.ibm.wps.pe.pc.legacy.cmpf.impl.PortletFilterManager.doFilter(PortletFilterManager.java:253)
        at org.apache.jetspeed.portlet.Portlet.dispatch(Portlet.java:636)
        at org.apache.jetspeed.portlet.Portlet.doPost(Portlet.java:516)
 
PECM0015E: Portlet application manager failed when user 
uid=PortalAdmin,o=default organization executed command 
GetPortletApplicationInfo.
com.ibm.wps.command.CommandFailedException: PECM0015E: Portlet application 
manager failed when user uid=PortalAdmin,o=default organization executed 
command GetPortletApplicationInfo.
        at 
com.ibm.wps.command.applications.AbstractApplicationsCommand.throwPortletAppMgrException(AbstractApplicationsCommand.java:486)
        at 
com.ibm.wps.command.applications.GetPortletApplicationInfoCommand.execute(GetPortletApplicationInfoCommand.java:119)
        at 
com.ibm.wps.portlets.install.InstallPortlet.getPortletInfoFromWarBytes(InstallPortlet.java:464)
        at 
com.ibm.wps.portlets.install.InstallPortlet.doLocalWARSelect(InstallPortlet.java:384)
        at 
com.ibm.wps.portlets.install.InstallPortlet.actionPerformed(InstallPortlet.java:288)
        at 
com.ibm.wps.pe.pc.legacy.SPIPortletInterceptorImpl.handleEvents(SPIPortletInterceptorImpl.java:438)
        at org.apache.jetspeed.portlet.Portlet._dispatch(Portlet.java:794)
        at org.apache.jetspeed.portlet.Portlet.access$100(Portlet.java:88)
        at 
org.apache.jetspeed.portlet.Portlet$Context.callPortlet(Portlet.java:899)
 
PEMG0018E: The deployment of JSR 168 portlet applications is not 
available.
com.ibm.wps.pe.mgr.exceptions.InstanceException: PEMG0018E: The deployment 
of JSR 168 portlet applications is not available.
        at 
com.ibm.wps.pe.mgr.PortletApplicationManagerFactory.getManager(PortletApplicationManagerFactory.java:109)
        at 
com.ibm.wps.pe.mgr.PortletApplicationManagerFactory.getManager(PortletApplicationManagerFactory.java:79)
        at 
com.ibm.wps.command.applications.GetPortletApplicationInfoCommand.execute(GetPortletApplicationInfoCommand.java:112)
        at 
com.ibm.wps.portlets.install.InstallPortlet.getPortletInfoFromWarBytes(InstallPortlet.java:464)
        at 
com.ibm.wps.portlets.install.InstallPortlet.doLocalWARSelect(InstallPortlet.java:384)
        at 
com.ibm.wps.portlets.install.InstallPortlet.actionPerformed(InstallPortlet.java:288)
        at 
com.ibm.wps.pe.pc.legacy.SPIPortletInterceptorImpl.handleEvents(SPIPortletInterceptorImpl.java:438)
        at org.apache.jetspeed.portlet.Portlet._dispatch(Portlet.java:794)
        at org.apache.jetspeed.portlet.Portlet.access$100(Portlet.java:88)

Is this caused by a faulty testsuite package or is WPS 5.0.2 not 
completely ready for the Java Portlet Spec?

Marcel