[jira] [Commented] (IMPALA-7120) GVD failed talking to oss.sonatype.org "Bad Gateway"

2018-06-05 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/IMPALA-7120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16502513#comment-16502513
 ] 

ASF subversion and git services commented on IMPALA-7120:
-

Commit 316ccbe7e8114f72899f87f9f5104c161f27aac4 in impala's branch 
refs/heads/master from [~tarmstr...@cloudera.com]
[ https://git-wip-us.apache.org/repos/asf?p=impala.git;h=316ccbe ]

IMPALA-7120: remove sonatype repository

>From what I can tell, we no longer need this because we get java-cup
from a different repository.

I started a build and we built the frontend ok, so unless I'm missing
something, that seems to confirm that it works.

Change-Id: I8b7acee041019eecc8f664f2093dd3df72341a7e
Reviewed-on: http://gerrit.cloudera.org:8080/10606
Reviewed-by: Philip Zeyliger 
Tested-by: Tim Armstrong 


> GVD failed talking to oss.sonatype.org "Bad Gateway"
> 
>
> Key: IMPALA-7120
> URL: https://issues.apache.org/jira/browse/IMPALA-7120
> Project: IMPALA
>  Issue Type: Bug
>  Components: Infrastructure
>Affects Versions: Impala 3.1.0
>Reporter: Tim Armstrong
>Assignee: Tim Armstrong
>Priority: Critical
>  Labels: flaky
>
> https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/2368/
> I'm not sure what would cause this.
> {noformat}
> 22:56:20 ] [WARNING] Could not transfer metadata 
> com.cloudera.cdh:cdh-root:6.x-SNAPSHOT/maven-metadata.xml from/to 
> ${distMgmtSnapshotsId} (${distMgmtSnapshotsUrl}): Cannot access 
> ${distMgmtSnapshotsUrl} with type default using the available connector 
> factories: BasicRepositoryConnectorFactory
> 22:56:20 ] [WARNING] Could not transfer metadata 
> org.glassfish:javax.el/maven-metadata.xml from/to sonatype-nexus-snapshots 
> (https://oss.sonatype.org/content/repositories/snapshots): Failed to transfer 
> file: 
> https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/javax.el/maven-metadata.xml.
>  Return code is: 502 , ReasonPhrase:Bad Gateway.
> 22:56:20 ]
>
>
>
> [WARNING] Could not transfer metadata 
> org.glassfish:javax.el:3.0.1-b06-SNAPSHOT/maven-metadata.xml from/to 
> sonatype-nexus-snapshots 
> (https://oss.sonatype.org/content/repositories/snapshots): Failed to transfer 
> file: 
> https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/javax.el/3.0.1-b06-SNAPSHOT/maven-metadata.xml.
>  Return code is: 502 , ReasonPhrase:Bad Gateway.
> 22:56:20 ] [WARNING] Failure to transfer 
> org.glassfish:javax.el:3.0.1-b06-SNAPSHOT/maven-metadata.xml from 
> https://oss.sonatype.org/content/repositories/snapshots was cached in the 
> local repository, resolution will not be reattempted until the update 
> interval of sonatype-nexus-snapshots has elapsed or updates are forced. 
> Original error: Could not transfer metadata 
> org.glassfish:javax.el:3.0.1-b06-SNAPSHOT/maven-metadata.xml from/to 
> sonatype-nexus-snapshots 
> (https://oss.sonatype.org/content/repositories/snapshots): Failed to transfer 
> file: 
> https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/javax.el/3.0.1-b06-SNAPSHOT/maven-metadata.xml.
>  Return code is: 502 , ReasonPhrase:Bad Gateway.
> 22:56:20 ]
>
>
>
> [WARNING] Could not transfer metadata 
> org.glassfish:javax.el:3.0.1-b07-SNAPSHOT/maven-metadata.xml from/to 
> sonatype-nexus-snapshots 
> (https://oss.sonatype.org/content/repositories/snapshots): Failed to transfer 
> file: 
> https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/javax.el/3.0.1-b07-SNAPSHOT/maven-metadata.xml.
>  Return code is: 502 , ReasonPhrase:Bad Gateway.
> 22:56:20 ] [WARNING] Failure to transfer 
> org.glassfish:javax.el:3.0.1-b07-SNAPSHOT/maven-metadata.xml from 
> https://oss.sonatype.org/content/repositories/snapshots was cached in the 
> local repository, resolution will not be reattempted until the update 
> interval of sonatype-nexus-snapshots has elapsed or updates are forced. 
> Original error: Could not transfer metadata 
> org.glassfish:javax.el:3.0.1-b07-SNAPSHOT/maven-metadata.xml from/to 
> sonatype-nexus-snapshots 
> (https://oss.sonatype.org/content/repositories/snapshots): Failed to transfer 
> file: 
> https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/javax.el/3.0.1-b07-SNAPSHOT/maven-metadata.xml.
>  Return code is: 502 , ReasonPhrase:Bad Gateway.
> {noformat}
> [~philip] does this looks like something we could fix on our end? Or is it 
> just an outage on sonatype.org's end?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org



[jira] [Commented] (IMPALA-7120) GVD failed talking to oss.sonatype.org "Bad Gateway"

2018-06-05 Thread Tim Armstrong (JIRA)


[ 
https://issues.apache.org/jira/browse/IMPALA-7120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16502078#comment-16502078
 ] 

Tim Armstrong commented on IMPALA-7120:
---

[~philip] thanks. I guess we have oss.sonatype.org in impala-parent/pom.xml for 
the java-cup dependency - that's probably where this is coming from. It looks 
like we no longer require this for java-cup, so maybe we can just get rid of 
the repository. I'll try it out to see if we can remove it. Not sure if this is 
part of the problem or not but seems like we should clean things up if possible.

> GVD failed talking to oss.sonatype.org "Bad Gateway"
> 
>
> Key: IMPALA-7120
> URL: https://issues.apache.org/jira/browse/IMPALA-7120
> Project: IMPALA
>  Issue Type: Bug
>  Components: Infrastructure
>Affects Versions: Impala 3.1.0
>Reporter: Tim Armstrong
>Assignee: Tim Armstrong
>Priority: Critical
>  Labels: flaky
>
> https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/2368/
> I'm not sure what would cause this.
> {noformat}
> 22:56:20 ] [WARNING] Could not transfer metadata 
> com.cloudera.cdh:cdh-root:6.x-SNAPSHOT/maven-metadata.xml from/to 
> ${distMgmtSnapshotsId} (${distMgmtSnapshotsUrl}): Cannot access 
> ${distMgmtSnapshotsUrl} with type default using the available connector 
> factories: BasicRepositoryConnectorFactory
> 22:56:20 ] [WARNING] Could not transfer metadata 
> org.glassfish:javax.el/maven-metadata.xml from/to sonatype-nexus-snapshots 
> (https://oss.sonatype.org/content/repositories/snapshots): Failed to transfer 
> file: 
> https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/javax.el/maven-metadata.xml.
>  Return code is: 502 , ReasonPhrase:Bad Gateway.
> 22:56:20 ]
>
>
>
> [WARNING] Could not transfer metadata 
> org.glassfish:javax.el:3.0.1-b06-SNAPSHOT/maven-metadata.xml from/to 
> sonatype-nexus-snapshots 
> (https://oss.sonatype.org/content/repositories/snapshots): Failed to transfer 
> file: 
> https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/javax.el/3.0.1-b06-SNAPSHOT/maven-metadata.xml.
>  Return code is: 502 , ReasonPhrase:Bad Gateway.
> 22:56:20 ] [WARNING] Failure to transfer 
> org.glassfish:javax.el:3.0.1-b06-SNAPSHOT/maven-metadata.xml from 
> https://oss.sonatype.org/content/repositories/snapshots was cached in the 
> local repository, resolution will not be reattempted until the update 
> interval of sonatype-nexus-snapshots has elapsed or updates are forced. 
> Original error: Could not transfer metadata 
> org.glassfish:javax.el:3.0.1-b06-SNAPSHOT/maven-metadata.xml from/to 
> sonatype-nexus-snapshots 
> (https://oss.sonatype.org/content/repositories/snapshots): Failed to transfer 
> file: 
> https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/javax.el/3.0.1-b06-SNAPSHOT/maven-metadata.xml.
>  Return code is: 502 , ReasonPhrase:Bad Gateway.
> 22:56:20 ]
>
>
>
> [WARNING] Could not transfer metadata 
> org.glassfish:javax.el:3.0.1-b07-SNAPSHOT/maven-metadata.xml from/to 
> sonatype-nexus-snapshots 
> (https://oss.sonatype.org/content/repositories/snapshots): Failed to transfer 
> file: 
> https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/javax.el/3.0.1-b07-SNAPSHOT/maven-metadata.xml.
>  Return code is: 502 , ReasonPhrase:Bad Gateway.
> 22:56:20 ] [WARNING] Failure to transfer 
> org.glassfish:javax.el:3.0.1-b07-SNAPSHOT/maven-metadata.xml from 
> https://oss.sonatype.org/content/repositories/snapshots was cached in the 
> local repository, resolution will not be reattempted until the update 
> interval of sonatype-nexus-snapshots has elapsed or updates are forced. 
> Original error: Could not transfer metadata 
> org.glassfish:javax.el:3.0.1-b07-SNAPSHOT/maven-metadata.xml from/to 
> sonatype-nexus-snapshots 
> (https://oss.sonatype.org/content/repositories/snapshots): Failed to transfer 
> file: 
> https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/javax.el/3.0.1-b07-SNAPSHOT/maven-metadata.xml.
>  Return code is: 502 , ReasonPhrase:Bad Gateway.
> {noformat}
> [~philip] does this looks like something we could fix on our end? Or is it 
> just an outage on sonatype.org's end?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org



[jira] [Commented] (IMPALA-7120) GVD failed talking to oss.sonatype.org "Bad Gateway"

2018-06-04 Thread Philip Zeyliger (JIRA)


[ 
https://issues.apache.org/jira/browse/IMPALA-7120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16501236#comment-16501236
 ] 

Philip Zeyliger commented on IMPALA-7120:
-

I've had the mixed fortune of running into a similar thing in the past. 
Somewhere in our dependency chain, we depend on {{org.glassfish:javax.el}} but 
don't specify a version or specify a version range. This causes Maven to 
iterate through any defined \{{}}ies to look for versions that 
would match the restrictions. If any of the remote repositories is down, it 
dies. In a previous incarnation, Impala would reach out to Cloudera's private 
repositories, which had been erroneously specified in Sentry's poms.

I thought I had fixed this both by fixing Sentry and by pinning the version in:
{code:java}




org.glassfish
javax.el
3.0.1-b08


{code}
Based on debug output (running maven with {{-X}}), this takes effect, but it 
looks like it still talks to remote servers, though I wasn't able to see the 
exact URL you saw downloading.

I'd say let's track this one for a little bit longer. There are heavy-weight 
ways to tackle this too like setting up a Maven mirror, but it's kind of 
unpleasant.

 

> GVD failed talking to oss.sonatype.org "Bad Gateway"
> 
>
> Key: IMPALA-7120
> URL: https://issues.apache.org/jira/browse/IMPALA-7120
> Project: IMPALA
>  Issue Type: Bug
>  Components: Infrastructure
>Affects Versions: Impala 3.1.0
>Reporter: Tim Armstrong
>Assignee: Tim Armstrong
>Priority: Critical
>  Labels: broken-build, flaky
>
> https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/2368/
> I'm not sure what would cause this.
> {noformat}
> 22:56:20 ] [WARNING] Could not transfer metadata 
> com.cloudera.cdh:cdh-root:6.x-SNAPSHOT/maven-metadata.xml from/to 
> ${distMgmtSnapshotsId} (${distMgmtSnapshotsUrl}): Cannot access 
> ${distMgmtSnapshotsUrl} with type default using the available connector 
> factories: BasicRepositoryConnectorFactory
> 22:56:20 ] [WARNING] Could not transfer metadata 
> org.glassfish:javax.el/maven-metadata.xml from/to sonatype-nexus-snapshots 
> (https://oss.sonatype.org/content/repositories/snapshots): Failed to transfer 
> file: 
> https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/javax.el/maven-metadata.xml.
>  Return code is: 502 , ReasonPhrase:Bad Gateway.
> 22:56:20 ]
>
>
>
> [WARNING] Could not transfer metadata 
> org.glassfish:javax.el:3.0.1-b06-SNAPSHOT/maven-metadata.xml from/to 
> sonatype-nexus-snapshots 
> (https://oss.sonatype.org/content/repositories/snapshots): Failed to transfer 
> file: 
> https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/javax.el/3.0.1-b06-SNAPSHOT/maven-metadata.xml.
>  Return code is: 502 , ReasonPhrase:Bad Gateway.
> 22:56:20 ] [WARNING] Failure to transfer 
> org.glassfish:javax.el:3.0.1-b06-SNAPSHOT/maven-metadata.xml from 
> https://oss.sonatype.org/content/repositories/snapshots was cached in the 
> local repository, resolution will not be reattempted until the update 
> interval of sonatype-nexus-snapshots has elapsed or updates are forced. 
> Original error: Could not transfer metadata 
> org.glassfish:javax.el:3.0.1-b06-SNAPSHOT/maven-metadata.xml from/to 
> sonatype-nexus-snapshots 
> (https://oss.sonatype.org/content/repositories/snapshots): Failed to transfer 
> file: 
> https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/javax.el/3.0.1-b06-SNAPSHOT/maven-metadata.xml.
>  Return code is: 502 , ReasonPhrase:Bad Gateway.
> 22:56:20 ]
>
>
>
> [WARNING] Could not transfer metadata 
> org.glassfish:javax.el:3.0.1-b07-SNAPSHOT/maven-metadata.xml from/to 
> sonatype-nexus-snapshots 
> (https://oss.sonatype.org/content/repositories/snapshots): Failed to transfer 
> file: 
> https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/javax.el/3.0.1-b07-SNAPSHOT/maven-metadata.xml.
>  Return code is: 502 , ReasonPhrase:Bad Gateway.
> 22:56:20 ] [WARNING] Failure to transfer 
> org.glassfish:javax.el:3.0.1-b07-SNAPSHOT/maven-metadata.xml from 
> https://oss.sonatype.org/content/repositories/snapshots was cached in the 
> local repository, resolution will not be reattempted until the update 
> interval of sonatype-nexus-snapshots has elapsed or updates are forced. 
> Original error: Could not transfer metadata 
> org.glassfish:javax.el:3.0.1-b07-SNAPSHOT/maven-metadata.xml from/to 
> sonatype-nexus-snapshots 
> (https://oss.sonatype.org/content/repositories/snapshots): Failed to transfer 
> file: 
> https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/javax.el/3.0.1-b07-SNAPSHOT/maven-metadata.xml.
>  Return code is: 502 , ReasonPhrase:Bad Gateway.
> {noformat}
>