D:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiqdev\WEB-INF\bin>iiq console
Setting iiq.hostname to DCA-DEV-689-console
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘systemStarter’ defined in class path resource [iiqBeans.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: sailpoint.tools.GeneralException: could not extract ResultSet
we restored the prod db in our dev server and copied the identityiq folder and updated prop file
tried starting the tomcat and connecting to iiq console is failing with above error
In my experience performing an upgrade from 7.0p6 to 8.4p2, we were in a similar situation where we were unable to connect to iiq console after restoring data from the Production to the Stage environment.
{ cross check the environment variable like java version, tomcat base version, path }
We have tried commands like iiq.bat console -u spadmin -p admin
The underlying issue was:
The OS version difference (2012 vs. 2022) was a major issue, along with other factors like the DB component (SQL Server 2016), JDBC driver files, iiq.properties, and server.xml file.