Katalon studio 10.2.1 - can't connect to MS SQL Server

Hi guys,
yesterday I performed migration from 9.7.5 to 10.2.1 and discovered that the SQL Server connection can’t be established.
It still works on the older version.
I’m using user/password and connection URL (like on the example: jdbc:sqlserver://localhost:1433;databaseName=DB_NAME).
On attempt to ‘Test connect’ nothing happens.
I checked logs :
!ENTRY org.eclipse.ui 4 0 2025-06-12 11:42:10.898
!MESSAGE Unhandled event loop exception …
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter…

Does anyone encounted the same issue? What would be the workaround?
Thanks.

2 Likes

See
https://stackoverflow.com/questions/61177573/javax-xml-bind-cannot-be-resolved

2 Likes

I’m also getting the same error after updating the Katalon Studio from version 9 to 10.
Is there any fix available ?

1 Like

The solution is here java - javax.xml.bind cannot be resolved - Stack Overflow

See also

1 Like