[ANNOUNCE] Release Apache SkyWalking Nginx LUA version 0.2.0

2020-06-21 Thread Daming
Hi all, Apache SkyWalking Team is glad to announce the first release of Apache SkyWalking Nginx LUA 0.2.0. SkyWalking: APM (application performance monitor) tool for distributed systems, specially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos)

[ANNOUNCE] 8.0.1 Docker Image is Available

2020-06-21 Thread Hongtao Gao
Hi all: I just push Apache SkyWalking 8.0.1 docker images to the DockerHub. These images are as follows: * https://cloud.docker.com/u/skywalking/repository/docker/skywalking/ui * https://cloud.docker.com/u/skywalking/repository/docker/skywalking/oap More details you can find in README of

Re: getting error in both commands

2020-06-21 Thread Sheng Wu
It is in the web-app/pom.xml Sheng Wu 吴晟 Twitter, wusheng1108 gaurav kodmalwar 于2020年6月21日周日 下午7:15写道: > Able to resolve all issues by not downloading source from mirror but I did > a git clone from github and things working till the last 3 projects. > Where should I change the registry? I

Re: getting error in both commands

2020-06-21 Thread gaurav kodmalwar
Able to resolve all issues by not downloading source from mirror but I did a git clone from github and things working till the last 3 projects. Where should I change the registry? I hope it's an image repository? Kindly share class name or config file to change image repository. [INFO] BUILD

Re: getting error in both commands

2020-06-21 Thread gaurav kodmalwar
Thanks Sheng, there is some useful info related to proxy. But then it's still failing at another compilation. I opened this class mentioned in error stacktrace and annotation statement at line 20. *@javax.annotation.Generated(* [INFO] *BUILD FAILURE* [INFO]

Re: getting error in both commands

2020-06-21 Thread Sheng Wu
The compiling doc is very clear what we need for compiling. https://github.com/apache/skywalking/blob/master/docs/en/guides/How-to-build.md SkyWalking could run JDK 8-14, but compiling is another story. Sheng Wu 吴晟 Twitter, wusheng1108 gaurav kodmalwar 于2020年6月21日周日 下午2:48写道: > I see error

Re: getting error in both commands

2020-06-21 Thread gaurav kodmalwar
I see error is coming from optional plugin, is there option to disable optional plugin from maven? On Sun, 21 Jun 2020 at 11:26, gaurav kodmalwar wrote: > ok, previous error resolved by using additional option > (-Dmaven.test.skip=true -Dcheckstyle.skip) but now another error. > > [INFO] *BUILD

Re: getting error in both commands

2020-06-21 Thread gaurav kodmalwar
Open jdk 14 on windows box. C:\Users\gkodmalwar>java -version openjdk version "14" 2020-03-17 OpenJDK Runtime Environment (build 14+36-1461) OpenJDK 64-Bit Server VM (build 14+36-1461, mixed mode, sharing) On Sun, 21 Jun 2020 at 11:28, Sheng Wu wrote: > Are you using the JDK8? > > Sheng Wu 吴晟