Error in Studio while updating database

Hi,

I’m getting below error while updating the database.

java.lang.IllegalArgumentException: Argument for @NotNull parameter ‘folder’ of com/haulmont/studio/backend/util/intellij/CubaVfsUtil.saveContent must not be null See log file for details

I’m using Cuba Studio V11. Attached is the log which is given in the error message.

idea.log (116.3 KB)

Kindly help.

Thanks,
Hari

Some one from Cuba team, please help. This has staled my project. I’m unable to update the db scripts.

Hi! Sorry for long silence. Could you share your project?

I have cracked it myself. I have renamed a entity column from name to companyName, cuba studio asked to refactor it. I said okay, clicked on refactor button, which resulted in changing the so many files in the project which was not related to the entity.

Some of the files are gradle, web.xml. I forgot the complete list of files. But it was more than 6 files.

I should have been careful to check the files the Cuba studio going to refactor.