0

私は日食、ジャワ、ラバの学生です。Run As-> Mule Serverを実行しようとするとエラーが発生し、問題が何であるかわかりません。助言がありますか?アドバイスありがとうございます!!!

INFO  2011-05-20 12:00:59,425 [main] org.mule.MuleServer: Mule Server initializing...
ERROR 2011-05-20 12:00:59,785 [main] org.mule.MuleServer: 
********************************************************************************
Message               : and (java.io.FileNotFoundException)
Code                  : MULE_ERROR-12999
--------------------------------------------------------------------------------
Exception stack is:
1. and (java.io.FileNotFoundException)
  org.mule.config.ConfigResource:35 (null)
2. and (java.io.FileNotFoundException) (org.mule.api.config.ConfigurationException)
  org.mule.config.builders.AbstractResourceConfigurationBuilder:96 (http://www.mulesoft.org/docs/site/current3/apidocs/org/mule/api/config/ConfigurationException.html)
--------------------------------------------------------------------------------
Root Exception stack trace:
java.io.FileNotFoundException: and
    at org.mule.config.ConfigResource.<init>(ConfigResource.java:35)
    at org.mule.config.builders.AbstractResourceConfigurationBuilder.loadConfigResources(AbstractResourceConfigurationBuilder.java:90)
    at org.mule.config.builders.AbstractResourceConfigurationBuilder.<init>(AbstractResourceConfigurationBuilder.java:46)
    + 3 more (set debug level logging or '-Dmule.verbose.exceptions=true' for everything)
********************************************************************************

ERROR 2011-05-20 12:00:59,800 [main] org.mule.MuleServer: 
********************************************************************************
* A Fatal error has occurred while the server was running:                     *
* and (java.io.FileNotFoundException)                                          *
*                                                                              *
* The error is fatal, the system will shutdown                                 *
********************************************************************************
4

2 に答える 2

7

エラーメッセージをカットアンドペーストしてGoogleに貼り付け、他に誰が私の痛みを経験したかを確認することは常に役立つと思います。

私があなたのためにそれをするとき、私はこれを手に入れます:

http://mule.1045714.n5.nabble.com/Error-in-Hello-Example-td2677866.html

于 2011-05-20T22:09:40.190 に答える
0

参考までに、パスにMule 3.1.2のスペースがある場合は問題ありません(ただし、個人的には、次にどのlibが失敗するかを知っているので、個人的にはお勧めしません)。MULE_HOME環境変数は不要になりました。実際、設定されている場合は削除することをお勧めします。試してみてください。3.1.2はいつでもリリースされます。

于 2011-05-26T15:16:29.747 に答える