2011-04-21 127 views
0

我使用struts開發了一個web應用程序。現在,當我嘗試在另一臺機器上運行時,出現以下錯誤。以下是從GlassFish服務器日誌採取無法運行struts程序

SEVERE: INFO [http-thread-pool-8080-(1)] (CommonsLogger.java:31) - Parsing configuration file [struts-default.xml] 

SEVERE: INFO [http-thread-pool-8080-(1)] (CommonsLogger.java:31) - Unable to locate configuration files of the name struts-plugin.xml, skipping 

SEVERE: INFO [http-thread-pool-8080-(1)] (CommonsLogger.java:31) - Parsing configuration file [struts-plugin.xml] 

SEVERE: INFO [http-thread-pool-8080-(1)] (CommonsLogger.java:31) - Parsing configuration file [struts.xml] 

SEVERE: INFO [http-thread-pool-8080-(1)] (CommonsLogger.java:31) - Loading global messages from ApplicationResources 

此外,在我得到java.lang.reflect.InvocationTargetException此消息的瀏覽器。請告訴我問題在哪裏。

+0

顯示更多堆棧跟蹤(或全部)。 – Quaternion 2011-04-22 02:34:12

+0

你解決了你的問題嗎? – Cemo 2011-10-07 07:37:55

+0

@Sessizlik Nope。我嘗試了幾種方法,但沒有用。當我在Ubuntu中嘗試相同的程序時,它工作。你解決了嗎? – Allwyn 2011-10-07 12:29:34

回答

0

這似乎是一個類似的問題,什麼是本文中描述:

http://www.java.net/node/705006

這似乎是一個GlassFish的臭蟲正確放「嚴厲:」日誌消息之前,實際上以「INFO」開頭。

僅供參考我在SL4J和Glassfish 3.1中遇到過這個問題。通過JUL記錄器完全相同的代碼記錄完美地工作,然後當你用合適的記錄器交換時,你會得到「嚴重:」。

很遺憾,我一直無法找到解決方案,並會在找到它時發佈。他們同樣有可能重新修復下一版GlassFish中的錯誤。