Invalid key 'IIQHome': expected 'beanName.property'

Dear Community,

Currently learning how to deploy ssd, everything is working (Im able to clean and build) and when the unzip war file is tomcat and I try to run in tomcat i see the below error

Caused by: org.springframework.beans.factory.BeanInitializationException: Invalid key ‘IIQHome’: expected ‘beanName.property’
at org.springframework.beans.factory.config.PropertyOverrideConfigurer.processKey(PropertyOverrideConfigurer.java:131)

Can you verify the build.properties file and check the IIQHome is set correctly to you tomcat-webapps-IIQ directory ?

– Remold

Hi @fugitiva,

Make sure you update the right value in the IIQHome for env.build.properties where env can be sandbox or dev or qa or prod. Please find the below sample for your reference.


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?

Thank you @kavindar_sharma i did add in the iiq properties the build values, so mess up, after cleaning, it seems working

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.