Hi Raheem, Looking thought the source code, it seems that the there are a *NullPointerException *happen https://github.com/apereo/cas/blob/v5.3.10/support/cas-server-support-configuration-cloud-dynamodb/src/main/java/org/apereo/cas/config/DynamoDbCloudConfigBootstrapConfiguration.java#L68
Which seems to be *preventTableCreationOnStartup* property not being initialzied by default After Looking at the config: https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties-Common.html#dynamodb-configuration Try adding (from this doc: https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties-Common.html#dynamodb-configuration ): cas.spring.cloud.dynamoDb.preventTableCreationOnStartup=false See if this will fix the problem... If it does fix it, then maybe a fix should be made to address this issue. Cheers! - Andy -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/0d924eb9-5f62-4e2b-ab85-9cc5c2300e9c%40apereo.org.
