reset password
Author Message
krishnarajen
Posts: 16
Posted 15:42 Feb 04, 2015 |
All of the sudden this error started appearing when I'm trying to run. org.springframework.web.servlet.DispatcherServlet noHandlerFound WARNING: No mapping found for HTTP request with URI [/gefp/home.html] in DispatcherServlet with name 'gefp' someone please help in resolving this error.
hgadhia
Posts: 52
Posted 15:53 Feb 04, 2015 |

this is probably because, there is no mapping done to home.html in any of the controllers.

Please ensure you have a url mapping in your controller.

Last edited by hgadhia at 15:53 Feb 04, 2015.
krishnarajen
Posts: 16
Posted 16:03 Feb 04, 2015 |
Everything is mapped correctly and it was working but I don't know what happened all of the sudden
lishenyu
Posts: 103
Posted 13:31 Feb 09, 2015 |

hi , could you tell me how you solved this problem at last ? Many thanks!