2013-04-10 174 views
2

II有其成功部署在JBoss7 &的WebSphere 8.5 當在WebLogic 12c的我在AdminServer.log收到此錯誤試圖EAR文件:在耳部署到WebLogic 12C

####<Apr 10, 2013 5:29:36 PM IDT> <Error> <J2EE> <wbl12t2.autowblciddmeronserver.autop> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1365604176997> <BEA-160228> <AppMerge failed to merge your application. Merge again with the -verbose option for more details. See the error message(s) below.> 
####<Apr 10, 2013 5:30:09 PM IDT> <Debug> <Socket> <wbl12t2.autowblciddmeronserver.autop> <AdminServer> <ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel>> <> <> <1365604209078> <BEA-000450> <Socket 420 internal data record unavailable (probable closure due idle timeout), event received -32> 

這Web控制檯:

Error Unable to access the selected application. 
Error Exception in AppMerge flows' progression 
Error Exception in AppMerge flows' progression 
Error com.demo.tasks.api.RTExecutor 
Error com.demo.tasks.api.RTExecutor 

耳朵使用jax-ws和jax-rs(使用Jersey依賴關係)。 類com.demo.tasks.api.RTExecutor是與@WebService註釋的接口。

有誰知道問題是什麼?

有無論如何得到關於問題的更多細節(更多的日誌文件,我想念等等)?

+0

很難知道沒有看到耳朵 – Cris 2013-04-11 12:38:35

+0

https://forums.oracle.com/forums/thread.jspa?threadID=2165558可能會幫助你 – Cris 2013-04-11 12:41:19

回答

1

我正在收到相同的錯誤代碼,經過一番挖掘,我發現Weblogic希望您的EAR擴展名全部小寫,否則認爲它是無效的。

所以,你的應用程序必須調用YourApp.ear並不能稱爲YourApp.EAR例如。

相關問題