This error is different than the truncated error posted earlier. Previously there was a NullPointerException causing a problem where as now it appears that the configuration is missing a bean named passwordEncoder. You need to add your custom PasswordEncoder to your bean configuration.