Reputation: 746
I am getting the following error while trying to access the spring-social examples. Could somebody please guide me .
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.thymeleaf.exceptions.TemplateInputException: Error resolving template "signin", template might not exist or might not be accessible by any of the configured Template Resolver
Upvotes: 3
Views: 577
Reputation: 746
You may import the project to eclipse and run from eclipse. That will work
Upvotes: 0
Reputation: 416
Looks like running "gradlew tomcatRunWar" task instead of the documented "gradlew tomcatRun" task allows it to work.
Upvotes: 5