I have deploy a Java application developed with Spring and Vaadin on a Apache Tomcat 8.0.39 service running on Windows Server 2012.
The war is correctly deploy but when I want to run application, i receive an error/exception :
Etat HTTP 500 - Request processing failed; nested exception is java.lang.IllegalArgumentException: No converter for return value of type: class java.util.LinkedHashMap
.
A note says the stack trace is in the logs of Tomcat but I don't find them.
Therefore, I don't know where is the problem, I can't show the code corresponding. If you need something for understand, I can edit my post.
EDIT : The problem is the names of my views, I post an answer.