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

JBhullarJBhullar MemberPosts:10Contributor I
edited June 2019 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:
javax.servlet.ServletException: com.rapidminer.operator.UserError: The dummy operator Read Database (replacing jdbc_connectors:read_database) cannot be executed.

How can I resolve it?

Tagged:

Answers

  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University ProfessorPosts:1,984RM Engineering
    Hi,

    the DB code is in a closed-source extension and not part of the publicly available sources.

    问候,
    Marco
  • JBhullarJBhullar MemberPosts:10Contributor I
    but the code runs well in java class and displays the output in console too.... the exception is only thrown when the java method is called from a jsp page. Isn't there any alternative to do this? I have this as my thesis project. please tell me if there is any solution to this problem.
  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University ProfessorPosts:1,984RM Engineering
    Hi,

    you'd need to add the JDBC extension to the classpath. But that will probably trigger an unsigned code warning for which I don't see a solution for you right now..

    问候,
    Marco
  • mmaragmmarag MemberPosts:35Guru
    Dear Marco,

    i am facing the same issue. What do you mean by the sentence: you'd need to add the JDBC extension to the classpath.
    请解释的年代teps or send a URL of similar task

    问候
    MM
  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University ProfessorPosts:1,984RM Engineering
    Hi,

    in case you have an OEM license, please contact us via support for instructions on how to do this. The database handling code is simply not available under AGPL.

    问候,
    Marco
  • Porkung021Porkung021 MemberPosts:3Contributor I

    - -"

    IMG_9392.JPG 30.5 k
  • Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:1,761Unicorn

    If you have an OEM liscense, please contact RapidMiner support if you have problems.

Sign InorRegisterto comment.