You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/12/19 05:55:53 UTC

[GitHub] [ignite] wise-coders opened a new issue, #10449: JDBC Driver add support for OpenJDK 17

wise-coders opened a new issue, #10449:
URL: https://github.com/apache/ignite/issues/10449

   I have tested the JDBC driver under OpenJDK17, and does not work. I tested ignite-core-2.14.0.jar.
   Same driver works fine with OpenJDK15.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [ignite] wise-coders commented on issue #10449: JDBC Driver add support for OpenJDK 17

Posted by GitBox <gi...@apache.org>.
wise-coders commented on issue #10449:
URL: https://github.com/apache/ignite/issues/10449#issuecomment-1357215274

   I tried the full. They are part of the same library, ignite-core-2.14.0, right?
   I am getting an empty ( null ) connection. Changing to OpenJDK15 works fine.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [ignite] wise-coders commented on issue #10449: JDBC Driver add support for OpenJDK 17

Posted by GitBox <gi...@apache.org>.
wise-coders commented on issue #10449:
URL: https://github.com/apache/ignite/issues/10449#issuecomment-1361043452

   No, I don't set any flags. I use the library as JDBC driver, to connect to the database. The library is loaded in a database client, Dbschema.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [ignite] ivandasch commented on issue #10449: JDBC Driver add support for OpenJDK 17

Posted by GitBox <gi...@apache.org>.
ivandasch commented on issue #10449:
URL: https://github.com/apache/ignite/issues/10449#issuecomment-1361165216

   @wise-coders Hi!
   It is advisable to use a jdbc-thin one. Could you please share here your connection string?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [ignite] ptupitsyn commented on issue #10449: JDBC Driver add support for OpenJDK 17

Posted by GitBox <gi...@apache.org>.
ptupitsyn commented on issue #10449:
URL: https://github.com/apache/ignite/issues/10449#issuecomment-1358865697

   Did you provide all required JVM flags?
   
   ```
   --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED \
   --add-opens=java.base/jdk.internal.misc=ALL-UNNAMED \
   --add-opens=java.base/sun.nio.ch=ALL-UNNAMED \
   --add-opens=java.management/com.sun.jmx.mbeanserver=ALL-UNNAMED \
   --add-opens=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED \
   --add-opens=java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED \
   --add-opens=java.base/java.io=ALL-UNNAMED \
   --add-opens=java.base/java.nio=ALL-UNNAMED \
   --add-opens=java.base/java.util=ALL-UNNAMED \
   --add-opens=java.base/java.lang=ALL-UNNAMED
   ```
   
   https://ignite.apache.org/docs/latest/quick-start/java#running-ignite-with-java-11-or-later


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [ignite] wise-coders commented on issue #10449: JDBC Driver add support for OpenJDK 17

Posted by GitBox <gi...@apache.org>.
wise-coders commented on issue #10449:
URL: https://github.com/apache/ignite/issues/10449#issuecomment-1361242104

   Where can I find the JDBC thin driver? I cannot find how to download it. I searched this page first, and Google:
   https://ignite.apache.org/docs/latest/SQL/JDBC/jdbc-driver
   
   I used apache-core-2.14.0.jar as the single one I found in Maven Central.
   The apache-core-3.0.0 seems to have no Driver class inside. Is this right?
   
   The URL: jdbc:ignite:thin://{HOST}[:{PORT}]
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [ignite] wise-coders commented on issue #10449: JDBC Driver add support for OpenJDK 17

Posted by "wise-coders (via GitHub)" <gi...@apache.org>.
wise-coders commented on issue #10449:
URL: https://github.com/apache/ignite/issues/10449#issuecomment-1425227071

   Here is the URL:
   jdbc:ignite:thin://{HOST}[:{PORT}]
   port defaults to 10800
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [ignite] ptupitsyn commented on issue #10449: JDBC Driver add support for OpenJDK 17

Posted by GitBox <gi...@apache.org>.
ptupitsyn commented on issue #10449:
URL: https://github.com/apache/ignite/issues/10449#issuecomment-1357211867

   1. Which JDBC driver did you try - "thin" or full?
   2. What is the error?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org