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:11 UTC

[incubator-skywalking] tag v1.0-Final-hotfix created (now 2935ec8)

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

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


      at 2935ec8  (commit)
This tag includes the following new commits:

     new 2935ec8  hotfix: 修复发布版本的启动脚本错误

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

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

Posted by mc...@apache.org.
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>.