Camunda issue related to cockpit

I am currently using the following version of camunda bpm springboot in my POM file ,and i am not able to access cockpit.

should I change the version to a latest version etc ?

Hi @Abhishek,

Could you share the URL that you try to access and the error that you see.

Best,
Yana

I tested your scenario with 3.4.2 for Camunda V7.12. Got an error, Mybatis is not compatible

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.ibatis.reflection.Reflector (file:/C:/Users/Administrator/.m2/repository/org/mybatis/mybatis/3.4.4/mybatis-3.4.4.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.apache.ibatis.reflection.Reflector
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

Did you get similar error related to MyBatis.

Please provide POM.xml.