Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to download mondrian 9 from hitachivantara maven repo #1365

Open
Eccenux opened this issue Feb 6, 2024 · 1 comment
Open

Unable to download mondrian 9 from hitachivantara maven repo #1365

Eccenux opened this issue Feb 6, 2024 · 1 comment

Comments

@Eccenux
Copy link

Eccenux commented Feb 6, 2024

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:

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.

@BafflingTangent
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants