2013-02-26 154 views
0

我嘗試運行應用程序,但我在Eclipse Tomcat,Eclipse Jetty中有相同的錯誤,並且當我使用ant我複製到localhost tomcat 7時出現此錯誤。在服務器上運行java應用程序的錯誤

DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.listener.StartupListener - Initializing context... 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.listener.StartupListener - Remember Me Enabled? false 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.listener.StartupListener - Password Encoder: org.springframework.security.providers.encoding.ShaPasswordEncoder 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.listener.StartupListener - Populating drop-downs... 
DEBUG localhost-startStop-1 com.itfuture.okapi.dao.hibernate.LookupDaoHibernate - Retrieving all role names... 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.listener.StartupListener - Drop-down initialization complete [OK] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.filter.LocaleFilter - Initializing filter 'localeFilter' 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.filter.LocaleFilter - Filter 'localeFilter' configured successfully 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialCostRepReportController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialCostRepReportController.officeTrialCostRepReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialRepertoriumReportController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialRepertoriumReportController.officeTrialRepertoriumReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.ClosureTrialReportController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.ClosureTrialReportController.closureTrialReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialsNegotiatorActionQtyController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialsNegotiatorActionQtyController.officeTrialsNegotiatorActionQtyReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.UserReportController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.UserReportController.userReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialsEndSuspendReportController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialsEndSuspendReportController.officeTrialsEndSuspendReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialCostRepReportRaiffController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialCostRepReportRaiffController.officeTrialCostRepReportRaiff(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialOperationReportController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialOperationReportController.officeTrialOperationReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialsExport2UpdateReportController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialsExport2UpdateReportController.officeTrialsExport2UpdateReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialsDebtsPaymentReportRaiffController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialsDebtsPaymentReportRaiffController.officeTrialsDebtsPaymentReportRaiff(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialBailiffReportController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialBailiffReportController.officeTrialBailiffReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialExecutionListReportController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialExecutionListReportController.officeTrialExecutionListReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialsLackOfFormalController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialsLackOfFormalController.officeTrialsLackOfFormalReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialsNegotiatorActionQtyRaiffController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialsNegotiatorActionQtyRaiffController.officeTrialsNegotiatorActionQtyReportRaiff(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialCostReportRaiffController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialCostReportRaiffController.officeTrialCostReportRaiff(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialExecutionListReportRaiffController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialExecutionListReportRaiffController.officeTrialExecutionListReportRaiff(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialRepertoriumReportRaiffController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialRepertoriumReportRaiffController.officeTrialRepertoriumReportRaiff(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialsExport1UpdateReportController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialsExport1UpdateReportController.officeTrialsExport1UpdateReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialCostReportController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialCostReportController.officeTrialCostReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialsToEPUController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialsToEPUController.officeTrialsToEPUReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialsDebtsPaymentReportController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialsDebtsPaymentReportController.officeTrialsDebtsPaymentReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialNoteReportController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialNoteReportController.officeTrialNoteReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
DEBUG localhost-startStop-1 com.itfuture.okapi.webapp.controller.OfficeTrialsIneffectiveExecutionCostController - Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialsIneffectiveExecutionCostController.officeTrialsIneffectiveExecutionCostReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception] 
+0

這不是一個錯誤...只是很多調試消息... – ppeterka 2013-02-26 10:13:51

+0

thx我不明白這是我的錯誤 – cykcykacz 2013-02-26 11:10:50

+0

我有同樣的問題。我怎麼能過濾出所有這些DEBUG消息?這似乎來自springframework,但日誌來自我的/你的代碼,儘管我的代碼中沒有記錄聲明。 – 2014-06-02 12:53:58

回答

0

我不確定這是錯誤嗎?

com.itfuture.okapi.webapp.controller.OfficeTrialsDebtsPaymentReportController - 
Found action method [public org.springframework.web.servlet.ModelAndView com.itfuture.okapi.webapp.controller.OfficeTrialsDebtsPaymentReportController.officeTrialsDebtsPaymentReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) `throws java.lang.Exception]` 

它報告的方法簽名可以拋出異常。這並不意味着它拋出異常。

相關問題