Including the JDBC driver with gradle implementation 'monetdb:monetdb-java-lite:2.38' gives me: FAILURE: Build failed with an exception. * Where: Build file 'D:\SoftDevelopment\Projects\Konnexions\db_seeder\build.gradle' line: 66 * What went wrong: Could not determine the dependencies of task ':fatJar'.
Could not resolve all files for configuration ':runtimeClasspath'. Could not find monetdb:monetdb-jdbc-new:2.37-SNAPSHOT. Searched in the following locations: - https://jcenter.bintray.com/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/maven-met... - https://jcenter.bintray.com/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/monetdb-j... - https://repo.maven.apache.org/maven2/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/... - https://repo.maven.apache.org/maven2/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/... - https://jitpack.io/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/maven-metadata.xml - https://jitpack.io/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/monetdb-jdbc-new-2... - http://maven.cubrid.org/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/maven-metadat... - http://maven.cubrid.org/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/monetdb-jdbc-... Required by: project : > monetdb:monetdb-java-lite:2.38
* Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
You can download the latest JDBC driver (for the MonetDB server) from: https://www.monetdb.org/downloads/Java/ file: monetdb-jdbc-2.29.jre7.jar For MonetDBLite check: https://www.monetdb.org/downloads/Java-Experimental/ These are old and no longer updated/maintained. FYI: MonetDBLite will be replaced by the new MonetDB/e (MonetDB embedded version) which is currently in development. See: https://www.monetdb.org/blog/MonetDBe-a-mature-embedded-SQL-DBMS There is no support for Java/JDBC yet, only C and Python at this moment. On 17-08-2020 15:14, Walter Weinmann wrote:
Including the JDBC driver with gradle
implementation 'monetdb:monetdb-java-lite:2.38'
gives me:
FAILURE: Build failed with an exception.
* Where: Build file 'D:\SoftDevelopment\Projects\Konnexions\db_seeder\build.gradle' line: 66
* What went wrong: Could not determine the dependencies of task ':fatJar'. > Could not resolve all files for configuration ':runtimeClasspath'. > Could not find monetdb:monetdb-jdbc-new:2.37-SNAPSHOT. Searched in the following locations: - https://jcenter.bintray.com/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/maven-met... - https://jcenter.bintray.com/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/monetdb-j... - https://repo.maven.apache.org/maven2/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/... - https://repo.maven.apache.org/maven2/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/... - https://jitpack.io/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/maven-metadata.xml - https://jitpack.io/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/monetdb-jdbc-new-2... - http://maven.cubrid.org/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/maven-metadat... - http://maven.cubrid.org/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/monetdb-jdbc-... Required by: project : > monetdb:monetdb-java-lite:2.38
* Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
Yesterday I made the 2.39 version release due to an important bugfix. Please try that one. On 8/17/20 6:18 PM, Martin van Dinther wrote:
You can download the latest JDBC driver (for the MonetDB server) from: https://www.monetdb.org/downloads/Java/ file: monetdb-jdbc-2.29.jre7.jar
For MonetDBLite check: https://www.monetdb.org/downloads/Java-Experimental/ These are old and no longer updated/maintained.
FYI: MonetDBLite will be replaced by the new MonetDB/e (MonetDB embedded version) which is currently in development. See: https://www.monetdb.org/blog/MonetDBe-a-mature-embedded-SQL-DBMS There is no support for Java/JDBC yet, only C and Python at this moment.
On 17-08-2020 15:14, Walter Weinmann wrote:
Including the JDBC driver with gradle
implementation 'monetdb:monetdb-java-lite:2.38'
gives me:
FAILURE: Build failed with an exception.
* Where: Build file 'D:\SoftDevelopment\Projects\Konnexions\db_seeder\build.gradle' line: 66
* What went wrong: Could not determine the dependencies of task ':fatJar'. > Could not resolve all files for configuration ':runtimeClasspath'. > Could not find monetdb:monetdb-jdbc-new:2.37-SNAPSHOT. Searched in the following locations: - https://jcenter.bintray.com/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/maven-met... - https://jcenter.bintray.com/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/monetdb-j... - https://repo.maven.apache.org/maven2/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/... - https://repo.maven.apache.org/maven2/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/... - https://jitpack.io/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/maven-metadata.xml - https://jitpack.io/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/monetdb-jdbc-new-2... - http://maven.cubrid.org/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/maven-metadat... - http://maven.cubrid.org/monetdb/monetdb-jdbc-new/2.37-SNAPSHOT/monetdb-jdbc-... Required by: project : > monetdb:monetdb-java-lite:2.38
* Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
participants (3)
-
ferreira
-
Martin van Dinther
-
Walter Weinmann