You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft SQL Server 2019 (RTM-CU25-GDR) (KB5036335) - 15.0.4360.2 (X64) Mar 19 2024 00:23:01 Copyright (C) 2019 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Windows Server 2019 Standard 10.0 (Build 17763: )
Client Operating System
Windows Server 2019 Standard
JAVA/JVM version
17.0.8.1 LTS
Problem description
After Updating from driver version from 12.2.0 to 12.6.1, some SQL queries throw NoClassDefFoundError: com/microsoft/sqlserver/jdbc/StreamInfo. Inspecting the JARs of the driver versions, this StreamInfo class exists in 12.2.0 but not on 12.6.1 anymore!
Expected behavior
No change of classes or at least description in driver release notes about this change and how to replace old behaviour.
Actual behavior
See error message below.
Error message/stack trace
Unexpected error: java.lang.NoClassDefFoundError: com/microsoft/sqlserver/jdbc/StreamInfo
java.lang.NoClassDefFoundError: com/microsoft/sqlserver/jdbc/StreamInfo
at com.microsoft.sqlserver.jdbc.SQLServerStatement$1NextResult.onInfo(SQLServerStatement.java:1636)
at com.microsoft.sqlserver.jdbc.TDSParser.parse(tdsparser.java:109)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1691)
at com.microsoft.sqlserver.jdbc.SQLServerResultSet.next(SQLServerResultSet.java:1124)
The text was updated successfully, but these errors were encountered:
It was 12.6.1 .... we reinstalled the driver and then the error didn't occured anymore. Probably corrupt JAR file.
If 12.7.0 will remove StreamInfo, will this be binary compatible or an incompatible change?
Driver version
12.6.1
SQL Server version
Microsoft SQL Server 2019 (RTM-CU25-GDR) (KB5036335) - 15.0.4360.2 (X64) Mar 19 2024 00:23:01 Copyright (C) 2019 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Windows Server 2019 Standard 10.0 (Build 17763: )
Client Operating System
Windows Server 2019 Standard
JAVA/JVM version
17.0.8.1 LTS
Problem description
After Updating from driver version from 12.2.0 to 12.6.1, some SQL queries throw NoClassDefFoundError: com/microsoft/sqlserver/jdbc/StreamInfo. Inspecting the JARs of the driver versions, this StreamInfo class exists in 12.2.0 but not on 12.6.1 anymore!
Expected behavior
No change of classes or at least description in driver release notes about this change and how to replace old behaviour.
Actual behavior
See error message below.
Error message/stack trace
Unexpected error: java.lang.NoClassDefFoundError: com/microsoft/sqlserver/jdbc/StreamInfo
java.lang.NoClassDefFoundError: com/microsoft/sqlserver/jdbc/StreamInfo
at com.microsoft.sqlserver.jdbc.SQLServerStatement$1NextResult.onInfo(SQLServerStatement.java:1636)
at com.microsoft.sqlserver.jdbc.TDSParser.parse(tdsparser.java:109)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1691)
at com.microsoft.sqlserver.jdbc.SQLServerResultSet.next(SQLServerResultSet.java:1124)
The text was updated successfully, but these errors were encountered: