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.
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.