
Patch: p500_061003_1.jar

JGroups
Version:        2.3 SP1
$Id: Version.java,v 1.35.2.1 2006/07/10 14:26:20 belaban Exp $

Apply to all MetaMatrix Servers in the MetaMatrix System.

To apply:

  Copy p500_061003_1.jar to <MM_ROOT>/lib

  Open mmenv and add ${MM_LIB}/p500_061003_1.jar: or %MM_LIB%\p500_061003_1.jar; to the line that starts MM_EXT_JAR= or @set MM_EXT_JAR=.  This should be added immediately after the = sign.

For example (UNIX):
MM_EXT_JAR=${MM_LIB}/metamatrix-external.jar; 				export MM_EXT_JAR

becomes:
MM_EXT_JAR=${MM_LIB}/p500_061003_1.jar:${MM_LIB}/metamatrix-external.jar; 				export MM_EXT_JAR


For example (Windows):
@set MM_EXT_JAR=%MM_LIB%\metamatrix-external.jar

becomes:
@set MM_EXT_JAR=%MM_LIB%\p500_061003_1.jar;%MM_LIB%\metamatrix-external.jar




Case: 4211
Description:   Resolves a JVM core dump issue that will occur on a Windows platform when a network interface card (NIC) is enabled but no network cable is plugged-in.

Case: 4680
Description:   Resolves an OutOfMemory condition that can occur if JGroups is unable to contact other members of a group when the network is down or experiencing severe latency.

