I take liberty to forward a bug report we received from a customer.
Apparently under some circumstances the Indigo code fails to save properly. Workflow is attached and the error is:
Caused by: java.io.NotSerializableException: java.nio.HeapByteBuffer
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1184)
at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1548)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1509)
...
at java.util.LinkedHashMap.internalWriteEntries(LinkedHashMap.java:333)
...
at org.knime.core.data.container.DCObjectOutputVersion2.writeDataCellPerJavaSerialization(DCObjectOutputVersion2.java:130)
Workflow attached.
- Bernd