Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.1
-
Fix Version/s: None
-
Component/s: unpack
-
Labels:None
Description
Unpacking a tar.gz file with dependency:unpack I got this
org.codehaus.plexus.archiver.ArchiverException: chmod exit code was: 1 at org.codehaus.plexus.archiver.util.ArchiveEntryUtils.chmod(ArchiveEntryUtils.java:59) at org.codehaus.plexus.archiver.zip.AbstractZipUnArchiver.extractFile(AbstractZipUnArchiver.java:236) at org.codehaus.plexus.archiver.tar.TarUnArchiver.execute(TarUnArchiver.java:92)
The problem stems from PLXUTILS-64. The dependency on plexus-utils should be upgraded to at least
version 1.5.1 to prevent this problem.
I tested with this as a plugin dependency and the problem went away.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.5.15</version>
</dependency>
Issue Links
- depends upon
-
PLXUTILS-64
working directory not quoted: unpack of tar files fail with ArchiverException: chmod exit code was: 1
-
- duplicates
-
MDEP-138
unpack of tar files fail with ArchiverException: chmod exit code was: 1
-
See
MDEP-138MDEP-138