Closed megastef closed 10 years ago
yes, we host binary builds at bintray.com. see: https://crate.io/docs/projects/crate-jdbc/stable/ & https://bintray.com/crate/crate/crate-jdbc/view latest version is 1.0.3.
Ok got it, Thx!
I get this message in Japser, Looks it is JDK 7 - or jasper use an inbuilt java runtime? Any idea?
HI @megastef,
this issue appears when you try to load the jdbc driver from within a java < 7. So, apprently not the java from your PATH
.
please check the configured jvm for your jaspersoft studio.
Maybe this link can be of any help: http://community.jaspersoft.com/questions/821941/how-can-i-tell-jaspersoft-studio-use-my-current-java-version-instead-bundled-one
In JasperStudio on Mac you need to display "app content" and the file is called "Jaspersoft Studio.ini". It uses now Java 7. But I get connection using connect string:
crate://localhost:4300
Netcat connects to TCP 4300. I tried also via my IP on the en0 interface ... loopback and en0 works. Now I upgraded to 0.38.3 - same message:
Crate 0.38.0 is running and listening to 4200/4300. But this is the exception I get a ClassNotFoundException: ...NoNodeAvailableException' in
io.crate.client.jdbc.CrateDriver.connect(CrateDriver.java:57)
The exception says that there is a missing class in the driver, when it tries to connect. Pls .check your build.
@megastef let's discuss this in the new issue #19
Hi I would like to test the driver (e.g. with Jasper BI), but don't want to install complete Java Dev. Env. for it. Any download for a build available? Any example what to put into the connect string?