Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
To be reviewed
-
Resolution: Won't Fix or Usage Issue
-
Affects Version/s: 1.4.0
-
Fix Version/s: 1.4.0
-
Component/s: Core: Deployment
-
Labels:None
-
Environment:
windows
-
Similar Issues:
MULE-1018Mule does not pickup default config file (mule-config.xml)MULE-1323Running 'Hello World' project with MuleIDE in EclipseMULE-1011MuleXmlConfigurationBuilder erroneously tries to parse non-mule config files by defaultMULE-2194NullPointerException when starting Mule via "mule -config mule-config.xml" without mule-config.xml file in MULE_HOME/srcMULE-3063Remove default-mule-config.xml for 2.1MULE-2642missing dependency in hello example pom.xmlMULE-4439webapp example fails for 'REST Hello World'MULE-1318Interceptor beans need to be singletons in hello-spring-config.xmlMULE-1170I install mule as a Windows XP service but fail to start the service with the hello-config.xmlMULE-3140Spring 2.5.2 throws a NullPointerException when default-mule-config.xml is parsed
Description
The installation program does not result in a successful default installation.
Running the mule.bat program results in the following message:
No config file specified and no config by the name of mule-config.xml
found on the classpath.
Works as designed
mule.bat itself is only the wrapper to start mule. You have to specify a config file to start a mule server. Have a look at the example's scripts to get a feel how to use mule.bat.