OpenNTF/org.openntf.domino

DXL exporter operation failed

sblaylock opened this issue · 3 comments

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.