After a windows update, I'm starting to see this error when sending zip files to our partner. "SendOrderAccessDB.add: object serialization failure: java.io.NotSerializableException: sun.nio.fs.WindowsPath". Any help is appreciated.
This error must not occur in the community edition in my opinion. It is a problem that occured in the commercial edition (and has been fixed there already) if you use client and server on different OS but this is not possible for the community edition. Could you please post some information about your configuration and what you did?
Hi, not sure if it helps, but the issue only seems to occur on the XML files that are in the zip file. When posting text files for test the issue is not present.
Below are the settings for the partner.
Message encryption algorithm: 3DES
Payload content type: application/EDI-Consent
Content Transfer Encoding: binary (Tried base64 and same error)
Async MDN
AS2 version 1.1
I made progress and it's related to the size of the payload. It seems to occur if the payload is over 2.5 MB. Is there a setting to increase the transfer file size?
I have the same problem with large files (>2.5 MB) on Linux:
SendOrderAccessDB.add: object serialization failure: java.io.NotSerializableException: sun.nio.fs.UnixPath
it has been fixed in the commercial edition in 02/2019. Reason was that the Java NIO Path is not serializable. The next community version will contain the fix.
Comments
dc665, This error must not…
Submitted by service on Tue, 08/20/2019 - 09:21
dc665,
This error must not occur in the community edition in my opinion. It is a problem that occured in the commercial edition (and has been fixed there already) if you use client and server on different OS but this is not possible for the community edition. Could you please post some information about your configuration and what you did?
Regards
Hi, not sure if it helps,…
Submitted by dc665 on Tue, 08/20/2019 - 20:16
In reply to dc665, This error must not… by service
Hi, not sure if it helps, but the issue only seems to occur on the XML files that are in the zip file. When posting text files for test the issue is not present.
Below are the settings for the partner.
Message encryption algorithm: 3DES
Payload content type: application/EDI-Consent
Content Transfer Encoding: binary (Tried base64 and same error)
Async MDN
AS2 version 1.1
Regards,
I made progress and it's…
Submitted by dc665 on Thu, 08/22/2019 - 09:56
I made progress and it's related to the size of the payload. It seems to occur if the payload is over 2.5 MB. Is there a setting to increase the transfer file size?
I have the same problem with…
Submitted by avollmer on Fri, 12/06/2019 - 12:19
In reply to I made progress and it's… by dc665
I have the same problem with large files (>2.5 MB) on Linux:
SendOrderAccessDB.add: object serialization failure: java.io.NotSerializableException: sun.nio.fs.UnixPath
Is there a solution in the meantime?
avollmer, it has been fixed…
Submitted by service on Fri, 12/13/2019 - 11:08
In reply to I have the same problem with… by avollmer
avollmer,
it has been fixed in the commercial edition in 02/2019. Reason was that the Java NIO Path is not serializable. The next community version will contain the fix.
Regards