repo.pentaho.org - Service Temporarily Unavailable

504 views
Skip to first unread message

Riku Räisänen

unread,
Dec 29, 2014, 5:48:22 PM12/29/14
to pentaho-...@googlegroups.com
Hey,

pentaho repositories have been down for a while now (almost a week?) and our builds are failing.

It's not just you! http://repo.pentaho.org looks down from here.

I heard that the repository works on the internal network, but please try to fix the problem for the rest of us. Also if you could consider monitoring it from an external network, that would be awesome.

Thanks,
Riku

Pedro Alves

unread,
Dec 29, 2014, 6:04:30 PM12/29/14
to pentaho-...@googlegroups.com

Can you try again? Got this message a few hours back.

We wanted to give you a heads-up that we are now reverse proxyinghttp://repo.pentaho.org/artifactory/repo/ over to the Nexus omni group  http://nexus.pentaho.org/content/groups/omni/

 

All the Artifactory repos have been migrated over to Nexus and we have cleaned up as many bad ivy.xml files as we could find.

 

Please keep an eye out for any community complaints regarding artifact resolution from repo.pentaho.org and let us know.  We’ve done some testing (e.g. building an old 4.8 kettle tag), but it certainly is not exhaustive.

 

We will be taking both the internal and external Artifactory processes offline, but will leave the repos there for some time for backup/restore purposes until we feel we have been clear of any issues long enough.

 

Thanks,

--
You received this message because you are subscribed to the Google Groups "Pentaho Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pentaho-commun...@googlegroups.com.
To post to this group, send email to pentaho-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pentaho-community/6dea577d-07b5-4a84-b666-25b5763fba87%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Pedro Vale

unread,
Dec 29, 2014, 6:05:35 PM12/29/14
to pentaho-...@googlegroups.com
If you still can't resolve, please forward the ivy output log.

Thanks,

Pedro Vale

Dev Lead

phone: +351 214870076       fax: +351 218041985

pentahoLogo

Vila Internacional

ED.2 1º Andar

2750-047 Aldeia de Juso, Portugal

pentaho.com




Luc Boudreau

unread,
Dec 29, 2014, 6:26:49 PM12/29/14
to pentaho-...@googlegroups.com

Hello Riku,

I'm assuming this is related to your other thread on the olap4j-xmlaserver project in GitHub.

We will probably need to update the ivy settings and problems will go away. In the meanwhile I think you can copy the configuration from here: https://github.com/pentaho/pentaho-platform/blob/master/api/ivysettings.xml

Let us know if this helps.

Luc

Riku Räisänen

unread,
Dec 29, 2014, 8:45:51 PM12/29/14
to pentaho-...@googlegroups.com
Hi,

Our builds are based on a older release, so I will have to try to update the dependencies by hand for now. Thanks for the link Luc!

Here's the dependency that fails to download:

[WARNING] Could not transfer metadata org.olap4j:olap4j:1.2.0-SNAPSHOT/maven-metadata.xml from/to pentaho-repo (http://repository.pentaho.org/artifactory/pentaho): Failed to transfer file: http://repository.pentaho.org/artifactory/pentaho/org/olap4j/olap4j/1.2.0-SNAPSHOT/maven-metadata.xml. Return code is: 503 , ReasonPhrase:Service Temporarily Unavailable.
[WARNING] Could not transfer metadata org.olap4j:olap4j:1.2.0-SNAPSHOT/maven-metadata.xml from/to pentaho-third-party (http://repo.pentaho.org/artifactory/third-party/): Failed to transfer file: http://repo.pentaho.org/artifactory/third-party/org/olap4j/olap4j/1.2.0-SNAPSHOT/maven-metadata.xml. Return code is: 503 , ReasonPhrase:Service Temporarily Unavailable.
[WARNING] Failure to transfer org.olap4j:olap4j:1.2.0-SNAPSHOT/maven-metadata.xml from http://repository.pentaho.org/artifactory/pentaho was cached in the local repository, resolution will not be reattempted until the update interval of pentaho-repo has elapsed or updates are forced. Original error: Could not transfer metadata org.olap4j:olap4j:1.2.0-SNAPSHOT/maven-metadata.xml from/to pentaho-repo (http://repository.pentaho.org/artifactory/pentaho): Failed to transfer file: http://repository.pentaho.org/artifactory/pentaho/org/olap4j/olap4j/1.2.0-SNAPSHOT/maven-metadata.xml. Return code is: 503 , ReasonPhrase:Service Temporarily Unavailable.

I will try to use 1.2.0 release without the -SNAPSHOT. Unfortunately, now I need to head out. Will update the first thing tomorrow.

Thanks again,
Riku

Riku Räisänen

unread,
Dec 30, 2014, 1:58:47 PM12/30/14
to pentaho-...@googlegroups.com
Hey,

the redirection you applied unfortunately won't fix any builds, as it only applied on the root path and not on paths that ivy requests:

HTTP/1.1 302 Found
Date: Tue, 30 Dec 2014 18:54:25 GMT
Server: Apache/2.2.3 (Red Hat)
Connection: close
Content-Type: text/html; charset=iso-8859-1

HTTP/1.1 503 Service Temporarily Unavailable
Date: Tue, 30 Dec 2014 18:54:45 GMT
Connection: close
Content-Type: text/html; charset=iso-8859-1

HTTP/1.1 503 Service Temporarily Unavailable
Date: Tue, 30 Dec 2014 18:55:06 GMT
Connection: close
Content-Type: text/html; charset=iso-8859-1

HTTP/1.1 503 Service Temporarily Unavailable
Date: Tue, 30 Dec 2014 18:55:16 GMT
Connection: close
Content-Type: text/html; charset=iso-8859-1

Best Regards,
Riku

Brandon Jackson

unread,
Feb 2, 2015, 4:11:47 PM2/2/15
to pentaho-...@googlegroups.com
I'm also having trouble with the same dependency resolution issue as Riku

[ERROR] Failed to execute goal on project saiku-bi-platform-plugin-p5: Could not resolve dependencies for project org.saiku:saiku-bi-platform-plugin-p5:jar:3.0.9.3: The following artifacts could not be resolved: org.olap4j:olap4j:jar:1.2.0-SNAPSHOT, org.olap4j:olap4j-xmla:jar:1.2.0-SNAPSHOT: Could not find artifact org.olap4j:olap4j:jar:1.2.0-SNAPSHOT in pentaho-third-party (http://nexus.pentaho.org/content/repositories/proxied-3rd-party-releases/) -> [Help 1]

Any ideas?

Brandon

Luc Boudreau

unread,
Feb 3, 2015, 11:24:36 AM2/3/15
to pentaho-...@googlegroups.com
I'd try to switch to the olap4j released artifacts (not snapshots). Version 1.2.0 should work.

Luc

Brandon Jackson

unread,
Feb 3, 2015, 11:57:39 AM2/3/15
to pentaho-...@googlegroups.com
Hi Luc,

I forked Saiku and tried the release.  You are correct, those worked.

Brandon
Reply all
Reply to author
Forward
0 new messages