Fast deployment on Tomcat error

Good morning,
I ported my project to the new version of cuba. When I do a fast deployment on tomcat I have my app not working and the error message comes up (see log attached).

How could I solve it?

Thanks in advance.

app.log (21.6 KB)

Hi,

at com.haulmont.cuba.core.sys.remoting.RemoteServicesBeanCreator.postProcessBeanFactory(RemoteServicesBeanCreator.java:59) ~[cuba-core-7.2-SNAPSHOT.jar:7.2-SNAPSHOT]

“7.2-SNAPSHOT” is a development snapshot of CUBA. You shouldn’t use this version unless you are sure you need it.

Please pick “7.1.2” if you need the latest stable CUBA release.

Good morning,
I used the suggested version and after the new distribution I deleted the shared library. Now it works well.

Thanks.