You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by mc...@apache.org on 2017/12/14 23:13:12 UTC

[incubator-skywalking] 01/01: hotfix: 修复发布版本的启动脚本错误

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

mck pushed a commit to tag v1.0-Final-hotfix
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit 2935ec84755616b2ab3e30a87a4a203a1ac388a5
Author: wusheng <wu...@foxmail.com>
AuthorDate: Wed Nov 2 09:17:32 2016 +0800

    hotfix: 修复发布版本的启动脚本错误
---
 skywalking-server/bin/swserver.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/skywalking-server/bin/swserver.sh b/skywalking-server/bin/swserver.sh
index c1eea09..9265f6f 100644
--- a/skywalking-server/bin/swserver.sh
+++ b/skywalking-server/bin/swserver.sh
@@ -48,4 +48,4 @@ echo "CLASSPATH=$CLASSPATH"
 
 JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false"
 
-$JAVA ${JAVA_OPTS} -classpath $CLASSPATH com.ai.cloud.skywalking.reciever.CollectionServer >> ${SW_SERVER_BIN_DIR}/../log/sw-server.log & 2>&1&
+$JAVA ${JAVA_OPTS} -classpath $CLASSPATH com.a.eye.skywalking.reciever.CollectionServer >> ${SW_SERVER_BIN_DIR}/../log/sw-server.log & 2>&1&

-- 
To stop receiving notification emails like this one, please contact
"commits@skywalking.apache.org" <co...@skywalking.apache.org>.