CODING PROBLEM XML node file does not conform with DTD

Dear All,

I am just installing a fresh KNIME Desktop 2.5.4 (64-bit Windows 7) - because I didn't seem to be able to update my existing 2.5.2.  At some point during the updates (labs, community contributions, etc) I started seeing the following errors when restarting KNIME:

 

ERROR MorphBinaryOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "ul" must match "(li)+".
ERROR MorphBinaryOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "li" must match "null".
ERROR MorphBinaryOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "li" must match "null".
ERROR MorphBinaryOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "li" must match "null".
ERROR MorphBinaryOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "li" must match "null".
ERROR MorphBinaryOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "ul" must match "(li)+".
ERROR MorphLabelingOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "ul" must match "(li)+".
ERROR MorphLabelingOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "li" must match "null".
ERROR MorphLabelingOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "li" must match "null".
ERROR MorphLabelingOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "li" must match "null".
ERROR MorphLabelingOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "li" must match "null".
ERROR MorphLabelingOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "ul" must match "(li)+".
ERROR MorphLabelingOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "li" must match "null".
ERROR MorphLabelingOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "li" must match "null".
ERROR MorphLabelingOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "ul" must match "(li)+".
ERROR MorphGrayOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "li" must match "null".
ERROR MorphGrayOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "li" must match "null".
ERROR MorphGrayOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "li" must match "null".
ERROR MorphGrayOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "li" must match "null".
ERROR MorphGrayOpsNodeFactory CODING PROBLEM XML node file does not conform with DTD: The content of element type "ul" must match "(li)+".
 
Looking in the log file, the errors appear in the middle of the KNIP loading:
 
2012-04-26 15:36:53,848 DEBUG Worker-0 RepositoryManager : Found node extension 'org.knime.knip.base.nodes.proc.converter.ConverterNodeFactory': Converter
2012-04-26 15:36:53,851 ERROR Worker-0 MorphBinaryOpsNodeFactory : CODING PROBLEM XML node file does not conform with DTD: The content of element type "ul" must match "(li)+".
2012-04-26 15:36:53,852 DEBUG Worker-0 MorphBinaryOpsNodeFactory : XML node file does not conform with DTD: The content of element type "ul" must match "(li)+".
 
<... lots more error lines...>
 
2012-04-26 15:36:54,063 DEBUG Worker-0 RepositoryManager : Found node extension 'org.knime.knip.base.nodes.proc.morphops.MorphGrayOpsNodeFactory': Morphological Operations
2012-04-26 15:36:54,065 DEBUG Worker-0 RepositoryManager : Found node extension 'org.knime.knip.base.nodes.seg.cellclumpedsplitter.CellClumpedSplitterNodeFactory': Cell Clump Splitter
 
<... etc...>
 
 
Does anyone have any advice / has anyone else seen this issue?
 
Kind regards
 
James

Hi James,

we will fix this today. This is because of some wrong documentation elements in our node description. Nothing serious, but annoying, I know :wink:

Thanks for message,

Christian