Re: mvn clean project

2020-06-25 Thread gaurav kodmalwar
Or can someone come online to explain the steps. If not exact documention for the build and create a local image. Thanks, Gaurav On Thu, Jun 25, 2020, 7:17 PM gaurav kodmalwar wrote: > hi all, > > As I am using this project in a restricted environment where either proxy > and

mvn clean project

2020-06-25 Thread gaurav kodmalwar
hi all, As I am using this project in a restricted environment where either proxy and credentials are needed for all the access. Where should I replace all the repositories before building this project? I tried with .maven/jev-config and most of the apps worked but then later the third last

Re: getting error in both commands

2020-06-21 Thread gaurav kodmalwar
VEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :apm-webapp [root@localhost skywalking]# npm install --registry= https://registry.npmjs.org/ On Sun, 21 Jun 2020 at 15:58, gaurav kodmalwar wrote: > Thanks Sheng, there is some

Re: getting error in both commands

2020-06-21 Thread gaurav kodmalwar
s another story. > > Sheng Wu 吴晟 > Twitter, wusheng1108 > > > gaurav kodmalwar 于2020年6月21日周日 下午2:48写道: > > > 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, gau

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. > > [

Re: getting error in both commands

2020-06-21 Thread gaurav kodmalwar
> > 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 anothe

Re: getting error in both commands

2020-06-20 Thread gaurav kodmalwar
of dependencies. > There are binary distribution already on the download page. > > Sheng Wu 吴晟 > Twitter, wusheng1108 > > > gaurav kodmalwar 于2020年6月21日周日 上午11:31写道: > > > yeah, at-least I can access it from the browser. Is it related to timeout > > or are the

Re: getting error in both commands

2020-06-20 Thread gaurav kodmalwar
wusheng1108 > > > gaurav kodmalwar 于2020年6月21日周日 上午11:18写道: > > > still failed. Does it really take such a long time? > > > > [INFO] *BUILD FAILURE* > > [INFO] > > > > [INFO] Total

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
the build with the command [ERROR] mvn -rf :apm-network On Sun, 21 Jun 2020 at 07:56, Sheng Wu wrote: > 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 > > > gaur

Re: getting error in both commands

2020-06-20 Thread gaurav kodmalwar
org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :apm-datacarrier On Sat, 20 Jun 2020 at 12:15, gaurav kodmalwar wrote: > 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写道: > >

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;

Re: source code to create docker build ourselves

2020-06-19 Thread gaurav kodmalwar
n package` first, I think. Then > the *.tar.gz file would be created after compiling. > > Sheng Wu 吴晟 > Twitter, wusheng1108 > > > gaurav kodmalwar 于2020年6月20日周六 上午10:09写道: > >> Dear dev team, >> >> I am facing an issue while running docker build command on

Re: source code to create docker build ourselves

2020-06-19 Thread gaurav kodmalwar
z" / *COPY failed: stat /var/lib/docker/tmp/docker-builder158450567/apache-skywalking-apm-bin.tar.gz: no such file or directory* On Wed, 17 Jun 2020 at 17:51, Gaurav Kodmalwar wrote: > Dear team, > > > > Do we have source code for skywalking oap, ui and base? Because our >

RE: source code to create docker build ourselves

2020-06-17 Thread Gaurav Kodmalwar
Dear team, Do we have source code for skywalking oap, ui and base? Because our company doesn't allow external docker pull commands. We build our source code and then create its image. Finally, convert that into a kubernetes helm to use it. Can you please share only source code for skywalking