[skywalking-kubernetes] branch master updated: Update 03-deployment.yml

2019-06-19 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
 new d310a7d  Update 03-deployment.yml
d310a7d is described below

commit d310a7d176fdacb4470e47b4e3699470f1cc56d3
Author: Gao Hongtao 
AuthorDate: Thu Jun 20 14:32:35 2019 +0800

Update 03-deployment.yml

Update a new docker repo.
---
 6/6.0.0-GA/oap/03-deployment.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/6/6.0.0-GA/oap/03-deployment.yml b/6/6.0.0-GA/oap/03-deployment.yml
index efcb261..5f25e86 100644
--- a/6/6.0.0-GA/oap/03-deployment.yml
+++ b/6/6.0.0-GA/oap/03-deployment.yml
@@ -34,7 +34,7 @@ spec:
   serviceAccountName: skywalking-oap
   containers:
   - name: oap
-image: skywalking/oap:6.0.0-GA
+image: apache/skywalking-oap-server:6.0.0-GA
 ports:
 - containerPort: 11800
   name: grpc
@@ -58,4 +58,4 @@ spec:
   volumes:
   - name: config
 configMap:
-  name: oap-config
\ No newline at end of file
+  name: oap-config



[GitHub] [skywalking] wu-sheng commented on issue #2914: Wrong Line Number in error stack after using skywalking

2019-06-19 Thread GitBox
wu-sheng commented on issue #2914: Wrong Line Number in error stack after using 
skywalking
URL: https://github.com/apache/skywalking/issues/2914#issuecomment-503889010
 
 
   If I remember right, we don't enhance class of `@ResponseBody`.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] evanxuhe commented on issue #2914: Wrong Line Number in error stack after using skywalking

2019-06-19 Thread GitBox
evanxuhe commented on issue #2914: Wrong Line Number in error stack after using 
skywalking
URL: https://github.com/apache/skywalking/issues/2914#issuecomment-503885847
 
 
   > > What confues me more is that the line number 143 controller is right. 
But the line number 202 is wrong, which is rather unbelievable. Do you have any 
idea about any reason can cause it ?
   > 
   > Still recommend to check the debug folder, whether somehow the class with 
wrong line number is there? If not, as I expected, I am confusing too. We put 
all enhanced classes with the enhanced results there.
   
   What's more I upload controller java src as reference
   
![screenshot_1](https://user-images.githubusercontent.com/24379174/59824099-c1434480-9362-11e9-9708-0361a8cf95c6.png)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] evanxuhe commented on issue #2914: Wrong Line Number in error stack after using skywalking

2019-06-19 Thread GitBox
evanxuhe commented on issue #2914: Wrong Line Number in error stack after using 
skywalking
URL: https://github.com/apache/skywalking/issues/2914#issuecomment-503885429
 
 
   > > What confues me more is that the line number 143 controller is right. 
But the line number 202 is wrong, which is rather unbelievable. Do you have any 
idea about any reason can cause it ?
   > 
   > Still recommend to check the debug folder, whether somehow the class with 
wrong line number is there? If not, as I expected, I am confusing too. We put 
all enhanced classes with the enhanced results there.
   
   OK . I will try to find out the reasonAnd I attach the controller java src.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #2914: Wrong Line Number in error stack after using skywalking

2019-06-19 Thread GitBox
wu-sheng commented on issue #2914: Wrong Line Number in error stack after using 
skywalking
URL: https://github.com/apache/skywalking/issues/2914#issuecomment-503885108
 
 
   > What confues me more is that the line number 143 controller is right. But 
the line number 202 is wrong, which is rather unbelievable. Do you have any 
idea about any reason can cause it ?
   
   Still recommend to check the debug folder, whether somehow the class with 
wrong line number is there? If not, as I expected, I am confusing too. We put 
all enhanced classes with the enhanced results there.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] evanxuhe commented on issue #2914: Wrong Line Number in error stack after using skywalking

2019-06-19 Thread GitBox
evanxuhe commented on issue #2914: Wrong Line Number in error stack after using 
skywalking
URL: https://github.com/apache/skywalking/issues/2914#issuecomment-503884734
 
 
   > There is no SkyWalking class in this method stack, such as an interceptor. 
This is the evidence of another class enhanced.
   > 
   > > at 
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstMethodsInter.intercept(InstMethodsInter.java:93)
 ~[skywalking-agent.jar:6.1.0]
   > > at 
com.chehejia.aisp.charging.api.controller.MobileChargingController.getChargingPilesBasic(MobileChargingController.java)
 ~[classes!/:?]
   > 
   > `MobileChargingController#getChargingPilesBasic` should be manipulated by 
SkyWalking, but not the class you said. So please confirm first.
   
   What confues me more is that the line number **143** controller is right. 
But the line number 202 is wrong, which is rather unbelievable. Do you have any 
idea about any reason can cause it ?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] evanxuhe commented on issue #2914: Wrong Line Number in error stack after using skywalking

2019-06-19 Thread GitBox
evanxuhe commented on issue #2914: Wrong Line Number in error stack after using 
skywalking
URL: https://github.com/apache/skywalking/issues/2914#issuecomment-503883912
 
 
   > There is no SkyWalking class in this method stack, such as an interceptor. 
This is the evidence of another class enhanced.
   > 
   > > at 
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstMethodsInter.intercept(InstMethodsInter.java:93)
 ~[skywalking-agent.jar:6.1.0]
   > > at 
com.chehejia.aisp.charging.api.controller.MobileChargingController.getChargingPilesBasic(MobileChargingController.java)
 ~[classes!/:?]
   > 
   > `MobileChargingController#getChargingPilesBasic` should be manipulated by 
SkyWalking, but not the class you said. So please confirm first.
   
   I know that And I am also confused. Controller is manipulated while 
ServiceImpl is not. But it does happen, and many applications show the problem. 
I wanna know if the introduce of controller enhance finally caused the problem 
some way although not enhancing service class directly


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking] branch wu-sheng-patch-1 deleted (was 7488934)

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


 was 7488934  Update backend-storage.md

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[GitHub] [skywalking] wu-sheng merged pull request #2915: Add a more link to ES storage FAQ

2019-06-19 Thread GitBox
wu-sheng merged pull request #2915: Add a more link to ES storage FAQ
URL: https://github.com/apache/skywalking/pull/2915
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking] branch master updated: Update backend-storage.md (#2915)

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
 new fe66fec  Update backend-storage.md (#2915)
fe66fec is described below

commit fe66feccb73d96458f6b4e2928ced101c4ef0795
Author: 吴晟 Wu Sheng 
AuthorDate: Thu Jun 20 12:47:48 2019 +0800

Update backend-storage.md (#2915)
---
 docs/en/setup/backend/backend-storage.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/en/setup/backend/backend-storage.md 
b/docs/en/setup/backend/backend-storage.md
index 415e3a9..3d897d1 100644
--- a/docs/en/setup/backend/backend-storage.md
+++ b/docs/en/setup/backend/backend-storage.md
@@ -76,6 +76,8 @@ storage:
 concurrentRequests: ${SW_STORAGE_ES_CONCURRENT_REQUESTS:2} # the number of 
concurrent requests
 ```
 
+Read the [ElasticSearch storage FAQ](../../FAQ/ES-Server-FAQ.md) if you are 
new to ElasticSearch. And recommend read more about these configuration from 
ElasticSearch official document. This effects the performance of ElasticSearch 
very much.
+
 ### ElasticSearch 6 with Jaeger trace extension
 This implementation shares most of `elasticsearch`, just extend to support 
zipkin span storage.
 It has all same configs.



[GitHub] [skywalking] wu-sheng opened a new pull request #2915: Add a more link to ES storage FAQ

2019-06-19 Thread GitBox
wu-sheng opened a new pull request #2915: Add a more link to ES storage FAQ
URL: https://github.com/apache/skywalking/pull/2915
 
 
   Since more people are asking about this issue, link to main doc.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking] branch wu-sheng-patch-1 created (now 7488934)

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


  at 7488934  Update backend-storage.md

This branch includes the following new commits:

 new 7488934  Update backend-storage.md

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.




[skywalking] 01/01: Update backend-storage.md

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 74889347ddd9fca5617819fc82b1dd80f50fb806
Author: 吴晟 Wu Sheng 
AuthorDate: Thu Jun 20 12:02:38 2019 +0800

Update backend-storage.md
---
 docs/en/setup/backend/backend-storage.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/en/setup/backend/backend-storage.md 
b/docs/en/setup/backend/backend-storage.md
index 415e3a9..3d897d1 100644
--- a/docs/en/setup/backend/backend-storage.md
+++ b/docs/en/setup/backend/backend-storage.md
@@ -76,6 +76,8 @@ storage:
 concurrentRequests: ${SW_STORAGE_ES_CONCURRENT_REQUESTS:2} # the number of 
concurrent requests
 ```
 
+Read the [ElasticSearch storage FAQ](../../FAQ/ES-Server-FAQ.md) if you are 
new to ElasticSearch. And recommend read more about these configuration from 
ElasticSearch official document. This effects the performance of ElasticSearch 
very much.
+
 ### ElasticSearch 6 with Jaeger trace extension
 This implementation shares most of `elasticsearch`, just extend to support 
zipkin span storage.
 It has all same configs.



[GitHub] [skywalking] wu-sheng edited a comment on issue #2914: Wrong Line Number in error stack after using skywalking

2019-06-19 Thread GitBox
wu-sheng edited a comment on issue #2914: Wrong Line Number in error stack 
after using skywalking
URL: https://github.com/apache/skywalking/issues/2914#issuecomment-503830845
 
 
   There is no SkyWalking class in this method stack, such as an interceptor. 
This is the evidence of another class enhanced.
   
   > at 
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstMethodsInter.intercept(InstMethodsInter.java:93)
 ~[skywalking-agent.jar:6.1.0]
at 
com.chehejia.aisp.charging.api.controller.MobileChargingController.getChargingPilesBasic(MobileChargingController.java)
 ~[classes!/:?]
   
   `MobileChargingController#getChargingPilesBasic` should be manipulated by 
SkyWalking, but not the class you said. So please confirm first.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #2914: Wrong Line Number in error stack after using skywalking

2019-06-19 Thread GitBox
wu-sheng commented on issue #2914: Wrong Line Number in error stack after using 
skywalking
URL: https://github.com/apache/skywalking/issues/2914#issuecomment-503830845
 
 
   There is no SkyWalking class in this method stack, such as an interceptor. 
Such as this
   
   > at 
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstMethodsInter.intercept(InstMethodsInter.java:93)
 ~[skywalking-agent.jar:6.1.0]
at 
com.chehejia.aisp.charging.api.controller.MobileChargingController.getChargingPilesBasic(MobileChargingController.java)
 ~[classes!/:?]
   
   `MobileChargingController#getChargingPilesBasic` should be manipulated by 
SkyWalking, but not the class you said. So please confirm first.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng closed issue #2914: Wrong Line Number in error stack after using skywalking

2019-06-19 Thread GitBox
wu-sheng closed issue #2914: Wrong Line Number in error stack after using 
skywalking
URL: https://github.com/apache/skywalking/issues/2914
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #2914: Wrong Line Number in error stack after using skywalking

2019-06-19 Thread GitBox
wu-sheng commented on issue #2914: Wrong Line Number in error stack after using 
skywalking
URL: https://github.com/apache/skywalking/issues/2914#issuecomment-503830408
 
 
   I am looking at this stack, and confusing.
   > at 
com.chehejia.aisp.charging.api.service.impl.ChargingPileServiceImpl.setVehicleInfo(ChargingPileServiceImpl.java:202)
 ~[classes!/:?]
   
   Is this class enhanced by SkyWalking? If so, open the 
`agent.is_open_debugging_class`, and check the class of this in `/debugging` 
folder of the agent.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #2907: [BUG] Can not locate agent jar file

2019-06-19 Thread GitBox
wu-sheng commented on issue #2907: [BUG] Can not locate agent jar file
URL: https://github.com/apache/skywalking/issues/2907#issuecomment-503829885
 
 
   > thanks ! as you said do , it is ok now. but this way i have to use 
skywalking in my web project , this data is not needed
   
   What do you mean `data is not needed`? Confusing.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking] branch remove-login deleted (was 7a727d5)

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch remove-login
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


 was 7a727d5  Delete tests.

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[skywalking] branch master updated: Remove login permanently. (#2912)

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
 new 963ac5d  Remove login permanently. (#2912)
963ac5d is described below

commit 963ac5d33eb75ab4ca6537f944dad8d0ceb8c8a4
Author: 吴晟 Wu Sheng 
AuthorDate: Thu Jun 20 11:04:14 2019 +0800

Remove login permanently. (#2912)

* Remove login permanently.

* Sync UI change.

* Delete `org.apache.skywalking.apm.webapp.security`

* Delete tests.
---
 apm-webapp/src/main/assembly/webapp.yml|  6 --
 .../skywalking/apm/webapp/security/Account.java| 31 ---
 .../apm/webapp/security/LoginFilter.java   | 96 --
 .../apm/webapp/security/ReaderAccount.java | 50 ---
 .../apm/webapp/security/UserChecker.java   | 59 -
 apm-webapp/src/main/resources/application.yml  |  5 --
 .../apm/webapp/security/LoginFilterTest.java   | 70 
 .../skywalking/apm/webapp/security/LoginTest.java  | 90 
 .../apm/webapp/security/ReaderAccountTest.java | 37 -
 .../apm/webapp/security/UserCheckerTest.java   | 96 --
 docs/en/setup/backend/ui-setup.md  |  8 --
 skywalking-ui  |  2 +-
 12 files changed, 1 insertion(+), 549 deletions(-)

diff --git a/apm-webapp/src/main/assembly/webapp.yml 
b/apm-webapp/src/main/assembly/webapp.yml
index bb67538..cb8e558 100644
--- a/apm-webapp/src/main/assembly/webapp.yml
+++ b/apm-webapp/src/main/assembly/webapp.yml
@@ -24,9 +24,3 @@ collector:
 # Point to all backend's restHost:restPort, split by ,
 listOfServers: 127.0.0.1:12800
 
-security:
-  user:
-# username
-admin:
-  # password
-  password: admin
diff --git 
a/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/Account.java
 
b/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/Account.java
deleted file mode 100644
index cb33d86..000
--- 
a/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/Account.java
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
-
-package org.apache.skywalking.apm.webapp.security;
-
-/**
- * Account of Login.
- * 
- * @author gaohongtao
- */
-public interface Account {
-
-String userName();
-
-String password();
-}
diff --git 
a/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/LoginFilter.java
 
b/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/LoginFilter.java
deleted file mode 100644
index 4c696be..000
--- 
a/apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/LoginFilter.java
+++ /dev/null
@@ -1,96 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
-
-package org.apache.skywalking.apm.webapp.security;
-
-import com.google.gson.Gson;
-import com.netflix.zuul.ZuulFilter;
-import com.netflix.zuul.context.RequestContext;
-import java.io.IOException;
-import javax.servlet.http.HttpServletResponse;
-import org.springframework.stereotype.Component;
-import org.springframework.util.ReflectionUtils;
-
-import static 
org.springframework.cloud.netflix.zuul.filters.support.FilterConstants.PRE_DECORATION_FILTER_ORDER;
-
-/**
- * Filter login request.
- * 
- * @au

[GitHub] [skywalking] wu-sheng merged pull request #2912: Remove login permanently.

2019-06-19 Thread GitBox
wu-sheng merged pull request #2912: Remove login permanently.
URL: https://github.com/apache/skywalking/pull/2912
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #2912: Remove login permanently.

2019-06-19 Thread GitBox
wu-sheng commented on issue #2912: Remove login permanently.
URL: https://github.com/apache/skywalking/pull/2912#issuecomment-503820550
 
 
   @zhaoyuguang Need another approvement :)


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] evanxuhe opened a new issue #2914: Wrong Line Number in error stack after using skywalking

2019-06-19 Thread GitBox
evanxuhe opened a new issue #2914: Wrong Line Number in error stack after using 
skywalking
URL: https://github.com/apache/skywalking/issues/2914
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Bug
   **The line number in error stack displys wrong**, different from real line 
number in java source, after using skywalking
   like the NullPointerException shows **202** in ChargingPileServiceImpl.java 
   but actually **168** !
   ___
   
![screenshot](https://user-images.githubusercontent.com/24379174/59814834-3d309300-9349-11e9-9e50-27f5840a7853.png)
   
   ### Bug
   - What do you want to know?
   The reason and how to fix
   
   I have uploaded the debugging classes like 
**com.chehejia.aisp.charging.api.controller.MobileChargingController$auxiliary$xpBfyibB**
 shown in the error stack, which is zipped in 
[debugging.zip](https://github.com/apache/skywalking/files/3308552/debugging.zip)
   
   ```
   java.lang.NullPointerException: null
at 
com.chehejia.aisp.charging.api.service.impl.ChargingPileServiceImpl.setVehicleInfo(ChargingPileServiceImpl.java:202)
 ~[classes!/:?]
at 
com.chehejia.aisp.charging.api.service.impl.ChargingPileServiceImpl.getPileBasic(ChargingPileServiceImpl.java:168)
 ~[classes!/:?]
at 
com.chehejia.aisp.charging.api.controller.MobileChargingController.getChargingPilesBasic$original$ur0oD1AC(MobileChargingController.java:143)
 ~[classes!/:?]
at 
com.chehejia.aisp.charging.api.controller.MobileChargingController.getChargingPilesBasic$original$ur0oD1AC$accessor$AIw0pivL(MobileChargingController.java)
 ~[classes!/:?]
at 
com.chehejia.aisp.charging.api.controller.MobileChargingController$auxiliary$xpBfyibB.call(Unknown
 Source) ~[classes!/:?]
at 
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstMethodsInter.intercept(InstMethodsInter.java:93)
 ~[skywalking-agent.jar:6.1.0]
at 
com.chehejia.aisp.charging.api.controller.MobileChargingController.getChargingPilesBasic(MobileChargingController.java)
 ~[classes!/:?]
at 
com.chehejia.aisp.charging.api.controller.MobileChargingController$$FastClassBySpringCGLIB$$42df9a7d.invoke()
 ~[classes!/:?]
at 
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) 
~[spring-core-4.3.16.RELEASE.jar!/:4.3.16.RELEASE]
at 
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:738)
 ~[spring-aop-4.3.16.RELEASE.jar!/:4.3.16.RELEASE]
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
 ~[spring-aop-4.3.16.RELEASE.jar!/:4.3.16.RELEASE]
at 
org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:150)
 ~[spring-context-4.3.16.RELEASE.jar!/:4.3.16.RELEASE]
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
 ~[spring-aop-4.3.16.RELEASE.jar!/:4.3.16.RELEASE]
at 
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85)
 ~[spring-aop-4.3.16.RELEASE.jar!/:4.3.16.RELEASE]
at 
com.chehejia.iam.client.auth.IamClientAuthAspect.aroundIAMPermissions(IamClientAuthAspect.java:57)
 ~[aisp-iam-starter-2.0.0-SNAPSHOT.jar!/:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
~[?:1.8.0_212]
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_212]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_212]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
at 
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:627)
 ~[spring-aop-4.3.16.RELEASE.jar!/:4.3.16.RELEASE]
at 
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:616)
 ~[spring-aop-4.3.16.RELEASE.jar!/:4.3.16.RELEASE]
at 
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
 ~[spring-aop-4.3.16.RELEASE.jar!/:4.3.16.RELEASE]
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:168)
 ~[spring-aop-4.3.16.RELEASE.jar!/:4.3.16.RELEASE]
at 
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
 ~[spring-aop-4.3.16.RELEASE.jar!/:4.3.16.RELEASE]
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:168)
 ~[spring-aop-4.3.16.RELEASE.jar!/:4.3.16.RELEASE]
at 
org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:52)
 ~[spring-aop-4.3.16.RELEASE.jar!/:4.3.16.RELEASE

[GitHub] [skywalking] zhaoyuguang commented on issue #2912: Remove login permanently.

2019-06-19 Thread GitBox
zhaoyuguang commented on issue #2912: Remove login permanently.
URL: https://github.com/apache/skywalking/pull/2912#issuecomment-503820416
 
 
   Checked, Work as expected.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking] branch remove-login updated (47520fd -> 7a727d5)

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch remove-login
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 47520fd  Merge branch 'remove-login' of 
https://github.com/apache/skywalking into remove-login
 add 7a727d5  Delete tests.

No new revisions were added by this update.

Summary of changes:
 .../apm/webapp/security/LoginFilterTest.java   | 70 
 .../skywalking/apm/webapp/security/LoginTest.java  | 90 
 .../apm/webapp/security/ReaderAccountTest.java | 37 -
 .../apm/webapp/security/UserCheckerTest.java   | 96 --
 4 files changed, 293 deletions(-)
 delete mode 100644 
apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/LoginFilterTest.java
 delete mode 100644 
apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/LoginTest.java
 delete mode 100644 
apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/ReaderAccountTest.java
 delete mode 100644 
apm-webapp/src/test/java/org/apache/skywalking/apm/webapp/security/UserCheckerTest.java



[GitHub] [skywalking] wu-sheng commented on issue #2912: Remove login permanently.

2019-06-19 Thread GitBox
wu-sheng commented on issue #2912: Remove login permanently.
URL: https://github.com/apache/skywalking/pull/2912#issuecomment-503813622
 
 
   @zhaoyuguang @kezhenxu94 As I have deleted the codes, could you re-verify? 
Does the webapp startup right?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #2912: Remove login permanently.

2019-06-19 Thread GitBox
wu-sheng commented on issue #2912: Remove login permanently.
URL: https://github.com/apache/skywalking/pull/2912#issuecomment-503812998
 
 
   @kezhenxu94 `org.apache.skywalking.apm.webapp.security` package has been 
removed, by following @hanahmily reply.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking] branch remove-login updated (eed0346 -> 47520fd)

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch remove-login
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from eed0346  Merge branch 'master' into remove-login
 add a2f8834  Delete `org.apache.skywalking.apm.webapp.security`
 add 47520fd  Merge branch 'remove-login' of 
https://github.com/apache/skywalking into remove-login

No new revisions were added by this update.

Summary of changes:
 .../skywalking/apm/webapp/security/Account.java| 31 ---
 .../apm/webapp/security/LoginFilter.java   | 96 --
 .../apm/webapp/security/ReaderAccount.java | 50 ---
 .../apm/webapp/security/UserChecker.java   | 59 -
 4 files changed, 236 deletions(-)
 delete mode 100644 
apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/Account.java
 delete mode 100644 
apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/LoginFilter.java
 delete mode 100644 
apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/ReaderAccount.java
 delete mode 100644 
apm-webapp/src/main/java/org/apache/skywalking/apm/webapp/security/UserChecker.java



[GitHub] [skywalking] wu-sheng commented on issue #2906: storage 配置mysql后,collector启动不起来

2019-06-19 Thread GitBox
wu-sheng commented on issue #2906: storage 配置mysql后,collector启动不起来
URL: https://github.com/apache/skywalking/issues/2906#issuecomment-503810580
 
 
   
https://github.com/apache/skywalking/blob/master/docs/en/setup/backend/backend-storage.md#mysql
   
   I highly recommend you to read all document.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #2912: Remove login permanently.

2019-06-19 Thread GitBox
wu-sheng commented on issue #2912: Remove login permanently.
URL: https://github.com/apache/skywalking/pull/2912#issuecomment-503810721
 
 
   @zhaoyuguang Please approve, then I will merge this.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] zhaoyuguang commented on issue #2912: Remove login permanently.

2019-06-19 Thread GitBox
zhaoyuguang commented on issue #2912: Remove login permanently.
URL: https://github.com/apache/skywalking/pull/2912#issuecomment-503810543
 
 
   > @zhaoyuguang I merged and sync your PR to this. Please recheck.
   
   Now,  The UI look like:
   
![image](https://user-images.githubusercontent.com/10150229/59812866-073be080-9342-11e9-9185-bc82d9594afb.png)
   
![image](https://user-images.githubusercontent.com/10150229/59812874-19b61a00-9342-11e9-9f97-505b4892e104.png)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] zou79189747 commented on issue #2907: [BUG] Can not locate agent jar file

2019-06-19 Thread GitBox
zou79189747 commented on issue #2907: [BUG] Can not locate agent jar file
URL: https://github.com/apache/skywalking/issues/2907#issuecomment-503810423
 
 
   thanks ! as you said do , it is ok now.  but this way i have to use 
skywalking in my web project , this data is not needed


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] Abigdataexplorer commented on issue #2906: storage 配置mysql后,collector启动不起来

2019-06-19 Thread GitBox
Abigdataexplorer commented on issue #2906: storage 配置mysql后,collector启动不起来
URL: https://github.com/apache/skywalking/issues/2906#issuecomment-503807094
 
 
   Can you share the connection about mysql do storage article? thank you


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #2907: [BUG] Can not locate agent jar file

2019-06-19 Thread GitBox
wu-sheng commented on issue #2907: [BUG] Can not locate agent jar file
URL: https://github.com/apache/skywalking/issues/2907#issuecomment-503802149
 
 
   English only. I have said what is the issue. `-javaagent` is also needed in 
Tomcat, and don't put agent in Tomcat lib or your application lib, a.k.a. not 
in any classpath of JVM.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] zou79189747 commented on issue #2907: [BUG] Can not locate agent jar file

2019-06-19 Thread GitBox
zou79189747 commented on issue #2907: [BUG] Can not locate agent jar file
URL: https://github.com/apache/skywalking/issues/2907#issuecomment-503801729
 
 
   我这边的场景是全链路分析,有C写的网关,有java写的微服务,java微服务那快没什么问题直接-javaagent就可以了,但是C这边我们的方案是 
通过一个掉用一个java后台提过的http接口来注册服务, 该接口调用skywalking grpc 
来注册服务,提过java接口的后台是一个web工程,且在tomcat catalin.bat里面没有使用-javaagent 
,这个场景下我就引用了apm-agent-core这个依赖,调用doServiceRegister注册服务,然后在tomcat环境下 报Can not 
locate agent jar file这个错,调试发现URL resource = 
ClassLoader.getSystemClassLoader().getResource(classResourcePath); 
resource为null ,想请问一下这个场景我修改源码有问题吗,还是有其他更好的方式解决


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking] branch remove-login updated (e0fcee6 -> eed0346)

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch remove-login
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from e0fcee6  Sync UI change.
 add ef68b3f  Fix issue that the time to remove the 
REQUEST_KEY_IN_RUNTIME_CONTEXT flag is incorrect (#2913)
 add eed0346  Merge branch 'master' into remove-login

No new revisions were added by this update.

Summary of changes:
 .../spring/mvc/commons/interceptor/AbstractMethodInterceptor.java   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



[skywalking] branch master updated: Fix issue that the time to remove the REQUEST_KEY_IN_RUNTIME_CONTEXT flag is incorrect (#2913)

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
 new ef68b3f  Fix issue that the time to remove the 
REQUEST_KEY_IN_RUNTIME_CONTEXT flag is incorrect (#2913)
ef68b3f is described below

commit ef68b3f2185f223a606ec0d38785f7848da03fd3
Author: Xin,Zhang 
AuthorDate: Thu Jun 20 08:51:54 2019 +0800

Fix issue that the time to remove the REQUEST_KEY_IN_RUNTIME_CONTEXT flag 
is incorrect (#2913)
---
 .../spring/mvc/commons/interceptor/AbstractMethodInterceptor.java   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/apm-sniffer/apm-sdk-plugin/spring-plugins/mvc-annotation-commons/src/main/java/org/apache/skywalking/apm/plugin/spring/mvc/commons/interceptor/AbstractMethodInterceptor.java
 
b/apm-sniffer/apm-sdk-plugin/spring-plugins/mvc-annotation-commons/src/main/java/org/apache/skywalking/apm/plugin/spring/mvc/commons/interceptor/AbstractMethodInterceptor.java
index 1a98e7b..ab7c15a 100644
--- 
a/apm-sniffer/apm-sdk-plugin/spring-plugins/mvc-annotation-commons/src/main/java/org/apache/skywalking/apm/plugin/spring/mvc/commons/interceptor/AbstractMethodInterceptor.java
+++ 
b/apm-sniffer/apm-sdk-plugin/spring-plugins/mvc-annotation-commons/src/main/java/org/apache/skywalking/apm/plugin/spring/mvc/commons/interceptor/AbstractMethodInterceptor.java
@@ -154,10 +154,10 @@ public abstract class AbstractMethodInterceptor 
implements InstanceMethodsAround
 if (response.getStatus() >= 400) {
 span.errorOccurred();
 Tags.STATUS_CODE.set(span, 
Integer.toString(response.getStatus()));
-
-
ContextManager.getRuntimeContext().remove(REQUEST_KEY_IN_RUNTIME_CONTEXT);
-
ContextManager.getRuntimeContext().remove(RESPONSE_KEY_IN_RUNTIME_CONTEXT);
 }
+
+
ContextManager.getRuntimeContext().remove(REQUEST_KEY_IN_RUNTIME_CONTEXT);
+
ContextManager.getRuntimeContext().remove(RESPONSE_KEY_IN_RUNTIME_CONTEXT);
 }
 
 ContextManager.stopSpan();



[GitHub] [skywalking] wu-sheng merged pull request #2913: Fix issue that the time to remove the REQUEST_KEY_IN_RUNTIME_CONTEXT flag is incorrect

2019-06-19 Thread GitBox
wu-sheng merged pull request #2913: Fix issue that the time to remove the 
REQUEST_KEY_IN_RUNTIME_CONTEXT flag is incorrect
URL: https://github.com/apache/skywalking/pull/2913
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] ascrutae opened a new pull request #2913: Fix issue that the time to remove the REQUEST_KEY_IN_RUNTIME_CONTEXT flag is incorrect

2019-06-19 Thread GitBox
ascrutae opened a new pull request #2913: Fix issue that the time to remove the 
REQUEST_KEY_IN_RUNTIME_CONTEXT flag is incorrect
URL: https://github.com/apache/skywalking/pull/2913
 
 
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [x] Bug fix
   - [ ] New feature provided
   - [ ] Improve performance
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #2912: Remove login permanently.

2019-06-19 Thread GitBox
wu-sheng commented on issue #2912: Remove login permanently.
URL: https://github.com/apache/skywalking/pull/2912#issuecomment-503613942
 
 
   @zhaoyuguang I merged and sync your PR to this. Please recheck.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking] branch remove-login updated (6c0e637 -> e0fcee6)

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch remove-login
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 6c0e637  Merge branch 'master' into remove-login
 add e0fcee6  Sync UI change.

No new revisions were added by this update.

Summary of changes:
 skywalking-ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[GitHub] [skywalking] wu-sheng commented on issue #2912: Remove login permanently.

2019-06-19 Thread GitBox
wu-sheng commented on issue #2912: Remove login permanently.
URL: https://github.com/apache/skywalking/pull/2912#issuecomment-503610387
 
 
   @zhaoyuguang I am merging that PR, and update this later.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking] branch remove-login updated (56522af -> 6c0e637)

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch remove-login
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 56522af  Remove login permanently.
 add 825a521  Summary FAQ of WebSphere installation. (#2911)
 add 6c0e637  Merge branch 'master' into remove-login

No new revisions were added by this update.

Summary of changes:
 docs/en/FAQ/README.md |  1 +
 docs/en/FAQ/install_agent_on_websphere.md | 30 ++
 2 files changed, 31 insertions(+)
 create mode 100644 docs/en/FAQ/install_agent_on_websphere.md



[skywalking] branch wu-sheng-patch-1 deleted (was f76d33e)

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


 was f76d33e  Update README.md

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[skywalking] branch master updated: Summary FAQ of WebSphere installation. (#2911)

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
 new 825a521  Summary FAQ of WebSphere installation. (#2911)
825a521 is described below

commit 825a52195d63d80730e976e7077f451bcea3da6d
Author: 吴晟 Wu Sheng 
AuthorDate: Wed Jun 19 22:40:55 2019 +0800

Summary FAQ of WebSphere installation. (#2911)

* Create install_agent_on_websphere.md

* Update README.md
---
 docs/en/FAQ/README.md |  1 +
 docs/en/FAQ/install_agent_on_websphere.md | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/docs/en/FAQ/README.md b/docs/en/FAQ/README.md
index aa671be..ec9addc 100644
--- a/docs/en/FAQ/README.md
+++ b/docs/en/FAQ/README.md
@@ -12,3 +12,4 @@ These are known and common FAQs. We welcome you to contribute 
yours.
 * [Agent or collector version upgrade](Upgrade.md)
 * [EnhanceRequireObjectCache class cast 
exception](EnhanceRequireObjectCache-Cast-Exception.md)
 * [ElasticSearch server performance FAQ, including ERROR 
CODE:429](ES-Server-FAQ.md)
+* [IllegalStateException when install Java agent on WebSphere 
7](install_agent_on_websphere.md)
diff --git a/docs/en/FAQ/install_agent_on_websphere.md 
b/docs/en/FAQ/install_agent_on_websphere.md
new file mode 100644
index 000..bb79770
--- /dev/null
+++ b/docs/en/FAQ/install_agent_on_websphere.md
@@ -0,0 +1,30 @@
+# IllegalStateException when install Java agent on WebSphere
+This FAQ came from [community discussion and 
feedback](https://github.com/apache/skywalking/issues/2652). 
+This user installed SkyWalking Java agent on WebSphere 7.0.0.11 and ibm jdk 
1.8_20160719 and 1.7.0_20150407,
+and had following error logs
+```
+WARN 2019-05-09 17:01:35:905 SkywalkingAgent-1-GRPCChannelManager-0 
ProtectiveShieldMatcher : Byte-buddy occurs exception when match type.
+java.lang.IllegalStateException: Cannot resolve type description for 
java.security.PrivilegedAction
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.pool.TypePool$Resolution$Illegal.resolve(TypePool.java:144)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.pool.TypePool$Default$WithLazyResolution$LazyTypeDescription.delegate(TypePool.java:1392)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.description.type.TypeDescription$AbstractBase$OfSimpleType$WithDelegation.getInterfaces(TypeDescription.java:8016)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType.getInterfaces(TypeDescription.java:3621)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.HasSuperTypeMatcher.hasInterface(HasSuperTypeMatcher.java:53)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.HasSuperTypeMatcher.hasInterface(HasSuperTypeMatcher.java:54)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.HasSuperTypeMatcher.matches(HasSuperTypeMatcher.java:38)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.HasSuperTypeMatcher.matches(HasSuperTypeMatcher.java:15)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Conjunction.matches(ElementMatcher.java:107)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:147)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:147)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:147)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:147)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:147)
+...
+```
+
+The exception has been addressed as access grant required in WebSphere. 
+You could follow these steps.
+
+1. Set the agent's owner to the owner of WebSphere.
+2. Add "grant codeBase "file:${agent_dir}/-" { permission 
java.security.AllPermission; };" in the file of "server.policy".
+



[GitHub] [skywalking] wu-sheng merged pull request #2911: Summary FAQ of WebSphere installation.

2019-06-19 Thread GitBox
wu-sheng merged pull request #2911: Summary FAQ of WebSphere installation.
URL: https://github.com/apache/skywalking/pull/2911
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] zhaoyuguang commented on issue #2912: Remove login permanently.

2019-06-19 Thread GitBox
zhaoyuguang commented on issue #2912: Remove login permanently.
URL: https://github.com/apache/skywalking/pull/2912#issuecomment-503582356
 
 
   In my local test, login as we hope, but logout button hidden maybe better
   
![image](https://user-images.githubusercontent.com/10150229/59773672-97e1d480-92e0-11e9-8cc9-53ab2afa89ea.png)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #2912: Remove login permanently.

2019-06-19 Thread GitBox
wu-sheng commented on issue #2912: Remove login permanently.
URL: https://github.com/apache/skywalking/pull/2912#issuecomment-503568342
 
 
   @JaredTan95 @kezhenxu94 @hanahmily Please run demo locally, and check 
whether no login works well.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #2912: Remove login permanently.

2019-06-19 Thread GitBox
wu-sheng commented on issue #2912: Remove login permanently.
URL: https://github.com/apache/skywalking/pull/2912#issuecomment-503568083
 
 
   > Seems the org.apache.skywalking.apm.webapp.security package is useless now 
and can be removed?
   
   I am assuming maybe one day, some contributors to add this back. Anyway, 
wait for @hanahmily 's suggestion.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking-website] branch asf-site updated (37551c8 -> 9ba8b9b)

2019-06-19 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git.


 discard 37551c8  Update asf-site
 new 9ba8b9b  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (37551c8)
\
 N -- N -- N   refs/heads/asf-site (9ba8b9b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html| 6 +++---
 assets/js/{20.ddd32c97.js => 20.24ed6fd7.js}| 2 +-
 assets/js/{29.6a2931d3.js => 29.cdba8432.js}| 2 +-
 assets/js/{app.70686bbb.js => app.089e2286.js}  | 4 ++--
 blog/2018-05-24-skywalking-net.html | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html  | 4 ++--
 blog/2019-01-01-Understand-Trace.html   | 4 ++--
 blog/2019-01-25-mesh-loadtest.html  | 4 ++--
 blog/index.html | 4 ++--
 downloads/index.html| 4 ++--
 events/index.html   | 4 ++--
 index.html  | 4 ++--
 team/index.html | 6 +++---
 zh/blog/2018-05-24-skywalking-net.html  | 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html | 4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html| 4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html | 4 ++--
 zh/blog/2019-01-02-Understand-trace-trans2cn.html   | 4 ++--
 zh/blog/2019-01-02-skywalking-elasticsearch-basic.html  | 4 ++--
 zh/blog/2019-01-03-monitor-microservice.html| 4 ++--
 zh/blog/2019-01-21-agent-plugin-practice.html   | 4 ++--
 zh/blog/2019-01-24-skywalking-remote-debug.html | 4 ++--
 zh/blog/2019-02-24-skywalking-pk-pinpoint.html  | 4 ++--
 zh/blog/2019-03-01-skywalking-troubleshoot.html | 4 ++--
 .../2019-03-29-introduction-of-skywalking-and-simple-practice.html  | 4 ++--
 zh/blog/index.html  | 4 ++--
 zh/doc/index.html   | 4 ++--
 zh/downloads/index.html | 4 ++--
 zh/events/index.html| 4 ++--
 zh/index.html   | 4 ++--
 zh/team/index.html  | 6 +++---
 31 files changed, 63 insertions(+), 63 deletions(-)
 rename assets/js/{20.ddd32c97.js => 20.24ed6fd7.js} (89%)
 rename assets/js/{29.6a2931d3.js => 29.cdba8432.js} (88%)
 rename assets/js/{app.70686bbb.js => app.089e2286.js} (82%)



[GitHub] [skywalking] wu-sheng opened a new pull request #2912: Remove login permanently.

2019-06-19 Thread GitBox
wu-sheng opened a new pull request #2912: Remove login permanently.
URL: https://github.com/apache/skywalking/pull/2912
 
 
   As login is not perfect, and we don't intend to make it works, so remove it 
permanently


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking] branch remove-login created (now 56522af)

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch remove-login
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


  at 56522af  Remove login permanently.

This branch includes the following new commits:

 new 56522af  Remove login permanently.

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.




[skywalking] 01/01: Remove login permanently.

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch remove-login
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 56522af37fd5588694ec6f574826a0d60f2b7308
Author: Wu Sheng 
AuthorDate: Wed Jun 19 21:38:55 2019 +0800

Remove login permanently.
---
 apm-webapp/src/main/assembly/webapp.yml   | 6 --
 apm-webapp/src/main/resources/application.yml | 5 -
 docs/en/setup/backend/ui-setup.md | 8 
 skywalking-ui | 2 +-
 4 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/apm-webapp/src/main/assembly/webapp.yml 
b/apm-webapp/src/main/assembly/webapp.yml
index bb67538..cb8e558 100644
--- a/apm-webapp/src/main/assembly/webapp.yml
+++ b/apm-webapp/src/main/assembly/webapp.yml
@@ -24,9 +24,3 @@ collector:
 # Point to all backend's restHost:restPort, split by ,
 listOfServers: 127.0.0.1:12800
 
-security:
-  user:
-# username
-admin:
-  # password
-  password: admin
diff --git a/apm-webapp/src/main/resources/application.yml 
b/apm-webapp/src/main/resources/application.yml
index 946f819..0f46dcb 100644
--- a/apm-webapp/src/main/resources/application.yml
+++ b/apm-webapp/src/main/resources/application.yml
@@ -33,11 +33,6 @@ collector:
 # Point to all backend's restHost:restPort, split by ,
 listOfServers: 127.0.0.1:12800
 
-security:
-  user:
-admin:
-  password: admin
-
 spring:
   resources:
 add-mappings: false
diff --git a/docs/en/setup/backend/ui-setup.md 
b/docs/en/setup/backend/ui-setup.md
index d7ad38e..c85f9f3 100644
--- a/docs/en/setup/backend/ui-setup.md
+++ b/docs/en/setup/backend/ui-setup.md
@@ -9,7 +9,6 @@ Setting file of UI is  `webapp/webapp.yml` in distribution 
package. It is consti
 
 1. Listening port.
 1. Backend connect info.
-1. Auth setting.
 
 ```yaml
 server:
@@ -22,12 +21,5 @@ collector:
 # Point to all backend's restHost:restPort, split by , 
 listOfServers: 10.2.34.1:12800,10.2.34.2:12800
 
-security:
-  user:
-# username
-admin:
-  # password
-  password: admin
-
 ```
 
diff --git a/skywalking-ui b/skywalking-ui
index 40036f4..62c207e 16
--- a/skywalking-ui
+++ b/skywalking-ui
@@ -1 +1 @@
-Subproject commit 40036f4cba9017d3727f06e5a597aec8183edf8b
+Subproject commit 62c207e4f677e4b865eec4dcfffad9e7c95066fb



[GitHub] [skywalking] pmq5205209 commented on issue #2652: skywalking support ibm websphere(was ) j9vm

2019-06-19 Thread GitBox
pmq5205209 commented on issue #2652: skywalking support ibm websphere(was ) 
j9vm 
URL: https://github.com/apache/skywalking/issues/2652#issuecomment-503564367
 
 
   OK. I will do it in these days. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #2652: skywalking support ibm websphere(was ) j9vm

2019-06-19 Thread GitBox
wu-sheng commented on issue #2652: skywalking support ibm websphere(was ) j9vm 
URL: https://github.com/apache/skywalking/issues/2652#issuecomment-503563863
 
 
   Got it, then follow my suggestions, let's see what happened.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] pmq5205209 commented on issue #2652: skywalking support ibm websphere(was ) j9vm

2019-06-19 Thread GitBox
pmq5205209 commented on issue #2652: skywalking support ibm websphere(was ) 
j9vm 
URL: https://github.com/apache/skywalking/issues/2652#issuecomment-503563410
 
 
   I know that. But We face a problem that  these apps are too old.  


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #2911: Summary FAQ of WebSphere installation.

2019-06-19 Thread GitBox
wu-sheng commented on issue #2911: Summary FAQ of WebSphere installation.
URL: https://github.com/apache/skywalking/pull/2911#issuecomment-503563034
 
 
   > The CI failed when the branch in this repo is also filed as a PR is known 
to me and will fix it soon
   
   OK. Interesting failure.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] kezhenxu94 commented on issue #2911: Summary FAQ of WebSphere installation.

2019-06-19 Thread GitBox
kezhenxu94 commented on issue #2911: Summary FAQ of WebSphere installation.
URL: https://github.com/apache/skywalking/pull/2911#issuecomment-503562624
 
 
   The CI failed when the branch in this repo is also filed as a PR is known to 
me and will fix it soon


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #2652: skywalking support ibm websphere(was ) j9vm

2019-06-19 Thread GitBox
wu-sheng commented on issue #2652: skywalking support ibm websphere(was ) j9vm 
URL: https://github.com/apache/skywalking/issues/2652#issuecomment-503561612
 
 
   > OK. I will do more try to develop WebSphere plugin, because we have an 
important customer whose uses many WebSphere.
   
   I am just saying, when SpringMVC active, you even can't see WebSphere in 
tracing.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] pmq5205209 commented on issue #2652: skywalking support ibm websphere(was ) j9vm

2019-06-19 Thread GitBox
pmq5205209 commented on issue #2652: skywalking support ibm websphere(was ) 
j9vm 
URL: https://github.com/apache/skywalking/issues/2652#issuecomment-503561169
 
 
   OK. I will do more try to develop WebSphere plugin, because we have an 
important customer whose uses many WebSphere.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #2652: skywalking support ibm websphere(was ) j9vm

2019-06-19 Thread GitBox
wu-sheng commented on issue #2652: skywalking support ibm websphere(was ) j9vm 
URL: https://github.com/apache/skywalking/issues/2652#issuecomment-503559295
 
 
   OK, If oracle plugin works then you means the java agent core should run 
perfectly. Then 2 things
   1. If you have SpringMVC, then I think you don't even need WebSphere plugin.
   1. We haven't developed the WebSphere plugin before. If you want locate the 
issue, you need to figure out, 
   a) whether the target class loading by been intercepted by agent(from your 
demo, I will say yes), but you should add log to the method I 
referred(#transfer)
   b) If SkyWalking enhancing works? Does it return the new builder as expected?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng opened a new pull request #2911: Summary FAQ of WebSphere installation.

2019-06-19 Thread GitBox
wu-sheng opened a new pull request #2911: Summary FAQ of WebSphere installation.
URL: https://github.com/apache/skywalking/pull/2911
 
 
   Ref https://github.com/apache/skywalking/issues/2652 for the original 
discussion.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking] branch wu-sheng-patch-1 updated: Update README.md

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/wu-sheng-patch-1 by this push:
 new f76d33e  Update README.md
f76d33e is described below

commit f76d33e50f923deaea561d4d769db81f661aa5c5
Author: 吴晟 Wu Sheng 
AuthorDate: Wed Jun 19 21:19:54 2019 +0800

Update README.md
---
 docs/en/FAQ/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/en/FAQ/README.md b/docs/en/FAQ/README.md
index aa671be..ec9addc 100644
--- a/docs/en/FAQ/README.md
+++ b/docs/en/FAQ/README.md
@@ -12,3 +12,4 @@ These are known and common FAQs. We welcome you to contribute 
yours.
 * [Agent or collector version upgrade](Upgrade.md)
 * [EnhanceRequireObjectCache class cast 
exception](EnhanceRequireObjectCache-Cast-Exception.md)
 * [ElasticSearch server performance FAQ, including ERROR 
CODE:429](ES-Server-FAQ.md)
+* [IllegalStateException when install Java agent on WebSphere 
7](install_agent_on_websphere.md)



[skywalking] branch wu-sheng-patch-1 created (now f3991a1)

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


  at f3991a1  Create install_agent_on_websphere.md

This branch includes the following new commits:

 new f3991a1  Create install_agent_on_websphere.md

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.




[skywalking] 01/01: Create install_agent_on_websphere.md

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit f3991a1044b2a37a444020772e8feefa02cc79e3
Author: 吴晟 Wu Sheng 
AuthorDate: Wed Jun 19 21:18:51 2019 +0800

Create install_agent_on_websphere.md
---
 docs/en/FAQ/install_agent_on_websphere.md | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/docs/en/FAQ/install_agent_on_websphere.md 
b/docs/en/FAQ/install_agent_on_websphere.md
new file mode 100644
index 000..bb79770
--- /dev/null
+++ b/docs/en/FAQ/install_agent_on_websphere.md
@@ -0,0 +1,30 @@
+# IllegalStateException when install Java agent on WebSphere
+This FAQ came from [community discussion and 
feedback](https://github.com/apache/skywalking/issues/2652). 
+This user installed SkyWalking Java agent on WebSphere 7.0.0.11 and ibm jdk 
1.8_20160719 and 1.7.0_20150407,
+and had following error logs
+```
+WARN 2019-05-09 17:01:35:905 SkywalkingAgent-1-GRPCChannelManager-0 
ProtectiveShieldMatcher : Byte-buddy occurs exception when match type.
+java.lang.IllegalStateException: Cannot resolve type description for 
java.security.PrivilegedAction
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.pool.TypePool$Resolution$Illegal.resolve(TypePool.java:144)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.pool.TypePool$Default$WithLazyResolution$LazyTypeDescription.delegate(TypePool.java:1392)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.description.type.TypeDescription$AbstractBase$OfSimpleType$WithDelegation.getInterfaces(TypeDescription.java:8016)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType.getInterfaces(TypeDescription.java:3621)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.HasSuperTypeMatcher.hasInterface(HasSuperTypeMatcher.java:53)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.HasSuperTypeMatcher.hasInterface(HasSuperTypeMatcher.java:54)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.HasSuperTypeMatcher.matches(HasSuperTypeMatcher.java:38)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.HasSuperTypeMatcher.matches(HasSuperTypeMatcher.java:15)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Conjunction.matches(ElementMatcher.java:107)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:147)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:147)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:147)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:147)
+at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:147)
+...
+```
+
+The exception has been addressed as access grant required in WebSphere. 
+You could follow these steps.
+
+1. Set the agent's owner to the owner of WebSphere.
+2. Add "grant codeBase "file:${agent_dir}/-" { permission 
java.security.AllPermission; };" in the file of "server.policy".
+



[GitHub] [skywalking] pmq5205209 commented on issue #2652: skywalking support ibm websphere(was ) j9vm

2019-06-19 Thread GitBox
pmq5205209 commented on issue #2652: skywalking support ibm websphere(was ) 
j9vm 
URL: https://github.com/apache/skywalking/issues/2652#issuecomment-503556037
 
 
   I download oracle plugin and add it to my local skywalking.  
   
![图片](https://user-images.githubusercontent.com/19252220/59768701-67496d00-92d7-11e9-86a2-d559c0777b4d.png)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #2652: skywalking support ibm websphere(was ) j9vm

2019-06-19 Thread GitBox
wu-sheng commented on issue #2652: skywalking support ibm websphere(was ) j9vm 
URL: https://github.com/apache/skywalking/issues/2652#issuecomment-503553898
 
 
   >But there is still a problem that my websphere plugin cannot work. My agent 
has many plugins , such as websphere plugin and oracle plugin. After the 
WebSphere started, oracle plugin can work well, but websphere plugin cannot 
work.
   
   Which Oracle plugin are you talking about?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #2652: skywalking support ibm websphere(was ) j9vm

2019-06-19 Thread GitBox
wu-sheng commented on issue #2652: skywalking support ibm websphere(was ) j9vm 
URL: https://github.com/apache/skywalking/issues/2652#issuecomment-503553274
 
 
   For your plugin, could you see any log output by 
`SkyWalkingAgent#Transformer#transform()`?
   ```java
   ClassLoader classLoader, JavaModule module) {
   List pluginDefines = 
pluginFinder.find(typeDescription);
   if (pluginDefines.size() > 0) {
   DynamicType.Builder newBuilder = builder;
   EnhanceContext context = new EnhanceContext();
   for (AbstractClassEnhancePluginDefine define : 
pluginDefines) {
   DynamicType.Builder possibleNewBuilder = 
define.define(typeDescription, newBuilder, classLoader, context);
   if (possibleNewBuilder != null) {
   newBuilder = possibleNewBuilder;
   }
   }
   if (context.isEnhanced()) {
   logger.debug("Finish the prepare stage for {}.", 
typeDescription.getName());
   }
   
   return newBuilder;
   }
   
   logger.debug("Matched class {}, but ignore by finding 
mechanism.", typeDescription.getTypeName());
   return builder;
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #2652: skywalking support ibm websphere(was ) j9vm

2019-06-19 Thread GitBox
wu-sheng commented on issue #2652: skywalking support ibm websphere(was ) j9vm 
URL: https://github.com/apache/skywalking/issues/2652#issuecomment-503551872
 
 
   This is high-value solution, you should send a pull request to FAQ.
   ```
   I had Solved the problem of "java.security.PrivilegedAction". 
   1. Set the agent's owner to the owner of WebSphere.
   2. Add "grant codeBase "file:${agent_dir}/-" { permission 
java.security.AllPermission; };" in the file of "server.policy".
   
   Then skywalking agent can run in WebSphere 6.1 ,7.0, 8.0 with openjdk 1.6.0 
, and Apps run normally.
   ```
   
   The FAQ should be linked and placed here, 
https://github.com/apache/skywalking/blob/master/docs/en/FAQ/README.md#runtime


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking-website] wu-sheng merged pull request #48: Updata team.md

2019-06-19 Thread GitBox
wu-sheng merged pull request #48: Updata team.md
URL: https://github.com/apache/skywalking-website/pull/48
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking-website] branch master updated: md (#48)

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 58f46e4  md (#48)
58f46e4 is described below

commit 58f46e48870a597d9ef200e0002bcd23cef00b94
Author: 于玉桔 
AuthorDate: Wed Jun 19 20:57:05 2019 +0800

md (#48)
---
 docs/team/README.md| 1 +
 docs/zh/team/README.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/docs/team/README.md b/docs/team/README.md
index 344b58b..66d7b20 100755
--- a/docs/team/README.md
+++ b/docs/team/README.md
@@ -34,6 +34,7 @@ Members include Project Management Committee members and 
committers. The List in
 | Name |Apache ID|
 |:---|:--|
 |Sheng Wang| wangsheng |
+|Yuguang Zhao| zhaoyuguang |
 |Yuntao Li| liyuntao |
 |Zhenxu Ke| kezhenxu94 |
 
diff --git a/docs/zh/team/README.md b/docs/zh/team/README.md
index 2236278..79c5667 100755
--- a/docs/zh/team/README.md
+++ b/docs/zh/team/README.md
@@ -33,6 +33,7 @@ SkyWalking团队由项目成员和提交者组成。成员可以直接访问SkyW
 | 名字 |Apache ID|
 |:---|:--|
 |Sheng Wang| wangsheng |
+|Yuguang Zhao| zhaoyuguang |
 |Yuntao Li| liyuntao |
 |Zhenxu Ke| kezhenxu94 |
 



[skywalking-kubernetes] branch master updated: fix ui 6.0-GA cann't connect oap 6.0

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
 new 1be0be5  fix ui 6.0-GA cann't connect oap 6.0
 new f75126a  Merge pull request #16 from tristan-tsl/patch-3
1be0be5 is described below

commit 1be0be55c8bd5675d9f2f4ef51e9aa8c956730c2
Author: tristan-tsl <46754544+tristan-...@users.noreply.github.com>
AuthorDate: Wed Jun 19 20:42:37 2019 +0800

fix ui 6.0-GA cann't connect oap 6.0

althought the ui has default timeout value,but i fount it not work,i try to 
explicit to set timeout value,well,it work
---
 6/6.0.0-GA/ui/02-deployment.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/6/6.0.0-GA/ui/02-deployment.yml b/6/6.0.0-GA/ui/02-deployment.yml
index ff9feb3..a51809b 100644
--- a/6/6.0.0-GA/ui/02-deployment.yml
+++ b/6/6.0.0-GA/ui/02-deployment.yml
@@ -45,3 +45,5 @@ spec:
 env:
 - name:  collector.ribbon.listOfServers
   value: oap:12800
+- name:  collector.ribbon.ReadTimeout
+  value: "2"



[GitHub] [skywalking-kubernetes] wu-sheng merged pull request #16: fix ui 6.0-GA cann't connect oap 6.0

2019-06-19 Thread GitBox
wu-sheng merged pull request #16: fix ui 6.0-GA cann't connect oap 6.0
URL: https://github.com/apache/skywalking-kubernetes/pull/16
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] zhaoyuguang commented on issue #2902: Spring @Async plugin support

2019-06-19 Thread GitBox
zhaoyuguang commented on issue #2902: Spring  @Async plugin support
URL: https://github.com/apache/skywalking/pull/2902#issuecomment-503546044
 
 
   > Integration test cases are required.
   
   Ok, I will support it soon


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] pmq5205209 commented on issue #2652: skywalking support ibm websphere(was ) j9vm

2019-06-19 Thread GitBox
pmq5205209 commented on issue #2652: skywalking support ibm websphere(was ) 
j9vm 
URL: https://github.com/apache/skywalking/issues/2652#issuecomment-503544716
 
 
   Hi, WuSheng, I had Solved the problem of "java.security.PrivilegedAction". I 
set the agent's owner to the owner of WebSphere. And add "grant codeBase 
"file:${agent_dir}/-" { permission java.security.AllPermission; };" in the file 
of "server.policy". Now skywalking agent can run in WebSphere 6.1 ,7.0, 8.0 
with openjdk 1.6.0 , and Apps run normally.
   But there is still a problem that my websphere plugin cannot work. My agent 
has many plugins , such as websphere plugin and oracle plugin. After the 
WebSphere started, oracle plugin can work well, but  websphere plugin cannot 
work.
   I writed as sample agent and add it to WebSphere.  It intercepted the 
classes I hoped.
   
![图片](https://user-images.githubusercontent.com/19252220/59765438-a6c08b00-92d0-11e9-9173-f7068f5d1e79.png)
   
![图片](https://user-images.githubusercontent.com/19252220/59765613-0a4ab880-92d1-11e9-954e-0a1740a606bc.png)
   However, when I write a plugin to skywalking agent and run in websphere, it 
cannot work.
   
![图片](https://user-images.githubusercontent.com/19252220/59765878-9c52c100-92d1-11e9-90ea-fc9087be788a.png)
   In additon , the log file has nothing with my WebSphere plugin. There is a 
error in my logs.
   WARN 2019-06-19 20:00:34:372 main ProtectiveShieldMatcher :  Byte-buddy 
occurs exception when match type. 
   java.lang.IllegalStateException: Cannot resolve type description for 
com.ibm.ws.runtime.component.Component
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.pool.TypePool$Resolution$Illegal.resolve(TypePool.java:159)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.pool.TypePool$Default$WithLazyResolution$LazyTypeDescription.delegate(TypePool.java:1407)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.description.type.TypeDescription$AbstractBase$OfSimpleType$WithDelegation.getInterfaces(TypeDescription.java:8031)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType.getInterfaces(TypeDescription.java:3636)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$WithEagerNavigation.getInterfaces(TypeDescription.java:6375)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.HasSuperTypeMatcher.matches(HasSuperTypeMatcher.java:66)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.HasSuperTypeMatcher.matches(HasSuperTypeMatcher.java:31)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Conjunction.matches(ElementMatcher.java:122)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:160)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:160)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:160)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:160)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:160)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:160)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:160)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:160)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:160)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:160)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:160)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:160)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:160)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:160)
at 
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:160)
at 
org.apache.skywalking.apm.dependencies.net.bytebud

[GitHub] [skywalking-kubernetes] tristan-tsl opened a new pull request #16: fix ui 6.0-GA cann't connect oap 6.0

2019-06-19 Thread GitBox
tristan-tsl opened a new pull request #16: fix ui 6.0-GA cann't connect oap 6.0
URL: https://github.com/apache/skywalking-kubernetes/pull/16
 
 
   althought the ui has default timeout value,but i fount it not work,i try to 
explicit to set timeout value,well,it work


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking-kubernetes] tristan-tsl closed pull request #15: fix the skywalking ui 6.0-GA cann't connect to skywalking oap 6.0

2019-06-19 Thread GitBox
tristan-tsl closed pull request #15: fix the skywalking ui 6.0-GA cann't 
connect to skywalking oap 6.0
URL: https://github.com/apache/skywalking-kubernetes/pull/15
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking-kubernetes] tristan-tsl commented on issue #15: fix the skywalking ui 6.0-GA cann't connect to skywalking oap 6.0

2019-06-19 Thread GitBox
tristan-tsl commented on issue #15: fix the skywalking ui 6.0-GA cann't connect 
to skywalking oap 6.0
URL: 
https://github.com/apache/skywalking-kubernetes/pull/15#issuecomment-503542964
 
 
   because of in my yml has some different,for exeample:
   spec:
 tolerations:
   - key: "tristan_namespace"
 operator: "Equal"
 value: "skywalking"
 nodeSelector:
   tristan_namespace: "skywalking"
   ,you are right ,i should make new issus with the same format


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] zhaoyuguang commented on a change in pull request #2902: Spring @Async plugin support

2019-06-19 Thread GitBox
zhaoyuguang commented on a change in pull request #2902: Spring  @Async plugin 
support
URL: https://github.com/apache/skywalking/pull/2902#discussion_r295269557
 
 

 ##
 File path: 
apm-sniffer/apm-sdk-plugin/spring-plugins/async-annotation-5.x-plugin/pom.xml
 ##
 @@ -0,0 +1,44 @@
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+
+spring-plugins
+org.apache.skywalking
+6.2.0-SNAPSHOT
+
+4.0.0
+
+async-annotation-5.x-plugin
+jar
+
+resttemplate-4.3.x-plugin
+http://maven.apache.org
+
+
+5.1.4.RELEASE
+
+
+
+
+org.springframework
+spring-aop
+${spring-aop.version}
+
+
 
 Review comment:
   Ok


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking-website] zhaoyuguang opened a new pull request #48: Updata team.md

2019-06-19 Thread GitBox
zhaoyuguang opened a new pull request #48: Updata team.md
URL: https://github.com/apache/skywalking-website/pull/48
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking-website] branch asf-site updated (ac1d707 -> 37551c8)

2019-06-19 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git.


 discard ac1d707  Update asf-site
 new 37551c8  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ac1d707)
\
 N -- N -- N   refs/heads/asf-site (37551c8)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html| 6 +++---
 assets/js/19.0a8c93b7.js| 1 -
 assets/js/19.6b021f80.js| 1 +
 assets/js/{20.72eff4b7.js => 20.ddd32c97.js}| 2 +-
 assets/js/28.597a5d9e.js| 1 +
 assets/js/28.e1cdc4c9.js| 1 -
 assets/js/{29.cb5d7ef2.js => 29.6a2931d3.js}| 2 +-
 assets/js/{app.18d1303e.js => app.70686bbb.js}  | 6 +++---
 blog/2018-05-24-skywalking-net.html | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html  | 4 ++--
 blog/2019-01-01-Understand-Trace.html   | 4 ++--
 blog/2019-01-25-mesh-loadtest.html  | 4 ++--
 blog/index.html | 4 ++--
 downloads/index.html| 4 ++--
 events/index.html   | 6 +++---
 index.html  | 6 +++---
 team/index.html | 6 +++---
 zh/blog/2018-05-24-skywalking-net.html  | 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html | 4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html| 4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html | 4 ++--
 zh/blog/2019-01-02-Understand-trace-trans2cn.html   | 4 ++--
 zh/blog/2019-01-02-skywalking-elasticsearch-basic.html  | 4 ++--
 zh/blog/2019-01-03-monitor-microservice.html| 4 ++--
 zh/blog/2019-01-21-agent-plugin-practice.html   | 4 ++--
 zh/blog/2019-01-24-skywalking-remote-debug.html | 4 ++--
 zh/blog/2019-02-24-skywalking-pk-pinpoint.html  | 4 ++--
 zh/blog/2019-03-01-skywalking-troubleshoot.html | 4 ++--
 .../2019-03-29-introduction-of-skywalking-and-simple-practice.html  | 4 ++--
 zh/blog/index.html  | 4 ++--
 zh/doc/index.html   | 4 ++--
 zh/downloads/index.html | 4 ++--
 zh/events/index.html| 6 +++---
 zh/index.html   | 6 +++---
 zh/team/index.html  | 6 +++---
 35 files changed, 70 insertions(+), 70 deletions(-)
 delete mode 100644 assets/js/19.0a8c93b7.js
 create mode 100644 assets/js/19.6b021f80.js
 rename assets/js/{20.72eff4b7.js => 20.ddd32c97.js} (92%)
 create mode 100644 assets/js/28.597a5d9e.js
 delete mode 100644 assets/js/28.e1cdc4c9.js
 rename assets/js/{29.cb5d7ef2.js => 29.6a2931d3.js} (92%)
 rename assets/js/{app.18d1303e.js => app.70686bbb.js} (77%)



[GitHub] [skywalking-website] wu-sheng merged pull request #47: Update events and team

2019-06-19 Thread GitBox
wu-sheng merged pull request #47: Update events and team
URL: https://github.com/apache/skywalking-website/pull/47
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking-website] branch master updated: Update events and team (#47)

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 0241a6d  Update events and team (#47)
0241a6d is described below

commit 0241a6d7985220823bfa4b646b6122bba7d72ee5
Author: kezhenxu94 
AuthorDate: Wed Jun 19 19:36:21 2019 +0800

Update events and team (#47)

* Update events and team

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Remove oldest news
---
 docs/README.md   | 8 
 docs/events/README.md| 4 
 docs/team/README.md  | 1 +
 docs/zh/README.md| 7 ---
 docs/zh/events/README.md | 4 
 docs/zh/team/README.md   | 1 +
 6 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/docs/README.md b/docs/README.md
index cd7650c..bfae6d0 100755
--- a/docs/README.md
+++ b/docs/README.md
@@ -25,6 +25,9 @@ user:
 news:
   title: Events & News
   content:
+  - header: Welcome Zhenxu Ke as a new committer
+content: Based on his continuous contributions, he has been voted as a new 
committer.
+time: June 17th, 2019
   - header: SkyWalking 6.1.0 release
 content: First release after being Top Level Project, including RocketBot 
UI.
 time: May 5th 2019
@@ -34,7 +37,4 @@ news:
   - header: SkyWalking graduated as Apache Top Level Project
 content: Apache board approved SkyWalking graduated as TLP at April 17th 
2019.
 time: April 17th 2019
-  - header: Welcome Yuguang Zhao as a new committer
-content: Based on his continuous contributions, he has been accepted as a 
new committer.
-time: April 15th, 2019

+
diff --git a/docs/events/README.md b/docs/events/README.md
index e7a7d0a..0713ee6 100755
--- a/docs/events/README.md
+++ b/docs/events/README.md
@@ -1,5 +1,9 @@
 # SkyWalking Events
 
+## Welcome Zhenxu Ke as a new committer
+## June 17th, 2019
+Based on his continuous contributions, Zhenxu Ke (a.k.a 
[kezhenxu94](https://github.com/kezhenxu94)) has been voted as a new committer.
+
 ## Release Apache SkyWalking APM 6.1.0
 ## May 5th, 2019
 6.1.0 release. Go to [downloads](/downloads) page to find release tars.
diff --git a/docs/team/README.md b/docs/team/README.md
index 08ec1bb..344b58b 100755
--- a/docs/team/README.md
+++ b/docs/team/README.md
@@ -35,6 +35,7 @@ Members include Project Management Committee members and 
committers. The List in
 |:---|:--|
 |Sheng Wang| wangsheng |
 |Yuntao Li| liyuntao |
+|Zhenxu Ke| kezhenxu94 |
 
 ## Contributors
 
diff --git a/docs/zh/README.md b/docs/zh/README.md
index 91c2b98..a95febf 100755
--- a/docs/zh/README.md
+++ b/docs/zh/README.md
@@ -26,6 +26,9 @@ user:
 news:
   title: 事件 & 新闻
   content:
+  - header: 欢迎柯振旭成为新的 committer
+content: 根据他对项目长期的贡献,他被投票选举为项目的 committer。
+time: 2019年4月15日
   - header: SkyWalking 6.1.0发布
 content: SkyWalking毕业后首个版本发布,包含新RocketBot UI。
 time: 2019年5月5日
@@ -35,6 +38,4 @@ news:
   - header: SkyWalking 毕业成为Apache顶级项目
 content: Apache董事会批准SkyWalking孵化器毕业,成为顶级项目。
 time: 2019年4月17日
-  - header: 欢迎赵禹光成为新的committer
-content: 根据他长期的项目贡献,他被提升为项目的committer。
-time: 2019年4月15日
+
diff --git a/docs/zh/events/README.md b/docs/zh/events/README.md
index 571fd41..f416174 100755
--- a/docs/zh/events/README.md
+++ b/docs/zh/events/README.md
@@ -1,5 +1,9 @@
 # SkyWalking 事件概要
 
+## 欢迎柯振旭成为新的committer
+## 2019年6月17日
+根据他长期的项目贡献,他被投票选举为项目的 committer。
+
 ## SkyWalking 6.1.0 发布
 ## 2019年5月5日
 Apache SkyWalking 6.1.0发布。跳转到 [下载](/downloads) 页面查找发布版本。
diff --git a/docs/zh/team/README.md b/docs/zh/team/README.md
index f468daa..2236278 100755
--- a/docs/zh/team/README.md
+++ b/docs/zh/team/README.md
@@ -34,6 +34,7 @@ SkyWalking团队由项目成员和提交者组成。成员可以直接访问SkyW
 |:---|:--|
 |Sheng Wang| wangsheng |
 |Yuntao Li| liyuntao |
+|Zhenxu Ke| kezhenxu94 |
 
 ## 贡献者
 自从Skywalking使用Github之后,拥有了许多的贡献者,你可以在我们的存储库贡献列表中找到它们。



[GitHub] [skywalking] wu-sheng merged pull request #2910: Update powered-by.md

2019-06-19 Thread GitBox
wu-sheng merged pull request #2910: Update powered-by.md
URL: https://github.com/apache/skywalking/pull/2910
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking] branch master updated: Update powered-by.md (#2910)

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
 new 0567fb3  Update powered-by.md (#2910)
0567fb3 is described below

commit 0567fb3b87a08f84b455781a9604e0bf6a16ba9a
Author: 彭勇升 pengys 
AuthorDate: Wed Jun 19 19:35:12 2019 +0800

Update powered-by.md (#2910)
---
 docs/powered-by.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/powered-by.md b/docs/powered-by.md
index 3e19645..4316b5a 100644
--- a/docs/powered-by.md
+++ b/docs/powered-by.md
@@ -10,6 +10,7 @@ or providing commercial products including Apache SkyWalking.
 1. Aihuishou.com 爱回收网 http://www.aihuishou.com/
 1. Alibaba Cloud, 阿里云, http://aliyun.com 
 1. Anxin Insurance. 安心财产保险有限责任公司 https://www.95303.com
+1. APM Star 北京天空漫步科技有限公司 http://www.apmstar.com
 1. AsiaInfo Inc. http://www.asiainfo.com.cn/
 1. Autohome. 汽车之家. http://www.autohome.com.cn
 1. Baixing.com 百姓网 http://www.baixing.com/



[skywalking] branch peng-yongsheng-patch-1 deleted (was 65e4697)

2019-06-19 Thread wusheng
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch peng-yongsheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


 was 65e4697  Update powered-by.md

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[GitHub] [skywalking-website] zhaoyuguang removed a comment on issue #47: Update events and team

2019-06-19 Thread GitBox
zhaoyuguang removed a comment on issue #47: Update events and team
URL: https://github.com/apache/skywalking-website/pull/47#issuecomment-503506460
 
 
   Add me too  : )


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] zhousiliang163 commented on issue #2704: Stop working after a while. error : IDs can't be null

2019-06-19 Thread GitBox
zhousiliang163 commented on issue #2704: Stop working after a while. error : 
IDs can't be null
URL: https://github.com/apache/skywalking/issues/2704#issuecomment-503509485
 
 
   mark ,I have a same issue.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] wu-sheng commented on issue #2910: Update powered-by.md

2019-06-19 Thread GitBox
wu-sheng commented on issue #2910: Update powered-by.md
URL: https://github.com/apache/skywalking/pull/2910#issuecomment-503508927
 
 
   Ref #443


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking-website] zhaoyuguang commented on a change in pull request #47: Update events and team

2019-06-19 Thread GitBox
zhaoyuguang commented on a change in pull request #47: Update events and team
URL: https://github.com/apache/skywalking-website/pull/47#discussion_r295233793
 
 

 ##
 File path: docs/team/README.md
 ##
 @@ -35,6 +35,8 @@ Members include Project Management Committee members and 
committers. The List in
 |:---|:--|
 |Sheng Wang| wangsheng |
 |Yuntao Li| liyuntao |
+|Zhenxu Ke| kezhenxu94 |
+|Yuguang Zhao| zhaoyuguang |
 
 Review comment:
   OK 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] peng-yongsheng edited a comment on issue #443: Which companies are using SkyWalking

2019-06-19 Thread GitBox
peng-yongsheng edited a comment on issue #443: Which companies are using 
SkyWalking
URL: https://github.com/apache/skywalking/issues/443#issuecomment-503506516
 
 
   北京天空漫步科技有限公司 http://www.apmstar.com
   基于SkyWalking的APM系统服务商
   
   
![logo](https://user-images.githubusercontent.com/16147247/59758942-9523b700-92c1-11e9-8c03-8ec086da0441.png)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking-website] wu-sheng commented on a change in pull request #47: Update events and team

2019-06-19 Thread GitBox
wu-sheng commented on a change in pull request #47: Update events and team
URL: https://github.com/apache/skywalking-website/pull/47#discussion_r295232051
 
 

 ##
 File path: docs/team/README.md
 ##
 @@ -35,6 +35,8 @@ Members include Project Management Committee members and 
committers. The List in
 |:---|:--|
 |Sheng Wang| wangsheng |
 |Yuntao Li| liyuntao |
+|Zhenxu Ke| kezhenxu94 |
+|Yuguang Zhao| zhaoyuguang |
 
 Review comment:
   @zhaoyuguang Don't edit other's PR by adding your inform. And the list 
should be in alphabeta order.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] peng-yongsheng commented on issue #443: Which companies are using SkyWalking

2019-06-19 Thread GitBox
peng-yongsheng commented on issue #443: Which companies are using SkyWalking
URL: https://github.com/apache/skywalking/issues/443#issuecomment-503506516
 
 
   北京天空漫步科技有限公司 http://www.apmstar.com
   基于SkyWalking的APM系统服务商


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking-website] zhaoyuguang commented on issue #47: Update events and team

2019-06-19 Thread GitBox
zhaoyuguang commented on issue #47: Update events and team
URL: https://github.com/apache/skywalking-website/pull/47#issuecomment-503506460
 
 
   Add me too  : )


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking] peng-yongsheng opened a new pull request #2910: Update powered-by.md

2019-06-19 Thread GitBox
peng-yongsheng opened a new pull request #2910: Update powered-by.md
URL: https://github.com/apache/skywalking/pull/2910
 
 
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [ ] Bug fix
   - [ ] New feature provided
   - [ ] Improve performance
   
   - Related issues
   
   ___
   ### Bug fix
   - Bug description.
   
   - How to fix?
   
   ___
   ### New feature or improvement
   - Describe the details and related test reports.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[skywalking] 01/01: Update powered-by.md

2019-06-19 Thread pengys
This is an automated email from the ASF dual-hosted git repository.

pengys pushed a commit to branch peng-yongsheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 65e46978651406be8f1771c105698db36321d37e
Author: 彭勇升 pengys 
AuthorDate: Wed Jun 19 18:36:36 2019 +0800

Update powered-by.md
---
 docs/powered-by.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/powered-by.md b/docs/powered-by.md
index 3e19645..4316b5a 100644
--- a/docs/powered-by.md
+++ b/docs/powered-by.md
@@ -10,6 +10,7 @@ or providing commercial products including Apache SkyWalking.
 1. Aihuishou.com 爱回收网 http://www.aihuishou.com/
 1. Alibaba Cloud, 阿里云, http://aliyun.com 
 1. Anxin Insurance. 安心财产保险有限责任公司 https://www.95303.com
+1. APM Star 北京天空漫步科技有限公司 http://www.apmstar.com
 1. AsiaInfo Inc. http://www.asiainfo.com.cn/
 1. Autohome. 汽车之家. http://www.autohome.com.cn
 1. Baixing.com 百姓网 http://www.baixing.com/



[skywalking] branch peng-yongsheng-patch-1 created (now 65e4697)

2019-06-19 Thread pengys
This is an automated email from the ASF dual-hosted git repository.

pengys pushed a change to branch peng-yongsheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


  at 65e4697  Update powered-by.md

This branch includes the following new commits:

 new 65e4697  Update powered-by.md

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.




[GitHub] [skywalking-website] kezhenxu94 commented on issue #47: Update events and team

2019-06-19 Thread GitBox
kezhenxu94 commented on issue #47: Update events and team
URL: https://github.com/apache/skywalking-website/pull/47#issuecomment-503498236
 
 
   @wu-sheng updated


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking-website] kezhenxu94 commented on issue #47: Update events and team

2019-06-19 Thread GitBox
kezhenxu94 commented on issue #47: Update events and team
URL: https://github.com/apache/skywalking-website/pull/47#issuecomment-503497432
 
 
   > Do you want to update index page? I think you miss one.
   
   I'll check


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [skywalking-website] kezhenxu94 opened a new pull request #47: Update events and team

2019-06-19 Thread GitBox
kezhenxu94 opened a new pull request #47: Update events and team
URL: https://github.com/apache/skywalking-website/pull/47
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


  1   2   >