I’ve several Excel Writter nodes in a workflow that I’ve been running several times in the last months.
But today, I got an “org.apache.xmlbeans.XmlException” error for all Excel Writter nodes of the workflow.
I tried to re-create the Excel Writter nodes and even to re-install KNIME but it doesn’t help.
Actually, I updated KNIME to the latest version to see whether that could solve the problem. But it didn’t unfortunately. So it’s the current version of KNIME.
I’ll try to get the log file that you mentionned but it will be the same than the one that I attached, no? I got it by right clicking on the error message in the console.
Thanks!
So 5.4.4… hm! Are you appending to existing files or are the files you write created new by the Writer itself?
I was talking about the one you get when you click “Show KNIME log in File Explorer”.
The one you attached (not sure why it took you there) is from the Eclipse error log (usually called “dot log” – .log), which is separate from the KNIME log (knime.log).
The Eclipse error log can be useful at times, but I don’t think in this case. The KNIME log will contain actual logs from node execution that should contain the full Excel Writer error.
I was appending sheets in an existing Excel file.
But actually, I was able to solve the problem by trying to write into an elder version of the Excel file and it worked.