Hello,

I have cloned the master branch from apache/phoenix repo and ran into
issues during build. Are there any known issues here? I could find those
failed jars here
<https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-server/9.3.28.v20191105>

*cmd: *
*mvn -e install -DskipTests*

*failure:*
[ERROR] Failed to execute goal on project phoenix-hbase-compat-2.3.0: Could
not resolve dependencies for project
org.apache.phoenix:phoenix-hbase-compat-2.3.0:jar:5.2.0-SNAPSHOT: Could not
transfer artifact org.eclipse.jetty:jetty-security:jar:9.3.28.v20191105
from/to central (https://repo.maven.apache.org/maven2): GET request of:
org/eclipse/jetty/jetty-security/9.3.28.v20191105/jetty-security-9.3.28.v20191105.jar
from central failed: Connection reset -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal on project phoenix-hbase-compat-2.3.0: Could not resolve dependencies
for project
org.apache.phoenix:phoenix-hbase-compat-2.3.0:jar:5.2.0-SNAPSHOT: Could not
transfer artifact org.eclipse.jetty:jetty-security:jar:9.3.28.v20191105
from/to central (https://repo.maven.apache.org/maven2): GET request of:
org/eclipse/jetty/jetty-security/9.3.28.v20191105/jetty-security-9.3.28.v20191105.jar
from central failed
    at
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies
(LifecycleDependencyResolver.java:269)
    at
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies
(LifecycleDependencyResolver.java:147)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved
(MojoExecutor.java:248)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:202)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:148)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:117)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:81)
    at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
(SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
(LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
(Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch
(Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
(Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main
(Launcher.java:347)
Caused by: org.apache.maven.project.DependencyResolutionException: Could
not resolve dependencies for project
org.apache.phoenix:phoenix-hbase-compat-2.3.0:jar:5.2.0-SNAPSHOT: Could not
transfer artifact org.eclipse.jetty:jetty-security:jar:9.3.28.v20191105
from/to central (https://repo.maven.apache.org/maven2): GET request of:
org/eclipse/jetty/jetty-security/9.3.28.v20191105/jetty-security-9.3.28.v20191105.jar
from central failed

Thanks!
Ranga

Reply via email to