ObjectName: portal:deployer=Adapter
State: FAILED
Reason: org.jboss.portal.server.deployment.CannotCreatePortletWebAppException: JBossWeb cannot handle it
I Depend On:
jboss.web:service=WebServer
portal:deployer=PortalWebApp
Some related errors that I see in server.log are:
ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/portal-core]] Error configuring application listener of class org.apache.myfaces.webapp.StartupServletContextListener
java.lang.ClassNotFoundException: org.apache.myfaces.webapp.StartupServletContextListener
My little search tells that this class is present in myfaces-impl.jar and I don't see this in the platform edition of jboss. I believe the new web container has different implementation in jsf-api.jar and jsf-impl.jar.
Description
jboss portal deployment from 2.4.1.SP1 which is built with jdk1.4 fails to deploy in platform edition which runs with jdk1.5.
Following MBeans have problem getting deployed:
ObjectName: jboss.web.deployment:war=portal-core.war,id=1427379391
State: FAILED
Reason: org.jboss.deployment.DeploymentException: URL file:/C:/qa/platform-testing/jboss-4.2.0.CR1/server/default/deploy/jboss-portal.sar/portal-core.war/ deployment failed
ObjectName: portal:deployer=Adapter
State: FAILED
Reason: org.jboss.portal.server.deployment.CannotCreatePortletWebAppException: JBossWeb cannot handle it
I Depend On:
jboss.web:service=WebServer
portal:deployer=PortalWebApp
Some related errors that I see in server.log are:
ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/portal-core]] Error configuring application listener of class org.apache.myfaces.webapp.StartupServletContextListener
java.lang.ClassNotFoundException: org.apache.myfaces.webapp.StartupServletContextListener
My little search tells that this class is present in myfaces-impl.jar and I don't see this in the platform edition of jboss. I believe the new web container has different implementation in jsf-api.jar and jsf-impl.jar.
Ryan Campbell [15/Mar/07 10:48 AM]
From Julien:
status is that we are waiting two projects to incorporate bug fixes (jsf portlet bridge at java.net and facelet at java.net)
Prabhat Jha [30/Apr/07 11:30 AM]
Still waiting on Facelets and the JSF portlet bridge release. Once these are included, portal 2.6 should work out of the box with jboss 4.2.
I did some quick testing with 4.2.0.GA. Testsuite ran fine and did some GUI testing as well and I have not found any problem yet. However, to completely certify it, we need to run the entire testsuite with different databas, do all the process of release testing as well.
Prabhat Jha [25/Jun/07 11:22 AM]
I did some quick testing with 4.2.0.GA. Testsuite ran fine and did some GUI testing as well and I have not found any problem yet. However, to completely certify it, we need to run the entire testsuite with different databas, do all the process of release testing as well.