Bean issue after upgrdaing hibernate to 6.x version

Hi team ,
In my project we moved to latest version
Java 8 to 17
spring boot 2.7 to 3.x
Hibernate 5.x to 6.x
EHcache to jcache
Javax to jakarta
caused by: jakarta.persistence.PersistenceException: Unable to build Hibernate SessionFactory; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.cache.spi.CacheImplementor
java.lang.IllegalStateException: Cache provider not started

Post the full stack trace and exact Hibernate ORM version.