Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Liquibase issue after upgrade to 24.2.0

Reto TschanAug 9 2024

Since I upgraded to the latest version of the SQL Developer Extension in VS Code, I've had an issue with SQLcl. I'm connected to an ADB on OCI, and I’m trying to use Liquibase. While this used to run perfectly before, it now crashes on most commands. I did manage to run "generate-schema" successfully, but when I try to run, e.g. ‘lb status -chf controller.xml’ or update, etc., my SQLcl terminal crashes and closes. Since the terminal window always crashes immediately, I cannot capture the exact error. Spooling the output does not work, and I could not find a way to redirect the error into a file (sorry). By capturing a screen video, I managed to identify the following error: “DBTU-01004: An unexpected error occurred. An unexpected exception, of type: java. lang.NoClassDefFoundError occurred. Please report this issue to product support”. I thought it might be related to my Java installation, but an update to the latest JDK (JDK22) did not help.

I then uninstalled 24.2.0 and went back to 24.1.2. And it works perfectly again. Going back and forth one more time, I could confirm that the problem only occurs in 24.2.0, but not in 24.1.2.

I could not find any similar issues online, so I'm not sure if this is a bug or somehow related to my specific setup.

Versions: MacOS Sonoma 14.6.1, VS Code 1.92.0 on Mac, SQL Developer Extension 24.2.0

This post has been answered by thatJeffSmith-Oracle on Aug 9 2024
Jump to Answer
Comments
Post Details
Added on Aug 9 2024
1 comment
79 views