2011-07-02 108 views
-1

上運行騾子3這是我得到一個純淨的騾子分佈:我沒有在命令行

$ ./mule 
MULE_HOME is set to /home/wena/src/mule-standalone-3.1.2 
Running in console (foreground) mode by default, use Ctrl-C to exit... 
MULE_HOME is set to /home/wena/src/mule-standalone-3.1.2 
Running Mule... 
--> Wrapper Started as Console 
Launching a JVM... 
Starting the Mule Container... 
Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org 
    Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. 

INFO 2011-07-02 05:00:33,164 [WrapperListener_start_runner] org.mule.module.launcher.MuleContainer: 
********************************************************************** 
* Mule ESB and Integration Platform         * 
* Version: 3.1.2 Build: 21975          * 
* MuleSoft, Inc.              * 
* For more information go to http://www.mulesoft.org     * 
*                 * 
* Server started: 2011/07/02 5:00 AM         * 
* JDK: 1.6.0_18 (mixed mode)           * 
* OS: Linux (2.6.39-2-686-pae, i386)         * 
* Host: debian (127.0.1.1)           * 
********************************************************************** 
INFO 2011-07-02 05:00:33,247 [WrapperListener_start_runner] org.mule.module.launcher.application.DefaultMuleApplication: 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
+ New app 'default'          + 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
ERROR 2011-07-02 05:00:33,250 [WrapperListener_start_runner] org.mule.module.launcher.DeploymentService: 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
+ Failed to deploy app 'default', see below    + 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
ERROR 2011-07-02 05:00:33,250 [WrapperListener_start_runner] org.mule.module.launcher.DeploymentService: org.mule.module.launcher.DeploymentException: Failed to deploy application [default] 
INFO 2011-07-02 05:00:33,254 [WrapperListener_start_runner] org.mule.module.launcher.StartupSummaryDeploymentListener: 

********************************************************************** 
*   - - + APPLICATION + - -   * - - + STATUS + - - * 
********************************************************************** 
* default          * FAILED    * 
********************************************************************** 

INFO 2011-07-02 05:00:33,279 [WrapperListener_start_runner] org.mule.module.launcher.DeploymentService: 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
+ Mule is up and kicking (every 5000ms)     + 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 

不過,我能夠從Eclipse中運行騾子。

請注意,導致至3.2版本的最新開發快照沒有任何此類問題。

+0

這是一個全新的安裝,或者你做了一些部署嗎? 你的應用程序目錄的內容是什麼? –

+0

還有什麼在../logs/mule-app-default.log? –

+0

這是一個原始安裝,名爲「logs/mule.og」的日誌具有與附加消息中相同的信息。沒有其他日誌(根據'hg status')。 – Tshepang

回答

0

有什麼奇怪的是水銀(Debian的1.8.3-1 + B1不穩定)的作用:每當我跑hg clean,即使沒有什麼清潔(hg status輸出爲空),試圖運行./mule失敗與規定的錯誤。

解決方案:暫時遠離clean命令。

+0

Mercurial和Mule之間有什麼關係? –

+0

我提取Mule並將其製作爲Mercurial存儲庫,以便我可以跟蹤這些更改。 – Tshepang

1

Mule失敗可能是因爲缺少空目錄(lib/shared/default)。

Hg不版本空目錄。