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

Porkung021
Porkung021 New Altair Community Member
edited November 2024 in Community Q&A

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_Ott
    Thomas_Ott New Altair Community Member
    Answer ✓

    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

  • Thomas_Ott
    Thomas_Ott New Altair Community Member
    Answer ✓

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

  • Porkung021
    Porkung021 New Altair Community Member

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

  • Thomas_Ott
    Thomas_Ott New Altair Community Member

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

  • 1571449371
    1571449371 New Altair Community Member

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

     

     

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