On Mon, Sep 13, 2021 at 01:32:43PM +0200, Florian Wille wrote: > Hey There, > I am getting this Error Message for SWORDv1 pushes from SWORD Packages > that I pushed before and at that time had no trouble with them: > > 2021-09-13 12:56:42,169 ERROR org.dspace.sword.SWORDMETSIngester @ > caught exception: > java.util.zip.ZipException: zip file is empty > at java.util.zip.ZipFile.open(Native Method) > > This is for a DSpace 6.3 XMLUI on a Tomcat fronted by Apache over AJP.
You might try setting:
sword-server.keep-package-on-fail = true
sword-server.failed-package.dir = ${dspace.dir}/upload
so that you can check whether the file actually *is* empty. See the
comments in 'config/modules/sword-server.cfg'.
Are there any prior log records that might be relevant? Do the Tomcat
logs show anything unusual at the time of the submission?
> I recently switched from Tomcat 8 to Tomcat 9 and had all sorts of
> trouble with it. I suspect my AJP Connector which is configured like this:
>
> <Connector protocol="AJP/1.3"
> address="::1"
> port="8009"
> redirectPort="8443"
> secretRequired=""
> allowedRequestAttributesPattern=".*"
> packetSize="65536" />
This connector looks right to me. I've never used
'allowedRequestAttributesPattern', though.
--
Mark H. Wood
Lead Technology Analyst
University Library
Indiana University - Purdue University Indianapolis
755 W. Michigan Street
Indianapolis, IN 46202
317-274-0749
www.ulib.iupui.edu
--
All messages to this mailing list should adhere to the Code of Conduct:
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
---
You received this message because you are subscribed to the Google Groups
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/dspace-tech/YT9CyVpaejt5AQiS%40IUPUI.Edu.
smime.p7s
Description: S/MIME cryptographic signature
