NO.19 A new item type was added to an items.xml file named CarProcessDefinition. After the Ant build and SAP Commerce server startup, the following appears in the log file:15:56:54 **** [java] [m[0;31mERROR [main] [DefaultModelConverterRegistry] code CarProcessDefinition does not belong to known type. Maybe you have added a new type without updating your system.What does this message mean?
The log message means that the new item type will be created after a system update. The message indicates that the code CarProcessDefinition does not belong to a known type, which means that the item type has not been registered in the system yet. This can happen when a new item type is added to an items.xml file but the system has not been updated to reflect the changes. A system update will create the new item type and its corresponding deployment table. The message does not mean that the new item has been added without specifying a deployment table, that the new deployment table has been added without specifying a new item, or that the Java class associated to the new item is missing. Reference: 2