Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DXL exporter operation failed #187

Open
sblaylock opened this issue Jun 6, 2023 · 3 comments
Open

DXL exporter operation failed #187

sblaylock opened this issue Jun 6, 2023 · 3 comments

Comments

@sblaylock
Copy link

Please include the following:

  • [12.0.2 ] Domino server version (relevant for runtime issues)
  • [12.0.2a ] ODA version

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
Copy link
Author

Has any progress been made on this issue?

@jesse-gallagher
Copy link
Member

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
Copy link
Author

sblaylock commented Dec 18, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants