-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.NoClassDefFoundError: com/microsoft/sqlserver/jdbc/StreamError #20
Comments
Interesting @mohsen !!! Although we are not supporting OpenJDK at this moment. We like to have some more information which might helps us in future.
We support Sun/Oracle JDK / JRE versions. You can see System Requirements on MSDN website. |
I should also give Oracle JRE a try. BTW is there any explicit version number for sqljdbc42? I've used an older version of sqljdbc42 jar file which was 653574 bytes (again downloaded over a year ago from official download center) for some time without any problem. But I cannot find a proper versionig of it to report here. The one I now use is 891084 bytes. Oracle's JDBC driver for example remains a known number for years, but the build number is specified in MANIFEST.MF. |
Version you mentioned is latest one from MSDN Download Center. Download Package (tarball / zip) name itself indicates version.
Further one can download it from maven repo too. In our next public release we are going to add build number in MANIFEST.MF which is standard practice in Java World. We are working towards Semantic Versioning in order to avoid version confusions. Meanwhile it's worth to watch our dev branch for further updates. |
@mohsen : Did you able to find out way to reproduce it by unit test case ? |
@mohsen - we haven't heard from you in a bit. Closing this issue for now. Please feel free to reopen if required. |
Using sqljdbc42.jar from package sqljdbc_6.0.7728.100_enu.tar, I'm getting the following exception from time to time:
config:
Linux CentOS 7 - 3.10.0-327.18.2.el7.x86_64
OpenJDK 64-Bit Server VM (build 25.111-b15, mixed mode)
Using HikariCP connection pool which wraps com.microsoft.sqlserver.jdbc.SQLServerDataSource
The text was updated successfully, but these errors were encountered: