[
https://issues.apache.org/jira/browse/APEXCORE-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15950218#comment-15950218
]
ASF GitHub Bot commented on APEXCORE-686:
-----------------------------------------
GitHub user vrozov opened a pull request:
https://github.com/apache/apex-core/pull/502
APEXCORE-686 AppPackage fails when .apa contains zero length stored entry
@PramodSSImmaneni Please review
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vrozov/apex-core APEXCORE-686
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/apex-core/pull/502.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #502
----
commit 22eb76a50afc5bd12f7479168f91e8858b014992
Author: Vlad Rozov <[email protected]>
Date: 2017-03-31T01:16:03Z
APEXCORE-686 AppPackage fails when .apa contains zero length stored entry
----
> AppPackage fails when .apa contains zero length stored entry
> ------------------------------------------------------------
>
> Key: APEXCORE-686
> URL: https://issues.apache.org/jira/browse/APEXCORE-686
> Project: Apache Apex Core
> Issue Type: Bug
> Reporter: Vlad Rozov
> Assignee: Vlad Rozov
> Fix For: 3.6.0
>
>
> JarInputStream/ZipInputStream does not support valid formats of .jar/.zip file
> {noformat}
> java.util.zip.ZipException: only DEFLATED entries can have EXT descriptor
> at java.util.zip.ZipInputStream.readLOC(ZipInputStream.java:309)
> at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:121)
> at java.util.jar.JarInputStream.<init>(JarInputStream.java:83)
> at java.util.jar.JarInputStream.<init>(JarInputStream.java:62)
> at com.datatorrent.stram.client.AppPackage.<init>(AppPackage.java:215)
> at com.datatorrent.stram.client.AppPackage.<init>(AppPackage.java:196)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)