Appian 20.3 installation on Windows server with My SQL

While installing 20.3 on local windows seeing the below exception while bringing up the tomcat - 

Engines , Data server and search server are all up - 

Let me know if any one has seen this issue and able to resolve it .

I could see all the tables got created on Primary Datastore as well .

client configuration specified in C:\appian\conf\appian-topology.xml.
2020-10-20 21:21:49,246 [localhost-startStop-1] INFO com.appiancorp.rdbms.hb.DataSourceManagerHbImpl - [jdbc/AppianDS] Checking schema and migrating if necessary (appian/db/changelog/db-changelog-master.xml)...
2020-10-20 21:22:11,895 [localhost-startStop-1] INFO com.appiancorp.rdbms.hb.DataSourceManagerHbImpl - [jdbc/AppianDS] Schema check/migration completed successfully.
2020-10-20 21:22:11,909 [localhost-startStop-1] INFO com.appiancorp.rdbms.hb.DataSourceManagerHbImpl - [jdbc/AppianDS] Verifying that entity mappings match the schema...
2020-10-20 21:22:17,914 [localhost-startStop-1] INFO com.appiancorp.rdbms.hb.DataSourceManagerHbImpl - [jdbc/AppianDS] Mappings and schema validated successfully.
2020-10-20 21:22:24,877 [localhost-startStop-1] INFO com.appiancorp.common.crypto.KeyStoreConfig - KeyStoreConfig initialized in 4 seconds
2020-10-20 21:22:31,431 [localhost-startStop-1] INFO com.appian.dl.repo.es.client.TransportClientManager - Shutting down client.
2020-10-20 21:22:32,458 [localhost-startStop-1] ERROR org.springframework.web.context.ContextLoader - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#60' while setting bean property 'sourceList' with key [60]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#60': Cannot resolve reference to bean 'preBasicAuthFilter' while setting constructor argument with key [5]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preBasicAuthFilter' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-05-web-api.xml]: Cannot create inner bean 'util:list#25e2f25b' of type [org.springframework.beans.factory.config.ListFactoryBean] while setting bean property 'filters'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'util:list#25e2f25b': Cannot resolve reference to bean 'apiKeyFilter' while setting bean property 'sourceList' with key [0]; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'apiKeyFilter' defined in class path resource [com/appiancorp/apikey/ApiKeyFilterSpringConfig.class]: Unsatisfied dependency expressed through method 'apiKeyFilter' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.authenticationManager': Cannot resolve reference to bean 'appianAuthenticationProvider' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appianAuthenticationProvider' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-03-auth-mgr.xml]: Cannot resolve reference to bean 'appianAuthenticationProviderInternal' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appianAuthenticationProviderInternal' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-03-auth-mgr.xml]: Cannot resolve reference to bean 'compositeAuthenticator' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'compositeAuthenticator' defined in class path resource [com/appiancorp/security/auth/AppianAuthenticationSpringConfig.class]: Unsatisfied dependency expressed through method 'compositeAuthenticator' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'authenticators' defined in class path resource [com/appiancorp/security/auth/AppianAuthenticationSpringConfig.class]: Unsatisfied dependency expressed through method 'authenticators' parameter 3; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'apiKeyAuthenticatorWrapper' defined in class path resource [com/appiancorp/apikey/ApiKeySpringConfig.class]: Unsatisfied dependency expressed through method 'apiKeyAuthenticatorWrapper' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'serviceAccountAuthenticator' defined in class path resource [com/appiancorp/apikey/ApiKeySpringConfig.class]: Unsatisfied dependency expressed through method 'serviceAccountAuthenticator' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'apiKeyService' defined in class path resource [com/appiancorp/apikey/ApiKeySpringConfig.class]: Unsatisfied dependency expressed through method 'apiKeyService' parameter 2; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'apiKeyTokenizer' defined in class path resource [com/appiancorp/apikey/ApiKeySpringConfig.class]: Unsatisfied dependency expressed through method 'apiKeyTokenizer' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'apiKeySecretRepository' defined in class path resource [com/appiancorp/apikey/ApiKeySpringConfig.class]: Unsatisfied dependency expressed through method 'apiKeySecretRepository' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiKeySecretInitializer' defined in class path resource [com/appiancorp/apikey/ApiKeySpringConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.appiancorp.apikey.crypto.ApiKeySecretInitializer]: Factory method 'apiKeySecretInitializer' threw exception; nested exception is java.lang.RuntimeException: org.hibernate.PropertyValueException: not-null property references a null or transient value: com.appiancorp.security.ssl.CertificateData.commonName

  Discussion posts and replies are publicly visible