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
Run a simple remote process
Hello,
I'm a french engineer starting with RapidAnalytics.
I just try to run a simple remote process from RapidMiner and I get this error message :
com.rapidminer.operator.UserError: Cannot retrieve repository data from entry '//_LOCAL/home/romain/Golf-Testset'. Reason: Cannot stream example set from table es_186: java.sql.SQLFeatureNotSupportedException: Method is not implemented by JDBC driver.
When I browse my data table in RapidAnalytics, I access meta datas but if I try to download datas, I get this :
A server error 500 occurred: javax.servlet.ServletException: Error retrieving data: de.rapidanalytics.entity.RepositoryException: Cannot stream example set from table es_186: java.sql.SQLFeatureNotSupportedException: Method is not implemented by JDBC driver. The error has been recorded.
When I "Show database drivers" on RapidMiner, everyting seems to be ok
Any idea ?
Thank you for your help,
Best regards,
My config :
- Windows 7 x64
- PostgresSQL 9.1
I'm a french engineer starting with RapidAnalytics.
I just try to run a simple remote process from RapidMiner and I get this error message :
com.rapidminer.operator.UserError: Cannot retrieve repository data from entry '//_LOCAL/home/romain/Golf-Testset'. Reason: Cannot stream example set from table es_186: java.sql.SQLFeatureNotSupportedException: Method is not implemented by JDBC driver.
When I browse my data table in RapidAnalytics, I access meta datas but if I try to download datas, I get this :
A server error 500 occurred: javax.servlet.ServletException: Error retrieving data: de.rapidanalytics.entity.RepositoryException: Cannot stream example set from table es_186: java.sql.SQLFeatureNotSupportedException: Method is not implemented by JDBC driver. The error has been recorded.
When I "Show database drivers" on RapidMiner, everyting seems to be ok
Any idea ?
Thank you for your help,
Best regards,
My config :
- Windows 7 x64
- PostgresSQL 9.1
Tagged:
0
Answers
I still have the same problem.
Does anyone have a solution ?
Best regards,
that's because you are probably using an old JDBC driver. What RA version are you using? We have actually built a workaround for this already, and it should be in the latest release. If it still persists with the latest release, could you post the respective section from server\default\log\server.log when the error occurs?
Best,
Simon
Thx for your response.
I try to reinstall RA and stil have the same problem.
I have RM 5.2.001 & RA 1.2
I use postgresql-9.1-901.jdbc3.jar driver given with the RA installer
Here is the error message I get when I try to open a datatable from RM :
is that RA 1.2.002?
http://sourceforge.net/projects/rapidanalytics/files/RapidAnalytics%20Community%20Edition/1.2/
Best,
Simon
I had the version 1.2.000
How I solved it :
- Install of the 1.2.002 version
- Using postgresql-9.1-901.jdbc4.jar instead of the postgresql-9.1-901.jdbc3.jar driver given with the installer
thanks for reporting. Well package the postgres JDBC4 driver on 1.2.004.
Best,
Simon