I had to close and reopen the software after a test print did not work due to the login message in that other thread.
Now I get the message from this posts topic and Javascripts seem no longer to work. Nothing was changed in the template between closing and reopening.
Stacktrace:
com.objectiflune.datamining.DocumentManager$DocumentInputException: java.util.concurrent.CancellationException
at com.objectiflune.datamining.xml.internal.engine.XMLDocumentManager.nextBoundaries(XMLDocumentManager.java)
at com.objectiflune.datamining.DocumentManager.refresh(DocumentManager.java)
at com.objectiflune.datamining.PluginInput.refresh(PluginInput.java)
at com.objectiflune.datamining.ui.model.RefreshBoundariesJob.run(RefreshBoundariesJob.java)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: java.util.concurrent.CancellationException
at com.objectiflune.datamining.xml.internal.parser.XmlParserAdapter.a(XmlParserAdapter.java)
at com.objectiflune.datamining.xml.internal.parser.XmlParserAdapter.nextRecord(XmlParserAdapter.java)
... 5 more
[2023-08-16 13:38:25,224] ERROR [main] com.objectiflune.datamining.ui.model.RefreshBoundariesJob.run(g.java) Error while refreshing document boundaries: null (DME000048)
com.objectiflune.datamining.DocumentManager$DocumentInputException: java.util.concurrent.CancellationException
at com.objectiflune.datamining.xml.internal.engine.XMLDocumentManager.nextBoundaries(XMLDocumentManager.java)
at com.objectiflune.datamining.DocumentManager.refresh(DocumentManager.java)
at com.objectiflune.datamining.PluginInput.refresh(PluginInput.java)
at com.objectiflune.datamining.ui.model.RefreshBoundariesJob.run(RefreshBoundariesJob.java)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: java.util.concurrent.CancellationException: null
at com.objectiflune.datamining.xml.internal.parser.XmlParserAdapter.a(XmlParserAdapter.java)
at com.objectiflune.datamining.xml.internal.parser.XmlParserAdapter.nextRecord(XmlParserAdapter.java)
... 5 common frames omitted
After restarting the server the error persists, but Javascripts seem to work again.
It is unfortunately hard to tell what is causing these errors without being able to investigate the OL Connect resources such as the Data Mapping Configuration and Template files or the OL Connect log files.
Based on the error Error while refreshing document boundaries: null (DME000048) I would assume that there is something going wrong in your Data Mapping Configuration file.