Re: getting error in both commands

2020-06-20 Thread Sheng Wu
Are you using the JDK8? Sheng Wu 吴晟 Twitter, wusheng1108 gaurav kodmalwar 于2020年6月21日周日 下午1:56写道: > ok, previous error resolved by using additional option > (-Dmaven.test.skip=true -Dcheckstyle.skip) but now another error. > > [INFO] *BUILD FAILURE* > [INFO] >

Re: getting error in both commands

2020-06-20 Thread gaurav kodmalwar
ok, previous error resolved by using additional option (-Dmaven.test.skip=true -Dcheckstyle.skip) but now another error. [INFO] *BUILD FAILURE* [INFO] [INFO] Total time: 01:00 min [INFO] Finished at:

Re: getting error in both commands

2020-06-20 Thread Sheng Wu
Image is not available on the mail list, you need to provide a link or paste the texts. This is a Java project, yes, you need to download dozens of dependencies. There are binary distribution already on the download page. Sheng Wu 吴晟 Twitter, wusheng1108 gaurav kodmalwar 于2020年6月21日周日

Re: getting error in both commands

2020-06-20 Thread gaurav kodmalwar
yeah, at-least I can access it from the browser. Is it related to timeout or are there many dependencies in apm-network? [image: image.png] On Sun, 21 Jun 2020 at 08:55, Sheng Wu wrote: > Is maven central accessible for you? We need that in compiling. > > Sheng Wu 吴晟 > Twitter, wusheng1108 > >

Re: [ANNOUNCE] Apache SkyWalking 8.0.1 released

2020-06-20 Thread Sheng Wu
Because the global mirror sync takes 24-48 hours, choose backup site at EU or US, those maybe work first. Sheng Wu 吴晟 Twitter, wusheng1108 gaurav kodmalwar 于2020年6月21日周日 上午11:25写道: > Sheng, > > This link is not working on downloads page. > >

Re: getting error in both commands

2020-06-20 Thread Sheng Wu
Is maven central accessible for you? We need that in compiling. Sheng Wu 吴晟 Twitter, wusheng1108 gaurav kodmalwar 于2020年6月21日周日 上午11:18写道: > still failed. Does it really take such a long time? > > [INFO] *BUILD FAILURE* > [INFO] >

Re: [ANNOUNCE] Apache SkyWalking 8.0.1 released

2020-06-20 Thread gaurav kodmalwar
Sheng, This link is not working on downloads page. http://apachemirror.wuchna.com/skywalking/8.0.1/apache-skywalking-apm-8.0.1-src.tgz On Sun, 21 Jun 2020 at 08:23, Sheng Wu wrote: > Hi all, > > Apache SkyWalking Team is glad to announce the first release of Apache > SkyWalking 8.0.1. > >

Re: getting error in both commands

2020-06-20 Thread gaurav kodmalwar
still failed. Does it really take such a long time? [INFO] *BUILD FAILURE* [INFO] [INFO] Total time: *30:44 min* [INFO] Finished at: 2020-06-21T08:34:39+05:30 [INFO]

[ANNOUNCE] Apache SkyWalking 8.0.1 released

2020-06-20 Thread Sheng Wu
Hi all, Apache SkyWalking Team is glad to announce the first release of Apache SkyWalking 8.0.1. SkyWalking: APM (application performance monitor) tool for distributed systems, especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.

[Result] [VOTE] Release SkyWalking 8.0.1

2020-06-20 Thread Sheng Wu
We got +1 binding Sheng Wu Haochao Zhuang Hongwei Zhai Jian Tan I will continue the process. Sheng Wu 吴晟 Twitter, wusheng1108 Sheng Wu 于2020年6月18日周四 下午10:15写道: > Hi All, > This is a call for vote to release Apache SkyWalking version 8.0.1. > > Release notes: > > * Hot fix, no-init mode is

Re: getting error in both commands

2020-06-20 Thread Sheng Wu
Can't see the reason, but likely test failure on your local env? Try `> mvn clean package -Dmaven.test.skip=true`. Sheng Wu 吴晟 Twitter, wusheng1108 gaurav kodmalwar 于2020年6月21日周日 上午1:32写道: > I thought to run on latest version of skywalking i.e. 8 but there as well > mvn clean package has

[ANNOUNCE] Release Apache SkyWalking Nginx LUA version 0.2.0

2020-06-20 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, especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos)

Re: getting error in both commands

2020-06-20 Thread gaurav kodmalwar
I thought to run on latest version of skywalking i.e. 8 but there as well mvn clean package has failed with below error. Any idea what's happening? [INFO] BUILD FAILURE [INFO] [INFO] Total time: *05:17 h* [INFO] Finished

[RESULT][VOTE] Release SkyWalking Nginx LUA 0.2.0 [Round 2]

2020-06-20 Thread Daming
We got +1 binding from Sheng Wu Xin Zhang Wei Zhang Haochao Zhuang I will continue the release process. Thank you all. — Haochao Zhuang(@dmsolr) Apache SkyWalking

Re: Re: [VOTE] Release SkyWalking Nginx LUA 0.2.0 [Round 2]

2020-06-20 Thread Wei Zhang
+1 binding 1. acs checked 2. sha512 exists 3. LICENSE and NOTICE correct. -- Wei Zhang 张伟 Github, @arugal zt...@foxmail.com 于2020年6月19日周五 上午10:19写道: > +1 binding > > 1. acs checked > 2. sha512 exists > 3. LICENSE and NOTICE correct. > 4. dependencies LICENSES are there. > 5. ASF header

Re: getting error in both commands

2020-06-20 Thread Sheng Wu
Don't have the windows. Sorry. If you already have maven3, try `mvn` instead of `mvnw`. Sheng Wu 吴晟 Twitter, wusheng1108 gaurav kodmalwar 于2020年6月20日周六 下午2:46写道: > dear dev team, > > Any idea about below failures? > > >

Re: source code to create docker build ourselves

2020-06-20 Thread gaurav kodmalwar
Thanks Sheng, it's failing on windows as well. Sent error in dev group. On Sat, Jun 20, 2020, 12:23 PM Sheng Wu wrote: > The project is wroten in Java, so no platform conflict. > > Sheng Wu 吴晟 > Twitter, wusheng1108 > > > gaurav kodmalwar 于2020年6月20日周六 下午1:30写道: > > > This is failing, as our

Re: source code to create docker build ourselves

2020-06-20 Thread Sheng Wu
The project is wroten in Java, so no platform conflict. Sheng Wu 吴晟 Twitter, wusheng1108 gaurav kodmalwar 于2020年6月20日周六 下午1:30写道: > This is failing, as our environment may have some restrictions. Should I > run this mvnw.bat from my laptop and then copy content to linux box, will > it work or

getting error in both commands

2020-06-20 Thread gaurav kodmalwar
dear dev team, Any idea about below failures? C:\apache-skywalking-apm-7.0.0-src\new\apache-skywalking-apm-7.0.0>*mvnw.cmd clean package* Exception calling "DownloadFile" with "2" argument(s): "The operation has timed out." At line:1 char:282 + ... pe]::Tls12;