You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by fb...@apache.org on 2015/03/30 23:23:39 UTC

ambari git commit: AMBARI-10287 [WinTP2] Ambari server fails to start in debug mode on Windows

Repository: ambari
Updated Branches:
  refs/heads/trunk c86d38823 -> 27d351459


AMBARI-10287 [WinTP2] Ambari server fails to start in debug mode on Windows

Fixed Java process command line in debug mode.


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/27d35145
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/27d35145
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/27d35145

Branch: refs/heads/trunk
Commit: 27d3514595a9858d68f3d8dc491c5fed78469024
Parents: c86d388
Author: Florian Barca <fb...@hortonworks.com>
Authored: Mon Mar 30 14:23:31 2015 -0700
Committer: Florian Barca <fb...@hortonworks.com>
Committed: Mon Mar 30 14:23:31 2015 -0700

----------------------------------------------------------------------
 ambari-server/src/main/python/ambari_server_main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/27d35145/ambari-server/src/main/python/ambari_server_main.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/python/ambari_server_main.py b/ambari-server/src/main/python/ambari_server_main.py
index 1847f94..902b457 100644
--- a/ambari-server/src/main/python/ambari_server_main.py
+++ b/ambari-server/src/main/python/ambari_server_main.py
@@ -85,7 +85,7 @@ SERVER_START_CMD_DEBUG_WINDOWS = "{0} " \
     "-XX:+UseConcMarkSweepGC " \
     "{1} {2} " \
     "-Xdebug -Xrunjdwp:transport=dt_socket,address=5005,server=y,suspend={4} " \
-    "-cp {3}" \
+    "-cp {3} " \
     "org.apache.ambari.server.controller.AmbariServer"
 
 SERVER_INIT_TIMEOUT = 5