CopyPastor

Detecting plagiarism made easy.

Score: 1; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2019-06-15
by Velu

Original Post

Original - Posted on 2019-06-15
by Velu



This issue is mainly because of the corrupted JARS in your deployment war file.
   
    unzip <artifact-name>.war 
    find <artifact-folder>  -name "*jar" | xargs -L 1 zip -T | grep error | grep invalid

This lists the corrupted JARS in the console.

Once you find the corrupted JARS, either manually replaces the JARS in the lib folder or Create a new build and deploy it.
Present in both answers; Present only in the new answer; Present only in the old answer;