Issue with Compress extension at 5.3.9.141

Hi again! Hope I don’t get annoying with these :slight_smile:

Same version as my other report, this one about the Compress extension

OS: Windows 2012 R2
Java Version: 11.0.3 (AdoptOpenJDK)
Tomcat Version: 9.0.50
Lucee Version: 5.3.9.141

Compress extension: 1.0.0.7

Relevant code in system:

At 5.3.8.206, it worked ok

Update process:

  • Stop Lucee service
  • Remove old .jar file from lib folder
  • Add in 5.3.9.141 jar file
  • Start Lucee

Error in our application:

“ERROR”,“ajp-nio-8009-exec-7”,“07/18/2022”,“16:24:29”,“XXXXX”,“Error applying patch, Error: net/lingala/zip4j/io/inputstream/NumberedSplitRandomAccessFile, Detail: , Template: 172 in C:\xxxx\update.cfm”

My workaround:

  • Stopped Lucee
    
  • Removed the two compress jar files (compress.extension-1.0.0.7.jar and compress-extension-1-0-0-2-SNAPSHOT.jar) from bundles folder
    
  • Downloaded the 1.0.0.2 compress extension from lucee download page
    
  • Dropped the .lex file into the lucee-server/deploy folder for lucee
    
  • Started Lucee
    

Update (July 21) - Updating to Lucee 5.3.10.28-SNAPSHOT did not help with this issue.

Update: This looks like this posting in JIRA (set as Needs more information)

https://luceeserver.atlassian.net/browse/LDEV-3987

Hopefully my report has enough information to help that case

I need a reproducible test case.

I’ve just published the latest version
https://lucee.daemonite.io/t/compress-extension-1-0-0-11-snapshot-zip4j-2-11-1/10723

As this is an extension, updating Lucee won’t make much of difference 99% of the time, you need to update the extension itself via the Lucee Admin

Thank you! I got pulled away from this issue. I’ll test out the new extension and, if it doesn’t work, I’ll make a reproducible case.

2 Likes

Hi! I’m back testing things out. I went to download.lucee.org to grab the Compress extension 1.0.0.11 snapshot, but I don’t see it there. The newest I see under Compress is 1.0.0.9. Is there a different place for me to download this?