在用MyEclipse时的时候,一个网页报出的异常。请教这种情况多数是因为什么而发生的

在用MyEclipse时的时候,一个网页报出的错误。请问这种情况多数是因为什么而发生的?
HTTP Status 500 - Request processing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'noticeController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'noticeService' is defined
严重: Servlet.service() for servlet [Dispatcher] in context with path [/gdpostmap] threw exception [Request processing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'noticeController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'noticeService' is defined] with root cause
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'noticeService' is defined
myeclipse bean exception java

------解决方案--------------------
楼主谷歌一下500错误,看能不能找到你想要的答案
------解决方案--------------------
请求失败,是不是客户端没连接上
------解决方案--------------------
在用MyEclipse时的时候,一个网页报出的异常。请教这种情况多数是因为什么而发生的不是404啊
------解决方案--------------------
在用MyEclipse时的时候,一个网页报出的异常。请教这种情况多数是因为什么而发生的
------解决方案--------------------
No bean named 'noticeService' is defined 
------解决方案--------------------
同上 No bean named 'noticeService' is defined                   
------解决方案--------------------
服务启动好了没