Hi, I need some help, please.
I was trying to deploy RHQ at JBoss Server 5.1.0GA... To do this, I just copied the rhq.ear folder to the deploy folder (at JBoss 5.1) and modify some configuration files, like: rhq-ds, etc.
The reason to do this is that I want to invoke the rhq server services from my own application (it runs at JBoss 5.1). (I know that there are workarounds to do this, but install a RHQ standalone server is not an option).
However, I'm getting some errors (or warning situations):
1. The deploy takes a lot of time, like 5 to 10 minutes.
2. The deploy breaks down when trying to deploy the rhq-portal.war. The Reason is that EJB ResourceManagerBean is never deployed; I don't know why...
16:04:19,337 INFO [WSDLFilePublisher] WSDL published to: file:/C:/jbossas/5.1.0.GA/server/default/data/wsdl/rhq.ear/rhq-enterprise-server-ejb3.jar/WebservicesManagerBeanService3358486663888310169.wsdl
16:04:22,768 INFO [TomcatDeployment] deploy, ctxPath=/rhq-rhq-enterprise-server-ejb3
16:04:23,861 WARNING [config] Unable to process deployment descriptor for context '/rhq-rhq-enterprise-server-ejb3'
16:04:23,861 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/rhq-rhq-enterprise-server-ejb3'
16:04:23,955 INFO [TomcatDeployment] deploy, ctxPath=/coregui
16:04:24,952 INFO [TomcatDeployment] deploy, ctxPath=/jboss-remoting-servlet-invoker
16:04:25,035 INFO [TomcatDeployment] deploy, ctxPath=/content
16:04:25,116 INFO [TomcatDeployment] deploy, ctxPath=/
16:04:26,253 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context ''
16:04:29,272 ERROR [[/]] Excepción enviando evento inicializado de contexto a instancia de escuchador de clase org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! ResourceManagerBean not bound
Any ideas or Suggestions would be appreciated.
Thanks.
Carlos Enrique Chacón Rodríguez
Software Engineer
Phone: Panamá :(+507) 831.2500 / Ext. 5542;
Venezuela: (+58 212) 706.2500 / Ext. 5542;
Mobile: Panamá: (+507) 640.75835;
Venezuela: (+58 412) 718.8686
Hi,
Deploying the RHQ ear to other JBoss AS instances is not supported. The AS 4.2.3 server that runs the RHQ Server is highly customized. Besides tweaking of the AS config, various AS components are upgraded or removed. You should think of the RHQ Server as a black box that happens to have an AS instance at its core.
That being said, I do hope the RHQ dev team considers upgrading the RHQ Server to AS 7.0 once it's released, though it would be a non-trivial amount of work.
--Ian
On 04/27/2011 07:18 PM, Carlos Enrique Chacon Rodriguez wrote:
Hi, I need some help, please.
I was trying to deploy RHQ at JBoss Server 5.1.0GA... To do this, I just copied the rhq.ear folder to the deploy folder (at JBoss 5.1) and modify some configuration files, like: rhq-ds, etc.
The reason to do this is that I want to invoke the rhq server services from my own application (it runs at JBoss 5.1). (I know that there are workarounds to do this, but install a RHQ standalone server is not an option).
However, I'm getting some errors (or warning situations):
1.The deploy takes a lot of time, like 5 to 10 minutes.
2.The deploy breaks down when trying to deploy the rhq-portal.war. The Reason is that EJB ResourceManagerBean is never deployed; I don't know why...
16:04:19,337 INFO [WSDLFilePublisher] WSDL published to: file:/C:/jbossas/5.1.0.GA/server/default/data/wsdl/rhq.ear/rhq-enterprise-server-ejb3.jar/WebservicesManagerBeanService3358486663888310169.wsdl
16:04:22,768 INFO [TomcatDeployment] deploy, ctxPath=/rhq-rhq-enterprise-server-ejb3
16:04:23,861 WARNING [config] Unable to process deployment descriptor for context '/rhq-rhq-enterprise-server-ejb3'
16:04:23,861 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/rhq-rhq-enterprise-server-ejb3'
16:04:23,955 INFO [TomcatDeployment] deploy, ctxPath=/coregui
16:04:24,952 INFO [TomcatDeployment] deploy, ctxPath=/jboss-remoting-servlet-invoker
16:04:25,035 INFO [TomcatDeployment] deploy, ctxPath=/content
16:04:25,116 INFO [TomcatDeployment] deploy, ctxPath=/
16:04:26,253 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context ''
16:04:29,272 ERROR [[/]] Excepción enviando evento inicializado de contexto a instancia de escuchador de clase org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
_com.sun.faces.config.ConfigurationException_: CONFIGURATION FAILED! ResourceManagerBean not bound
Any ideas or Suggestions would beappreciated.
Thanks.
*smtt_mail*
*vineta**Carlos Enrique Chacón Rodríguez*
Software Engineer
- Phone: Panamá :*(+507) 831.2500 / *Ext.* 5542;
*Venezuela: *(+58 212) 706.2500 / *Ext. *5542;**
- Mobile: Panamá:*(+507) 640.75835;
*Venezuela:* (+58 412) 718.8686
http://www.smartmatic.com http://www.smartmatic.com/
rhq-users mailing list rhq-users@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/rhq-users
Ian, thanks for your comments...
Any doubts, I will post them here...
Carlos Enrique Chacón Rodríguez
Software Engineer
Phone: Panamá :(+507) 831.2500 / Ext. 5542;
Venezuela: (+58 212) 706.2500 / Ext. 5542;
Mobile: Panamá: (+507) 640.75835;
Venezuela: (+58 412) 718.8686
http://www.smartmatic.com http://www.smartmatic.com/
From: rhq-users-bounces@lists.fedorahosted.org [mailto:rhq-users-bounces@lists.fedorahosted.org] On Behalf Of Ian Springer Sent: miércoles, 04 de mayo de 2011 08:59 p.m. To: rhq-users@lists.fedorahosted.org Subject: Re: RHQ at JBoss Server 5.1.0GA
Hi,
Deploying the RHQ ear to other JBoss AS instances is not supported. The AS 4.2.3 server that runs the RHQ Server is highly customized. Besides tweaking of the AS config, various AS components are upgraded or removed. You should think of the RHQ Server as a black box that happens to have an AS instance at its core.
That being said, I do hope the RHQ dev team considers upgrading the RHQ Server to AS 7.0 once it's released, though it would be a non-trivial amount of work.
--Ian
On 04/27/2011 07:18 PM, Carlos Enrique Chacon Rodriguez wrote:
Hi, I need some help, please.
I was trying to deploy RHQ at JBoss Server 5.1.0GA... To do this, I just copied the rhq.ear folder to the deploy folder (at JBoss 5.1) and modify some configuration files, like: rhq-ds, etc.
The reason to do this is that I want to invoke the rhq server services from my own application (it runs at JBoss 5.1). (I know that there are workarounds to do this, but install a RHQ standalone server is not an option).
However, I'm getting some errors (or warning situations):
The deploy takes a lot of time, like 5 to 10 minutes.
The deploy breaks down when trying to deploy the rhq-portal.war. The Reason is that EJB ResourceManagerBean is never deployed; I don't know why...
16:04:19,337 INFO [WSDLFilePublisher] WSDL published to: file:/C:/jbossas/5.1.0.GA/server/default/data/wsdl/rhq.ear/rhq-enterprise-server-ejb3.jar/WebservicesManagerBeanService3358486663888310169.wsdl file:///C:\jbossas\5.1.0.GA\server\default\data\wsdl\rhq.ear\rhq-enterprise-server-ejb3.jar\WebservicesManagerBeanService3358486663888310169.wsdl
16:04:22,768 INFO [TomcatDeployment] deploy, ctxPath=/rhq-rhq-enterprise-server-ejb3
16:04:23,861 WARNING [config] Unable to process deployment descriptor for context '/rhq-rhq-enterprise-server-ejb3'
16:04:23,861 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/rhq-rhq-enterprise-server-ejb3'
16:04:23,955 INFO [TomcatDeployment] deploy, ctxPath=/coregui
16:04:24,952 INFO [TomcatDeployment] deploy, ctxPath=/jboss-remoting-servlet-invoker
16:04:25,035 INFO [TomcatDeployment] deploy, ctxPath=/content
16:04:25,116 INFO [TomcatDeployment] deploy, ctxPath=/
16:04:26,253 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context ''
16:04:29,272 ERROR [[/]] Excepción enviando evento inicializado de contexto a instancia de escuchador de clase org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! ResourceManagerBean not bound
Any ideas or Suggestions would be appreciated.
Thanks.
Carlos Enrique Chacón Rodríguez
Software Engineer
Phone: Panamá :(+507) 831.2500 / Ext. 5542;
Venezuela: (+58 212) 706.2500 / Ext. 5542;
Mobile: Panamá: (+507) 640.75835;
Venezuela: (+58 412) 718.8686
http://www.smartmatic.com http://www.smartmatic.com/
_______________________________________________ rhq-users mailing list rhq-users@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/rhq-users
rhq-users@lists.stg.fedorahosted.org