19-Mar-2017 21:52:54.646 严重 [RMI TCP Connection(2)-127.0.0.1] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
19-Mar-2017 21:52:54.661 严重 [RMI TCP Connection(2)-127.0.0.1] org.apache.catalina.core.StandardContext.startInternal Context [] startup failed due to previous errors
这个是什么问题,?要怎么解决?
看這4行的內容應該是,你程式裡定義的Listener需要連接到某個server,但是連接時出現了問題,建議把完整日誌貼出來.
@taomaokun
@taomaokun
我一一對比了下。你提供的截圖的包。出去你框選的第一個包,我的工程裡面沒有之外。其他的包都是在的。
Spring-webmvc 的jar套件沒有引入
看錯誤一般從第一條看起 你看一下你的spring的相關jar包全部引入了沒有? ClassNotFoundException明顯的錯誤啊~
看一下你是不是缺少了包包了呢?