8.4
Below is the error message I get when i try to open iiq console:
C:\Users\himab\OneDrive\Documents\CybersecIT\IIQ\apache-tomcat-9.0.98\webapps\identityiq\WEB-INF\bin>iiq console
iiq.hostname : Himabindu-console
2024-12-25T16:01:03,042 WARN main springframework.context.support.ClassPathXmlApplicationContext:559 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘sessionFactory’ defined in class path resource [hibernateBeans.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘sessionFactory’ defined in class path resource [hibernateBeans.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister
No Emanuele, its a fresh installation… I also tried uninstalling and reinstalling everything, but get below error when trying to open iiq console:
WARN main springframework.context.support.ClassPathXmlApplicationContext:559 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘sessionFactory’ defined in class path resource [hibernateBeans.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister
Check your database configuration, Tomcat is unable to initiate database connection with database server, Possible reason, you missed some steps during installation.
I had added 4 new extended attributes in the extendedidentity hbm file. When I removed them, the iiq console is loading and was able to import the init xml and start the tomcat. But still sailpoint web page is not loading and shows 404 not found. CHecked the mysql server, it is up.