cancel
Showing results for 
Search instead for 
Did you mean: 

Is the Activiti 5.12.1 artifact corrupted?

dancrumb
Champ in-the-making
Champ in-the-making
Hi,

I have a Maven dependency on activiti


<dependency>
            <groupId>org.activiti</groupId>
            <artifactId>activiti-engine</artifactId>
            <version>5.12</version>
            <exclusions>
                <exclusion>
                    <artifactId>spring-beans</artifactId>
                    <groupId>org.springframework</groupId>
                </exclusion>
            </exclusions>
        </dependency>
<dependency>
            <groupId>org.activiti</groupId>
            <artifactId>activiti-spring</artifactId>
            <version>5.12</version>
            <exclusions>
                <exclusion>
                    <artifactId>spring-context</artifactId>
                    <groupId>org.springframework</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>spring-jdbc</artifactId>
                    <groupId>org.springframework</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>spring-tx</artifactId>
                    <groupId>org.springframework</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>spring-test</artifactId>
                    <groupId>org.springframework</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>spring-orm</artifactId>
                    <groupId>org.springframework</groupId>
                </exclusion>
            </exclusions>
        </dependency>


When I run mvn, I get:




Downloaded: http://artifactory.vodori.com/artifactory/repo/org/activiti/activiti-engine/5.12.1/activiti-engine-5... (2 KB at 22.2 KB/sec)
Downloaded: http://artifactory.vodori.com/artifactory/repo/org/activiti/activiti-bpmn-model/5.12.1/activiti-bpmn... (2 KB at 10.1 KB/sec)
Downloaded: http://artifactory.vodori.com/artifactory/repo/org/activiti/activiti-bpmn-converter/5.12.1/activiti-... (2 KB at 9.9 KB/sec)
Downloaded: http://artifactory.vodori.com/artifactory/repo/org/activiti/activiti-spring/5.12.1/activiti-spring-5... (2 KB at 9.9 KB/sec)


[INFO] ————————————————————-
[ERROR] COMPILATION ERROR :
[INFO] ————————————————————-
[ERROR] error: error reading /home/dancrumb/.m2/repository/org/activiti/activiti-engine/5.12.1/activiti-engine-5.12.1.jar; error in opening zip file
[ERROR] error: error reading /home/dancrumb/.m2/repository/org/activiti/activiti-bpmn-converter/5.12.1/activiti-bpmn-converter-5.12.1.jar; error in opening zip file
[ERROR] error: error reading /home/dancrumb/.m2/repository/org/activiti/activiti-bpmn-model/5.12.1/activiti-bpmn-model-5.12.1.jar; error in opening zip file
[ERROR] error: error reading /home/dancrumb/.m2/repository/org/activiti/activiti-spring/5.12.1/activiti-spring-5.12.1.jar; error in opening zip file
[INFO] 4 errors



So it appears that the JAR files on the public site are corrupted; I get no such problems with the 5.12 JAR file.

Can you confirm whether this is the case, please?
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
hmmm, this is the first time anyone reports it … and i would assume many more have used the 5.12.1.

Which repository is this coming from?

Did you try to delete the jars in your local maven repo and refetch?

dancrumb
Champ in-the-making
Champ in-the-making
Apologies.

We diagnosed the problem to a corrupted JAR in our artifactory cache
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.