OpenNTF / org.openntf.domino

Open replacement for lotus.domino package in HCL Domino
Apache License 2.0
65 stars 34 forks source link

DXL exporter operation failed #187

Open sblaylock opened 1 year ago

sblaylock commented 1 year ago

Please include the following:

We upgraded from the 12.0.2 Domino api to the 12.0.2a version in the Update Site on the server and we started to see the following issues:

NotesException: DXL exporter operation failed at lotus.domino.local.DxlExporter.exportDxl(Unknown Source) at org.openntf.domino.impl.DxlExporter.exportDxl(DxlExporter.java:57) at org.openntf.domino.impl.Database.isDesignProtected(Database.java:1067) at org.openntf.domino.impl.Database.getDesign(Database.java:1083) at org.openntf.domino.impl.Database.readDesignNote(Database.java:3787) at org.openntf.domino.impl.Database.isLargeSummaryEnabled(Database.java:3767) at org.openntf.domino.utils.TypeUtils.writeToItem(TypeUtils.java:2072) at org.openntf.domino.impl.Document.replaceItemValueLotus(Document.java:2969) at org.openntf.domino.impl.Document.replaceItemValue(Document.java:2878) at org.openntf.domino.impl.Document.replaceItemValue(Document.java:2821)

The designer was also updated and the application was "cleaned" with the 12.0.2a version. Once we dropped back to the 12.0.2 version everything was fine.

sblaylock commented 7 months ago

Has any progress been made on this issue?

jesse-gallagher commented 6 months ago

I've modified the check to skip the part where it'd need to do a DXL export. I can't say for sure that it'll fix it, but maybe it will.

org.openntf.domino.updatesite-12.0.3-SNAPSHOT.zip

sblaylock commented 6 months ago

Thanks Jesse.

On Friday, December 15, 2023 at 10:57:47 AM PST, Jesse Gallagher ***@***.***> wrote:  

I've modified the check to skip the part where it'd need to do a DXL export. I can't say for sure that it'll fix it, but maybe it will.

org.openntf.domino.updatesite-12.0.3-SNAPSHOT.zip

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>