mondrian icon indicating copy to clipboard operation
mondrian copied to clipboard

Unable to download mondrian 9 from hitachivantara maven repo

Open Eccenux opened this issue 1 year ago • 1 comments

Setup in pom:

	<repositories>
		<repository>
			<id>maven</id>
			<name>Maven Central</name>
			<url>https://repo1.maven.org/maven2/</url>
		</repository>
		<!-- https://mvnrepository.com/artifact/pentaho/mondrian?repo=pnt-mvn -->
		<repository>
			<id>pentaho</id>
			<name>PNT</name>
			<url>https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/</url>
		</repository>
	</repositories>
	<dependencies>
		<!-- ... -->
		<dependency>
			<groupId>pentaho</groupId>
			<artifactId>mondrian</artifactId>
			<version>9.3.0.6-786</version>
		</dependency>
	</dependencies>

Result when building project:

Failed to execute goal on project dwh: Could not resolve dependencies for project dwh:war:2.0-SNAPSHOT: Failed to collect dependencies at pentaho:mondrian:jar:9.3.0.6-786: Failed to read artifact descriptor for pentaho:mondrian:jar:9.3.0.6-786: The following artifacts could not be resolved: pentaho:mondrian:pom:9.3.0.6-786 (absent): Could not transfer artifact pentaho:mondrian:pom:9.3.0.6-786 from/to pentaho (https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/): status code: 503, reason phrase: Service Unavailable (503) -> [Help 1]

It seems the build is there:

  • https://repo.orl.eng.hitachivantara.com/ui/packages/gav:%2F%2Fpentaho:mondrian/9.3.0.6-786?name=mondrian&type=packages&activeTab=builds
  • https://repo.orl.eng.hitachivantara.com/ui/repos/tree/General/pntpub-mvn-pushed-release-orl/pentaho/mondrian/9.3.0.6-786/mondrian-9.3.0.6-786.jar

But also when I try to download the jar manually (from above link) it says "Trial license expired".

Maybe someone could just publish to Maven central? And maybe provide some basic information in the readme. Note that I tried to build from mondrian sources, but that doesn't work either. Still requires hitachivantara repo to work and the repo doesn't seem to be working.

PS: Note that I did also try https://repo.orl.eng.hitachivantara.com/artifactory/pntpub-mvn-release-orl/ as the repo url and that didn't seem to change much.

Eccenux avatar Feb 06 '24 12:02 Eccenux

I am having the same issue, and no reply from anyone. Getting worried about this project, which is a shame as its great!

I tried building from source, I was able to make some progress, then found that sources from olap4j (-xmla and -tck) seem to be missing.

Would love to keep this active in the community!

BafflingTangent avatar Feb 21 '24 08:02 BafflingTangent