Problems connecting rapid miner studio with rapid miner server
Hi!
I have problems when I use the "Run process on server" option in Rapid Miner Studio. Server is already linked but I have the image linked problem.
The log shows as follows...
15:51:54,835 WARN [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (http-/0.0.0.0:8080-2) SQL Error: 0, SQLState: null
15:51:54,835 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (http-/0.0.0.0:8080-2) Method is not implemented by JDBC driver
15:51:54,835 ERROR [org.jboss.as.ejb3.invocation] (http-/0.0.0.0:8080-2) JBAS014134: EJB Invocation failed on component SchedulerEJBImpl for method public abstract de.rapidanalytics.entity.ProcessExecutionParameters de.rapidanalytics.ejb.SchedulerEJB.createProcessParameters(java.lang.String,int,com.rapidminer.ProcessContext,java.lang.String,java.lang.String): javax.ejb.EJBException: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: could not insert: [de.rapidanalytics.entity.ProcessExecutionParameters]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(CMTTxInterceptor.java:191) [jboss-as-ejb3-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:282) [jboss-as-ejb3-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:345) [jboss-as-ejb3-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:243) [jboss-as-ejb3-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]
at ...
Could you help me?
Thank you
Best Answer
-
mphelner1982 Member Posts: 2 Contributor I
Well, I found the solution. I was using JDBC driver for MySQL with version 5.0.8, and we must use at least 5.1.31, just as it says in http://docs.rapidminer.com/server/installation/ and help pages.
Thank you!
1