Maven was not able to obtain the plexus-io-2.1.2.pom file. “Connection reset” is the error I’m referring to. Eventually the build of zeppelin-web component failed.
Initially I thought it’s a network problem that Maven is not able to retrieve the artifact, but it’s happening consistently to me while I’m able to retrieve other artifacts. Maybe it’s something with Mac that’s not working. I’ve tried on Windows and the build worked. Chaoran > On Mar 21, 2017, at 11:48 PM, Ahyoung Ryu <ahyoung...@apache.org> wrote: > > Hi Chaoran, > > This is what I can see in your email. > <Screen Shot 2017-03-22 at 12.36.57 PM.png> > > Can't see any error messages in this. Can you point me which part was the > problem with you exactly? > > Thanks, > Ahyoung > > On Wed, Mar 15, 2017 at 12:30 AM, Chaoran Yu <yuchaoran2...@gmail.com > <mailto:yuchaoran2...@gmail.com>> wrote: > I’m trying to build the latest repo i.e. version 0.8.0-SNAPSHOT, but got the > following error message: > > [INFO] --- maven-war-plugin:2.5:war (default-war) @ zeppelin-web --- > [INFO] Downloading: > https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.1.3/plexus-io-2.1.3.pom > > <https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.1.3/plexus-io-2.1.3.pom> > Mar 12, 2017 1:01:12 PM > org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec > execute > INFO: I/O exception (java.net.SocketException) caught when processing request > to {s}->https://repo.maven.apache.org:443: > <https://repo.maven.apache.org:443:> Connection reset > Mar 12, 2017 1:01:12 PM > org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec > execute > INFO: Retrying request to {s}->https://repo.maven.apache.org:443 > <https://repo.maven.apache.org/> > Mar 12, 2017 1:01:12 PM > org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec > execute > INFO: I/O exception (java.net.SocketException) caught when processing request > to {s}->https://repo.maven.apache.org:443: > <https://repo.maven.apache.org:443:> Connection reset > Mar 12, 2017 1:01:12 PM > org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec > execute > INFO: Retrying request to {s}->https://repo.maven.apache.org:443 > <https://repo.maven.apache.org/> > Mar 12, 2017 1:01:12 PM > org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec > execute > INFO: I/O exception (java.net.SocketException) caught when processing request > to {s}->https://repo.maven.apache.org:443: > <https://repo.maven.apache.org:443:> Connection reset > Mar 12, 2017 1:01:12 PM > org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec > execute > INFO: Retrying request to {s}->https://repo.maven.apache.org:443 > <https://repo.maven.apache.org/> > [INFO] Downloading: > https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.6.3/plexus-archiver-2.6.3.pom > > <https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.6.3/plexus-archiver-2.6.3.pom> > Mar 12, 2017 1:01:12 PM > org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec > execute > INFO: I/O exception (java.net.SocketException) caught when processing request > to {s}->https://repo.maven.apache.org:443: > <https://repo.maven.apache.org:443:> Connection reset > Mar 12, 2017 1:01:12 PM > org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec > execute > INFO: Retrying request to {s}->https://repo.maven.apache.org:443 > <https://repo.maven.apache.org/> > > Did anyone get the same error? I’ve also encountered the same problem with > version 0.7.0. > > Thank you, > Chaoran Yu >