History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: JBPAPP-254
Type: Bug Bug
Status: Closed Closed
Resolution: Done
Priority: Minor Minor
Assignee: Rajesh Rajasekaran
Reporter: Jimmy Wilson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JBoss Enterprise Platform App Edition

Clustered Console's web.xml uses wrong system property for HA cluster's mcast port

Created: 23/Jul/07 11:03 PM   Updated: 04/Sep/07 03:32 PM  Due: 27/Jul/07
Component/s: App Server
Affects Version/s: 4.2.0.GA
Fix Version/s: 4.2.0.GA_CP01 , 4.3.0.GA
Security Level: Public (Everyone can see)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. XML File web.xml (4 kb)

Environment: N/A

Affects: Release Notes
Workaround: Workaround Exists
Workaround Description: Manually change the web.xml to use the correct system property or use the attached web.xml in the old version's place.
Complexity: Low
Help Desk Ticket Reference: https://na1.salesforce.com/50030000003PDko


 Description  « Hide
The system property jboss.partition.udpPort, used in JBoss 4.0.x, is still used to describe the multicast port for HA cluster partition in the cluster console's web.xml. This reference needs to be changed to the jboss.hapartition.mcast_port system property, the property for the same multicast port in 4.2.x (and beyond).

All server configurations containing this file (default, all, and production) have this issue, but it all comes from the same file during the build.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order:
Jimmy Wilson [23/Jul/07 11:37 PM]
The corrected version of web.xml as described.

The file should replace the web.xml located in the following locations:

default/deploy/jmx-console.war/WEB-INF/web.xml
all/deploy/jmx-console.war/WEB-INF/web.xml
production/deploy/jmx-console.ware/WEB-INF/web.xml

Jimmy Wilson [23/Jul/07 11:41 PM]
This likely affects 4.2.x community releases as well as 5.x as well. I will check these versions and open a JIRA / apply a fix if necessary.

Jimmy Wilson [23/Jul/07 11:42 PM]
This change has been committed to the CP branch as of revision 64239.

Fernando Nasser [14/Aug/07 05:56 PM]
Jimmy, commited to the CP branch of what? I don't see it on the JBPAPP_4_2_GA_CP branch (I see a commit you made for JBPAPP-253, but not 254).

Alex Pinkin [16/Aug/07 04:29 PM]
Jimmy, can we set this to Resolved?

Jimmy Wilson [16/Aug/07 04:32 PM]
It is Fernandos comments that concern me. The Subversion commits for this issue clearly show I've committed to the CP branch, but I don't want this left out if I've inadvertantly done the wrong thing.

Regardless, I need to get this change in future 4.2 / 4.4 branches as well, but that probably is beyond the scope of this JIRA.

Fernando Nasser [24/Aug/07 04:01 PM]
Commited to branch(es)

Shelly McGowan [28/Aug/07 12:04 PM]
verify after 4.2.0.GA_CP01 hand off to QA

Rajesh Rajasekaran [04/Sep/07 03:32 PM]
Verified jboss.hapartition.mcast_port system property in the jmx-console.war web.xml in all server configurations.
Closing issue