The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Error while executing "read database" operator in rapidminer process via jsp
Porkung021
Member Posts: 3 Contributor I
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?
0
Best Answer
-
Thomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn
It's not finding the Read Database operator. I usually see these errors w.r.t. to extensions not being installed on RapidMiner Server.
0
Answers
I need to add the JDBC extension to the classpath. IN JSP?
I believe you do. I'm not the Java expert but that error means it cant find the Read DB.
com.rapidminer.operator.UserError: The dummy operator Read Database (replacing jdbc_connectors:read_database) cannot be executed.
java如何用rapidminer进行数据挖掘,也就是java与rapidminer之间API在哪找?谢谢