table reader throws an error on a specific KNIME installation

Hi,

I want to read a .table file which works fine on my machine. Another machine got a fresh KNIME installation and the table reader throws the following error

ERROR	 Table Reader                  	 Execute failed: Unable to read meta information from file "java.io.BufferedInputStream@5a4ec51c"

I've attached the last part of the log-file.

Can anybody explain this behaviour?

It looks like the fresh installation is missing the SdfCell. You need to install the base chemistry extension.

Indeed - installing the extension solved it.

Next time, I should read the log file line by line to find the solution...