I got the issue, please move the file to the correct folder as shown below and then build war.
If this answers your question kindly do mark the suitable reply as the solution. If there is anything else which you need to discuss regarding this, do let me know?
I just wanted to verify whether Object config files to be imported are present in this file and it is present. Can you verify whether other components in the file are imported or not, For example, Certification Closer task.
No errors anymore it was something to related mysql, and solve it
the logs keep the same
\Local\Programs\Microsoft VS Code\bin;.]
03-Nov-2023 13:16:40.656 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8081"]
03-Nov-2023 13:16:40.685 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 614 ms
03-Nov-2023 13:16:40.754 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
03-Nov-2023 13:16:40.754 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/8.5.93]
03-Nov-2023 13:16:40.769 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [C:\Apps\tomcat\webapps\docs]
03-Nov-2023 13:16:41.842 WARNING [localhost-startStop-1] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [802] milliseconds.
03-Nov-2023 13:16:41.865 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [C:\Apps\tomcat\webapps\docs] has finished in [1,097] ms
03-Nov-2023 13:16:41.867 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [C:\Apps\tomcat\webapps\host-manager]
03-Nov-2023 13:16:41.914 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [C:\Apps\tomcat\webapps\host-manager] has finished in [47] ms
03-Nov-2023 13:16:41.914 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [C:\Apps\tomcat\webapps\iiq]
2023-11-03T13:17:28,412 ERROR localhost-startStop-1 sailpoint.persistence.ExtendedAttributeUtil:704 - IdentityExtended.hbm.xml property opco is not defined in ObjectConfig:Identity
2023-11-03T13:17:28,683 ERROR localhost-startStop-1 sailpoint.persistence.ExtendedAttributeUtil:704 - IdentityExtended.hbm.xml property accountName is not defined in ObjectConfig:Identity
2023-11-03T13:17:28,701 ERROR localhost-startStop-1 sailpoint.persistence.ExtendedAttributeUtil:704 - IdentityExtended.hbm.xml property validFrom is not defined in ObjectConfig:Identity
2023-11-03T13:17:28,718 ERROR localhost-startStop-1 sailpoint.persistence.ExtendedAttributeUtil:704 - IdentityExtended.hbm.xml property validTo is not defined in ObjectConfig:Identity
2023-11-03T13:17:28,740 ERROR localhost-startStop-1 sailpoint.persistence.ExtendedAttributeUtil:704 - IdentityExtended.hbm.xml property phoneNumber is not defined in ObjectConfig:Identity
2023-11-03T13:17:28,753 ERROR localhost-startStop-1 sailpoint.persistence.ExtendedAttributeUtil:704 - IdentityExtended.hbm.xml property companyCode is not defined in ObjectConfig:Identity
2023-11-03T13:17:28,765 ERROR localhost-startStop-1 sailpoint.persistence.ExtendedAttributeUtil:704 - IdentityExtended.hbm.xml property Department is not defined in ObjectConfig:Identity
2023-11-03T13:17:28,785 ERROR localhost-startStop-1 sailpoint.persistence.ExtendedAttributeUtil:704 - IdentityExtended.hbm.xml property title is not defined in ObjectConfig:Identity
2023-11-03T13:17:28,802 ERROR localhost-startStop-1 sailpoint.persistence.ExtendedAttributeUtil:704 - IdentityExtended.hbm.xml property Location is not defined in ObjectConfig:Identity
2023-11-03T13:17:28,813 ERROR localhost-startStop-1 sailpoint.persistence.ExtendedAttributeUtil:704 - IdentityExtended.hbm.xml property graceDate is not defined in ObjectConfig:Identity
2023-11-03T13:17:28,831 ERROR localhost-startStop-1 sailpoint.persistence.ExtendedAttributeUtil:704 - IdentityExtended.hbm.xml property Status is not defined in ObjectConfig:Identity
2023-11-03T13:17:28,845 ERROR localhost-startStop-1 sailpoint.persistence.ExtendedAttributeUtil:704 - IdentityExtended.hbm.xml property lifecycleState is not defined in ObjectConfig:Identity
2023-11-03T13:17:28,859 ERROR localhost-startStop-1 sailpoint.persistence.ExtendedAttributeUtil:704 - LinkExtended.hbm.xml property opco is not defined in ObjectConfig:Link
03-Nov-2023 13:17:36.806 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [C:\Apps\tomcat\webapps\iiq] has finished in [54,892] ms
so still not merge objects, neither appear the Certifcation closer
This error is expected when you start the IIQ instance if the named attributes in hbm file is not added to Identity Object config. Can you please verify whether these named columns are created in spt_identity table in DB. Also try running this command import-custom to import the custom artifacts to IIQ