From cd7c48145506f7955b6c68298b0abbbae0059017 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Fri, 11 Feb 2011 15:24:44 +0200 Subject: [PATCH] + add documentation for SGF-28 --- docs/src/docbkx/reference/samples.xml | 8 ++++++++ docs/src/main/resources/changelog.txt | 1 + 2 files changed, 9 insertions(+) diff --git a/docs/src/docbkx/reference/samples.xml b/docs/src/docbkx/reference/samples.xml index af75f74a..b24bb7d3 100644 --- a/docs/src/docbkx/reference/samples.xml +++ b/docs/src/docbkx/reference/samples.xml @@ -26,6 +26,14 @@ exits. Multiple instances can be started at the same time as they will work with each other sharing data without any user intervention. + + Running under Linux + If you experience networking problems when starting GemFire or the samples, + try adding the following system property java.net.preferIPv4Stack=true + to the command line (insert -Djava.net.preferIPv4Stack=true). + For an alternative (global) fix especially on Ubuntu see + this link +
Starting and stopping the sample diff --git a/docs/src/main/resources/changelog.txt b/docs/src/main/resources/changelog.txt index a567be62..ba844545 100644 --- a/docs/src/main/resources/changelog.txt +++ b/docs/src/main/resources/changelog.txt @@ -6,6 +6,7 @@ Changes in version 1.0.1 (2011-mm-dd) ------------------------------------- General * Upgraded to GemFire 6.5.1.2 +* Fix networking issue with the sample on some Linux distributions (Ubuntu) Package org.springframework.data.gemfire * Introduced auto-close (configurable) on RegionFactoryBean