Platform version 6.7.4 exception

Ater migrating to Platform version 6.7.4, I cann’t open the project, getting the attached exceptions. Need your help.
6.7.4 exception.txt (4.4 KB)

Tomcat path is not identified in studio.
image

Today, I tried with my backup version but getting the same error. Then used Studio 6.7.6 published this morning but no improvement!!

I’m totally stuck with my project here and would appreciate help.

Hi Mortoza,

Could you provide your build.gradle content in this part:

cuba {
    artifact {
        // ...
    }
    tomcat {
        dir = "$project.rootDir/deploy/tomcat"
    }
}

Hi Konatantin
Here is it:

cuba {
artifact {
group = ‘com.company.myapp’
version = ‘0.1’
isSnapshot = true
}
tomcat {
dir = “$project.rootDir/build/tomcat”
}
ide {
copyright = ‘’‘Copyright © my company copyright’’’ // Copyright Notice for IDEA project
}
}

It turned out that Tomcat path had nothing to do with the error. It was not shown because of Gradle error discussed here.