OSBI/saiku

Unable to build saiku - error in opening zip file: pentaho\mondrian\4.3.0.1.1-SPARK\mondrian-4.3.0.1.1-SPARK.jar

stone-bits opened this issue · 3 comments

Unable to build saiku.

Try to build 3.16.1
Maven - 3.6.3
JDK x64 - 1.8.0.202

Error in opening zip file: pentaho\mondrian\4.3.0.1.1-SPARK\mondrian-4.3.0.1.1-SPARK.jar

Tried to clean maven repository - not helped.

I think that maybe the problem with your maven config.
Delete the mondrian-4.3.0.1.1-SPARK.jar in your repository and try again.

same problem here. I use the default maven settings.xml config file. no luck

LIlGG commented

默认的 pom 里的服务器挂掉了 我更改了maven仓库地址。将原先的仓库注释掉,然后使用新的仓库,你可以考虑尝试一下。英语不好,只能用中文回答,抱歉

<distributionManagement>
<!--       <repository>
            <id>utility</id>
            <name>utility-releases</name>
            <url>http://repo.meteorite.bi/repository/alabs-release-local/</url>
        </repository>
        <snapshotRepository>
            <id>utility</id>
            <name>utility-snapshots</name>
            <url>http://repo.meteorite.bi/repository/alabs-snapshot-local/</url>
        </snapshotRepository> -->
    <repository>
        <id>gitlab-maven</id>
        <url>https://gitlab.com/api/v4/projects/14840263/packages/maven</url>
    </repository>
    <snapshotRepository>
        <id>gitlab-maven</id>
	 <url>https://gitlab.com/api/v4/projects/14840263/packages/maven</url>
     </snapshotRepository>

</distributionManagement>
    <repositories>
        <!-- <repository>
            <id>Analytical Labs Repo</id>
            <name>Analytical Labs Repo-releases</name>
            <url>http://repo.meteorite.bi/repository/alabs-release-local/</url>
        </repository>
        <repository>
            <id>Analytical Labs snapshots</id>
            <name>Analytical Labs Repo-releases</name>
            <url>http://repo.meteorite.bi/repository/alabs-snapshot-local/</url>
        </repository> -->
	  <repository>
		 <id>gitlab-maven</id>
		 <url>https://gitlab.com/api/v4/projects/14840263/packages/maven</url>
	 </repository>
       <repository>
            <id>saiku-group</id>
            <url>https://nexus.nuiton.org/nexus/content/repositories/saiku-group/</url>
        </repository>
		<repository>
            <id>pentaho-pentaho-third-party</id>
            <url>http://nexus.pentaho.org/content/repositories/proxy-pentaho-public-release-group/</url>
        </repository>
 <repositories>