Error while executing "read database" operator in rapidminer process via jsp

Porkung021Porkung021 MemberPosts:3Contributor I
edited November 2018 inHelp

I have a Rapidminer process of classification taking the input with "Read Database" operator. The process is well executed in Rapidminer studio as well as via JAVA class in Netbeans. But when I try to call that java class via JSP, It throws following exception:
com.rapidminer.operator.UserError: The dummy operator Read Database (replacing jdbc_connectors:read_database) cannot be executed.

How can I resolve it?

Best Answer

  • Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:1,761Unicorn
    Solution Accepted

    It's not finding the Read Database operator. I usually see these errors w.r.t. to extensions not being installed on RapidMiner Server.

Answers

  • Porkung021Porkung021 MemberPosts:3Contributor I

    I need to add the JDBC extension to the classpath. IN JSP?

  • Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:1,761Unicorn

    I believe you do. I'm not the Java expert but that error means it cant find the Read DB.

  • 15714493711571449371 MemberPosts:1Contributor I

    com.rapidminer.operator.UserError: The dummy operator Read Database (replacing jdbc_connectors:read_database) cannot be executed.

    java如何用rapidminer进行数据挖掘,也就是java与rapidminer之间API在哪找?谢谢

Sign InorRegisterto comment.