You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sa...@apache.org on 2018/08/06 21:58:13 UTC

[geode] branch feature/windows-debug-integration-tests updated: added more debugs in ServerLauncher

This is an automated email from the ASF dual-hosted git repository.

sai_boorlagadda pushed a commit to branch feature/windows-debug-integration-tests
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/windows-debug-integration-tests by this push:
     new a7dcde1  added more debugs in ServerLauncher
a7dcde1 is described below

commit a7dcde10b5ee63b81f2a35cf1b4b69856cd12223
Author: Sai Boorlagadda <sb...@pivotal.io>
AuthorDate: Mon Aug 6 14:56:42 2018 -0700

    added more debugs in ServerLauncher
---
 .../src/main/java/org/apache/geode/distributed/ServerLauncher.java    | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/geode-core/src/main/java/org/apache/geode/distributed/ServerLauncher.java b/geode-core/src/main/java/org/apache/geode/distributed/ServerLauncher.java
index fd31754..5bae948 100755
--- a/geode-core/src/main/java/org/apache/geode/distributed/ServerLauncher.java
+++ b/geode-core/src/main/java/org/apache/geode/distributed/ServerLauncher.java
@@ -2403,6 +2403,10 @@ public class ServerLauncher extends AbstractLauncher<String> {
                   .toLocalizedString("Server"));
         }
 
+        System.out.println(
+            "@@@@@@@@@ ServerLauncher::validateOnStart - CURRENT_DIRECTORY - " + CURRENT_DIRECTORY);
+        System.out.println("@@@@@@@@@ ServerLauncher::validateOnStart - getWorkingDirectory() - "
+            + getWorkingDirectory());
         if (!CURRENT_DIRECTORY.equals(getWorkingDirectory())) {
           throw new IllegalStateException(
               LocalizedStrings.Launcher_Builder_WORKING_DIRECTORY_OPTION_NOT_VALID_ERROR_MESSAGE