Options

"Cannot read from XML stream, wrong format: com.rapidminer.operator.ContainerMode"

happydusthappydust Member Posts: 10 Contributor II
edited June 2019 in Help
HI guys, i keep getting this error message "Cannot read from XML stream, wrong format: com.rapidminer.operator.ContainerModel : com.rapidminer.operator.ContainerModel."

Seems that my colleague used an old version , now he added his plugin to my new version, still the mod file he generated, are start with
<object-stream>
  <com.rapidminer.operator.ContainerModel id="1">
instead of
<object-stream>
  <com.rapidminer.operator.learner.tree.TreeModel id="1">

do you know how to fix this? i am pulling my hair:(

Thanks!!
TJ

Tagged:

Answers

  • Options
    landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    I guess it's how you described: He simply writes a Tree Model instead of a container Model and the ContainerModel Reader you are trying to utilize does not cope with that. Use the Model loader or the IOObjectReader instead.

    Greetings,
      Sebastian
Sign In or Register to comment.