[jboss-jira] [JBoss JIRA] Created: (JBPORTAL-2132) Jboss Portal2.6 Deployed in Jboss A S4.2.3 and Jettty 6.1 giving errors
Kritya Jha (JIRA)
jira-events at lists.jboss.org
Fri Aug 22 08:16:49 EDT 2008
Jboss Portal2.6 Deployed in Jboss A S4.2.3 and Jettty 6.1 giving errors
-----------------------------------------------------------------------
Key: JBPORTAL-2132
URL: https://jira.jboss.org/jira/browse/JBPORTAL-2132
Project: JBoss Portal
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 2.6.6 Final
Environment: Jboss AS 4.2.3 and Jetty 6.1, Windows, JDK1.5
Reporter: Kritya Jha
Hi ,
I am trying to run Jboss portal 2.6.6 in Jboss 4.2.3+Jetty 6.1 . It is giving error on start up of Jboss. If any one having documentation regarding Jboss Portal configuration in JBoss-Jetty AS, kindly share it.
15:03:46,640 WARN [ServiceController] Problem starting service portal:deployer=Adapter
javax.management.AttributeNotFoundException: not found: DeployedApplications
at org.jboss.mx.server.AbstractMBeanInvoker.getAttribute(AbstractMBeanInvoker.java:335)
at org.jboss.mx.server.MBeanServerImpl.getAttribute(MBeanServerImpl.java:556)
at org.jboss.portal.server.deployment.WebAppIntercepter.startService(WebAppIntercepter.java:202)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196)
at org.jboss.portal.jems.as.system.AbstractJBossService.start(AbstractJBossService.java:73)
at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
I fixed this error by putting following configuration in jetty-6.1.3-jboss-4.2.3\META-INF\webserver-xmbean.xml
<attribute access="read-only" getMethod="getDeployedApplications">
<name>DeployedApplications</name>
<type>java.util.Iterator</type>
</attribute>
The above error is gone but now it is gining another error as follows:
15:37:20,890 WARN [ServiceController] Problem starting service portal:deployer=Adapter
org.jboss.portal.server.deployment.CannotCreatePortletWebAppException: JBossWeb cannot handle it : 0
at org.jboss.portal.server.deployment.PortalWebAppFactory.create(PortalWebAppFactory.java:75)
at org.jboss.portal.server.deployment.WebAppIntercepter.startService(WebAppIntercepter.java:210)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196)
at org.jboss.portal.jems.as.system.AbstractJBossService.start(AbstractJBossService.java:73)
at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
Thanks in advance,
--Kritya
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list