[JBoss JIRA] Created: (JBMESSAGING-784) Add Active/Passive deployment feature for JBoss Messaging in 2 node cluster (Need HA part and not Clustering part)
by Rohit Chowdhary (JIRA)
Add Active/Passive deployment feature for JBoss Messaging in 2 node cluster (Need HA part and not Clustering part)
------------------------------------------------------------------------------------------------------------------
Key: JBMESSAGING-784
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-784
Project: JBoss Messaging
Issue Type: Task
Components: JMS Clustering
Affects Versions: 1.2.1
Reporter: Rohit Chowdhary
Assigned To: Ovidiu Feodorov
Need to be able to deploy JBoss Messaging nodes in a HA configuration, but not load-balanced.
Such that only one node is actively serving all the requests, if the current active node goes down, then the passive node picks up the load.
Reason would be: To use the available h/w resources at best.
We have one dedicated physical server for running JBoss msg. Another physical server that hosts existing JBoss instance running some application. We want to use this second server running a passive JBossMsg instance. So in case when the dedicated JBossMsg goes down, then the second shared server can take the load temporarily automatically, till we bring back the dedicated up again.
Other reason would be that we bring down the dedicated JBossMsg server for OS level patching, essentially minimizing the app downtime and increase availablity.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 10 months
[JBoss JIRA] Created: (JBPORTAL-1194) 'Self' producer fails to be registered at server start
by Matt Wringe (JIRA)
'Self' producer fails to be registered at server start
------------------------------------------------------
Key: JBPORTAL-1194
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1194
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Portal WSRP
Affects Versions: 2.6.Alpha1
Environment: Linux
1.5.0 JVM
4.0.5 JBoss AS
Reporter: Matt Wringe
Assigned To: Chris Laprun
Attachments: server_output.txt
When the server is started and the portal-wsrp.sar is located within the deploy directory, the portal cannot cannot load the 'self' wsrp producer.
This is due to the portal trying to reference the 'self' producer before 'self' has been bound to the jndi.
15:40:14,739 INFO [WSRPDeploymentFactory] Added consumer for producer 'self'
15:40:14,956 ERROR [STDERR] org.jboss.portal.portlet.InvokerUnavailableException: Problem getting service description for producer self
15:40:14,957 ERROR [STDERR] at org.jboss.portal.wsrp.consumer.ProducerInfo.getServiceDescription(ProducerInfo.java:444)
...
15:40:15,226 ERROR [STDERR] Caused by: javax.naming.NameNotFoundException: wsrp-client not bound
15:40:15,226 ERROR [STDERR] at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
...
Soon after this step, 'self' becomes bound:
15:40:33,666 INFO [ClientDeployer] Client ENC bound under: wsrp-client
Note: if the wsrp-portal.sar is hot deployed after the server has started, then it will load the producer successfully.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 10 months