0

我是eclipse、java和mule的学生。我在尝试运行为--> Mule 服务器时遇到错误,并且不知道问题可能是什么。有什么建议么?非常感谢您的任何建议!!!

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 空格应该没问题(尽管我个人每天都不鼓励这样做,谁知道接下来哪个库会失败),并且不再需要 MULE_HOME 环境变量。事实上,如果设置,建议删除一个。试一试,3.1.2 随时都会发布。

于 2011-05-26T15:16:29.747 回答