Can you run metron-deployment/scripts/platform_info.sh?
On May 5, 2017 at 08:17:23, Kevin Waterson ([email protected]) wrote: I can access https://repo.maven.apache.org/maven2/io/swagger/swagger-models/1.5.9/swagger-models-1.5.9.pom without issue Kev On Fri, May 5, 2017 at 10:13 PM, Simon Elliston Ball < [email protected]> wrote: > The 404 should be expected there. Maven will go through a number of repos > until it find the one it needs. Your issue here is that it’s failing to > connect to some repos at all. In this instance it seems like you’re having > trouble connecting to the apache repo server. > > Simon > > On 5 May 2017, at 13:00, Kevin Waterson <[email protected]> wrote: > > Ahh, there is a 404 on this file > https://raw.github.com/benelog/multiline/master/maven-repository/org/ > springframework/plugin/spring-plugin/1.2.0.RELEASE/spring- > plugin-1.2.0.RELEASE.pom > which is breaking the install. > > Kev > > INFO: I/O exception (java.net.SocketException) caught when processing > request to {s}->https://repo.maven.apache.org:443 > <https://repo.maven.apache.org/>: Connection timed out (Read failed) > May 05, 2017 4:26:14 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/> > Downloaded: https://repo.maven.apache.org/maven2/org/springframework/ > plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core- > 1.2.0.RELEASE.pom (2 KB at 0.0 KB/sec) > Downloading: https://raw.github.com/benelog/multiline/master/ > maven-repository/org/springframework/plugin/spring- > plugin/1.2.0.RELEASE/spring-plugin-1.2.0.RELEASE.pom > > > On Fri, May 5, 2017 at 8:21 PM, Simon Elliston Ball < > [email protected]> wrote: > >> Is your network or proxy blocking github access for any reason? I’ve seen >> some corporate environment block github. >> >> Simon >> >> >> On 5 May 2017, at 04:10, Kevin Waterson <[email protected]> wrote: >> >> Yes, seems to fail at the same point each time. >> >> On Thu, May 4, 2017 at 9:09 AM, Michael Miklavcic < >> [email protected]> wrote: >> >>> Hi Kevin, Thanks for trying Metron. This looks like an intermittent >>> network failure of some sort. Are you able to repeatably run this and fail >>> at the place each time? >>> >>> On May 3, 2017 3:00 PM, "Kevin Waterson" <[email protected]> >>> wrote: >>> >>>> Alll seems to go well until I get to raw.github.. output below >>>> >>>> My build >>>> >>>> sudo apt-get -y install ansible vagrant virtualbox python maven git >>>> >>>> sudo apt-get -y install openjdk-8-jdk >>>> >>>> javac -version >>>> >>>> export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/ >>>> export PATH=$PATH:$HOME/bin:$JAVA_HOME/bin:$JAVA_HOME/lib >>>> >>>> git clone https://github.com/apache/incubator-metron.git >>>> >>>> cd incubator-metron >>>> >>>> mvn clean package -DskipTests >>>> >>>> sudo dpkg -i vagrant_1.9.4_x86_64.deb >>>> >>>> vagrant plugin install vagrant-hostmanager >>>> >>>> cd metron-deployment/vagrant/quick-dev-platform >>>> >>>> /run.sh >>>> >>>> >>>> >>>> [INFO] ------------------------------------------------------------ >>>> ------------ >>>> [INFO] Building metron-writer 0.4.0 >>>> [INFO] ------------------------------------------------------------ >>>> ------------ >>>> Downloading: http://clojars.org/repo/org/ap >>>> ache/storm/storm-hdfs/1.0.3/storm-hdfs-1.0.3.pom >>>> Downloading: http://repo.hortonworks.com/co >>>> ntent/repositories/releases/org/apache/storm/storm-hdfs/1.0. >>>> 3/storm-hdfs-1.0.3.pom >>>> Downloading: https://raw.github.com/benelog >>>> /multiline/master/maven-repository/org/apache/storm/storm-hd >>>> fs/1.0.3/storm-hdfs-1.0.3.pom >>>> Downloading: https://repo.maven.apache.org/ >>>> maven2/org/apache/storm/storm-hdfs/1.0.3/storm-hdfs-1.0.3.pom >>>> May 04, 2017 6:26:09 AM org.apache.maven.wagon.provide >>>> rs.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/>: Connection timed out (Read failed) >>>> May 04, 2017 6:26:09 AM org.apache.maven.wagon.provide >>>> rs.http.httpclient.impl.execchain.RetryExec execute >>>> INFO: Retrying request to {s}->https://repo.maven.apache.org:443 >>>> <https://repo.maven.apache.org/> >>>> Downloaded: https://repo.maven.apache.org/ >>>> maven2/org/apache/storm/storm-hdfs/1.0.3/storm-hdfs-1.0.3.pom (10 KB >>>> at 0.0 KB/sec) >>>> Downloading: http://clojars.org/repo/org/ya >>>> ml/snakeyaml/1.11/snakeyaml-1.11.pom >>>> Downloading: http://repo.hortonworks.com/co >>>> ntent/repositories/releases/org/yaml/snakeyaml/1.11/snakeyaml-1.11.pom >>>> Downloading: https://raw.github.com/benelog >>>> /multiline/master/maven-repository/org/yaml/snakeyaml/1.11/s >>>> nakeyaml-1.11.pom >>>> May 04, 2017 6:42:17 AM org.apache.maven.wagon.provide >>>> rs.http.httpclient.impl.execchain.RetryExec execute >>>> INFO: I/O exception (java.net.SocketException) caught when processing >>>> request to {s}-> >>>> >>>> https://raw.github.com:443 <https://raw.github.com/>: Connection timed >>>> out (Read failed) >>>> May 04, 2017 6:42:17 AM org.apache.maven.wagon.provide >>>> rs.http.httpclient.impl.execchain.RetryExec execute >>>> INFO: Retrying request to {s}->https://raw.github.com:443 >>>> <https://raw.github.com/> >>>> >>>> >> >> > >
