[FIXED]Mule does not start in Saddle

[FIXED]Mule does not start in Saddle

Hi,

I am using Saddle on Ubuntu 10.04.  When I started mule in Saddle, the following error occurred.

Code:


Executing "/usr/local/oss/mule-standalone-2.2.1/bin/mule -config /tmp/saddle/tempExport.xml start" with environment variables "MULE_HOME=/usr/local/oss/mule-standalone-2.2.1"

The MULE_HOME variable is: /usr/local/oss/mule-standalone-2.2.1
Running in console (foreground) mode by default, use Ctrl-C to exit...
Running Mule...
/usr/local/oss/mule-standalone-2.2.1/bin/launcher: 4: java: not found
--> Wrapper Started as Console
Launching a JVM...
Starting the Mule Server...
Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
  Copyright 1999-2006 Tanuki Software, Inc.  All Rights Reserved.

INFO  2011-01-13 17:30:59,716 [WrapperListener_start_runner] org.mule.MuleServer: Mule Server initializing...
TERM trapped.  Shutting down.
INFO  2011-01-13 17:31:00,107 [WrapperListener_start_runner] org.mule.config.spring.MuleApplicationContext: Refreshing [email protected]: display name [[email protected]]; startup date [Thu Jan 13 17:31:00 JST 2011]; root of context hierarchy
ERROR 2011-01-13 17:31:00,850 [WrapperListener_start_runner] org.mule.config.spring.SpringXmlConfigurationBuilder: Configuration with "org.mule.config.spring.SpringXmlConfigurationBuilder" failed.
org.mule.api.lifecycle.InitialisationException: Initialisation Failure: IOException parsing XML document from URL [file:/tmp/saddle/tempExport.xml]; nested exception is java.io.FileNotFoundException: /tmp/saddle/tempExport.xml (No such file or directory)
        at org.mule.registry.AbstractRegistry.initialise(AbstractRegistry.java:76)
        at org.mule.config.spring.SpringXmlConfigurationBuilder.createSpringRegistry(SpringXmlConfigurationBuilder.java:98)
        at org.mule.config.spring.SpringXmlConfigurationBuilder.doConfigure(SpringXmlConfigurationBuilder.java:69)
        at org.mule.config.builders.AbstractConfigurationBuilder.configure(AbstractConfigurationBuilder.java:39)
        at org.mule.config.builders.AbstractResourceConfigurationBuilder.configure(AbstractResourceConfigurationBuilder.java:78)
        at org.mule.config.builders.AutoConfigurationBuilder.autoConfigure(AutoConfigurationBuilder.java:112)
        at org.mule.config.builders.AutoConfigurationBuilder.doConfigure(AutoConfigurationBuilder.java:58)
        at org.mule.config.builders.AbstractConfigurationBuilder.configure(AbstractConfigurationBuilder.java:39)
        at org.mule.config.builders.AbstractResourceConfigurationBuilder.configure(AbstractResourceConfigurationBuilder.java:78)
        at org.mule.context.DefaultMuleContextFactory.createMuleContext(DefaultMuleContextFactory.java:177)
        at org.mule.MuleServer.initialize(MuleServer.java:351)
        at org.mule.MuleServer.run(MuleServer.java:257)
        at org.mule.MuleServer.start(MuleServer.java:244)
        at org.mule.module.boot.MuleServerWrapper.start(MuleServerWrapper.java:48)
        at org.tanukisoftware.wrapper.WrapperManager$12.run(WrapperManager.java:2788)
Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from URL [file:/tmp/saddle/tempExport.xml]; nested exception is java.io.FileNotFoundException: /tmp/saddle/tempExport.xml (No such file or directory)
        at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349)
        at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310)
        at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143)
        at org.mule.config.spring.MuleApplicationContext.loadBeanDefinitions(MuleApplicationContext.java:104)
        at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123)
        at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:422)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
        at org.mule.config.spring.SpringRegistry.doInitialise(SpringRegistry.java:87)
        at org.mule.registry.AbstractRegistry.initialise(AbstractRegistry.java:68)
        ... 14 more
Caused by: java.io.FileNotFoundException: /tmp/saddle/tempExport.xml (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at java.io.FileInputStream.<init>(FileInputStream.java:66)
        at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
        at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
        at org.springframework.core.io.UrlResource.getInputStream(UrlResource.java:123)
        at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336)
        ... 22 more
ERROR 2011-01-13 17:31:00,852 [WrapperListener_start_runner] org.mule.config.builders.AutoConfigurationBuilder: Configuration with "org.mule.config.builders.AutoConfigurationBuilder" failed.
org.mule.api.config.ConfigurationException: Initialisation Failure: IOException parsing XML document from URL [file:/tmp/saddle/tempExport.xml]; nested exception is java.io.FileNotFoundException: /tmp/saddle/tempExport.xml (No such file or directory) (org.mule.api.lifecycle.InitialisationException)
        at org.mule.config.builders.AbstractConfigurationBuilder.configure(AbstractConfigurationBuilder.java:46)
        at org.mule.config.builders.AbstractResourceConfigurationBuilder.configure(AbstractResourceConfigurationBuilder.java:78)
        at org.mule.config.builders.AutoConfigurationBuilder.autoConfigure(AutoConfigurationBuilder.java:112)
        at org.mule.config.builders.AutoConfigurationBuilder.doConfigure(AutoConfigurationBuilder.java:58)
        at org.mule.config.builders.AbstractConfigurationBuilder.configure(AbstractConfigurationBuilder.java:39)
        at org.mule.config.builders.AbstractResourceConfigurationBuilder.configure(AbstractResourceConfigurationBuilder.java:78)
        at org.mule.context.DefaultMuleContextFactory.createMuleContext(DefaultMuleContextFactory.java:177)
        at org.mule.MuleServer.initialize(MuleServer.java:351)
        at org.mule.MuleServer.run(MuleServer.java:257)
        at org.mule.MuleServer.start(MuleServer.java:244)
        at org.mule.module.boot.MuleServerWrapper.start(MuleServerWrapper.java:48)
        at org.tanukisoftware.wrapper.WrapperManager$12.run(WrapperManager.java:2788)
Caused by: org.mule.api.lifecycle.InitialisationException: Initialisation Failure: IOException parsing XML document from URL [file:/tmp/saddle/tempExport.xml]; nested exception is java.io.FileNotFoundException: /tmp/saddle/tempExport.xml (No such file or directory)
        at org.mule.registry.AbstractRegistry.initialise(AbstractRegistry.java:76)
        at org.mule.config.spring.SpringXmlConfigurationBuilder.createSpringRegistry(SpringXmlConfigurationBuilder.java:98)
        at org.mule.config.spring.SpringXmlConfigurationBuilder.doConfigure(SpringXmlConfigurationBuilder.java:69)
        at org.mule.config.builders.AbstractConfigurationBuilder.configure(AbstractConfigurationBuilder.java:39)
        ... 11 more
Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from URL [file:/tmp/saddle/tempExport.xml]; nested exception is java.io.FileNotFoundException: /tmp/saddle/tempExport.xml (No such file or directory)
        at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349)
        at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310)
        at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143)
        at org.mule.config.spring.MuleApplicationContext.loadBeanDefinitions(MuleApplicationContext.java:104)
        at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123)
        at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:422)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
        at org.mule.config.spring.SpringRegistry.doInitialise(SpringRegistry.java:87)
        at org.mule.registry.AbstractRegistry.initialise(AbstractRegistry.java:68)
        ... 14 more
Caused by: java.io.FileNotFoundException: /tmp/saddle/tempExport.xml (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at java.io.FileInputStream.<init>(FileInputStream.java:66)
        at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
        at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
        at org.springframework.core.io.UrlResource.getInputStream(UrlResource.java:123)
        at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336)
        ... 22 more
ERROR 2011-01-13 17:31:00,855 [WrapperListener_start_runner] org.mule.MuleServer:
********************************************************************************
Message               : Initialisation Failure: IOException parsing XML document from URL [file:/tmp/saddle/tempExport.xml]; nested exception is java.io.FileNotFoundException: /tmp/saddle/tempExport.xml (No such file or directory)
Type                  : org.mule.api.lifecycle.InitialisationException
Code                  : MULE_ERROR-72085
JavaDoc               : http://www.mulesource.org/docs/site/current2/apidocs/org/mule/api/lifecycle/InitialisationException.html
Object                : [email protected]
********************************************************************************
Exception stack is:
1. /tmp/saddle/tempExport.xml (No such file or directory) (java.io.FileNotFoundException)
  java.io.FileInputStream:-2 (null)
2. IOException parsing XML document from URL [file:/tmp/saddle/tempExport.xml]; nested exception is java.io.FileNotFoundException: /tmp/saddle/tempExport.xml (No such file or directory) (org.springframework.beans.factory.BeanDefinitionStoreException)
  org.springframework.beans.factory.xml.XmlBeanDefinitionReader:349 (null)
3. Initialisation Failure: IOException parsing XML document from URL [file:/tmp/saddle/tempExport.xml]; nested exception is java.io.FileNotFoundException: /tmp/saddle/tempExport.xml (No such file or directory) (org.mule.api.lifecycle.InitialisationException)
  org.mule.registry.AbstractRegistry:76 (http://www.mulesource.org/docs/site/current2/apidocs/org/mule/api/lifecycle/InitialisationException.html)
********************************************************************************
Root Exception stack trace:
java.io.FileNotFoundException: /tmp/saddle/tempExport.xml (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at java.io.FileInputStream.<init>(FileInputStream.java:66)
        at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
        at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
        at org.springframework.core.io.UrlResource.getInputStream(UrlResource.java:123)
        at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336)
        at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310)
        at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143)
        at org.mule.config.spring.MuleApplicationContext.loadBeanDefinitions(MuleApplicationContext.java:104)
        at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123)
        at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:422)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
        at org.mule.config.spring.SpringRegistry.doInitialise(SpringRegistry.java:87)
        at org.mule.registry.AbstractRegistry.initialise(AbstractRegistry.java:68)
        at org.mule.config.spring.SpringXmlConfigurationBuilder.createSpringRegistry(SpringXmlConfigurationBuilder.java:98)
        at org.mule.config.spring.SpringXmlConfigurationBuilder.doConfigure(SpringXmlConfigurationBuilder.java:69)
        at org.mule.config.builders.AbstractConfigurationBuilder.configure(AbstractConfigurationBuilder.java:39)
        at org.mule.config.builders.AbstractResourceConfigurationBuilder.configure(AbstractResourceConfigurationBuilder.java:78)
        at org.mule.config.builders.AutoConfigurationBuilder.autoConfigure(AutoConfigurationBuilder.java:112)
        at org.mule.config.builders.AutoConfigurationBuilder.doConfigure(AutoConfigurationBuilder.java:58)
        at org.mule.config.builders.AbstractConfigurationBuilder.configure(AbstractConfigurationBuilder.java:39)
        at org.mule.config.builders.AbstractResourceConfigurationBuilder.configure(AbstractResourceConfigurationBuilder.java:78)
        at org.mule.context.DefaultMuleContextFactory.createMuleContext(DefaultMuleContextFactory.java:177)
        at org.mule.MuleServer.initialize(MuleServer.java:351)
        at org.mule.MuleServer.run(MuleServer.java:257)
        at org.mule.MuleServer.start(MuleServer.java:244)
        at org.mule.module.boot.MuleServerWrapper.start(MuleServerWrapper.java:48)
        at org.tanukisoftware.wrapper.WrapperManager$12.run(WrapperManager.java:2788)

********************************************************************************

ERROR 2011-01-13 17:31:00,857 [WrapperListener_start_runner] org.mule.MuleServer:
********************************************************************************
* A Fatal error has occurred while the server was running:                     *
* /tmp/saddle/tempExport.xml (No such file or directory)                       *
* (java.io.FileNotFoundException)                                              *
*                                                                              *
* The error is fatal, the system must shutdown                                 *
* Server started: 1/1/70 9:00 AM                                               *
* Server shutdown: 1/13/11 5:31 PM                                             *
********************************************************************************
INFO  2011-01-13 17:31:00,857 [WrapperListener_start_runner] org.mule.config.spring.MuleApplicationContext: Closing [email protected]: display name [[email protected]]; startup date [Thu Jan 13 17:31:00 JST 2011]; root of context hierarchy
ERROR 2011-01-13 17:31:00,858 [WrapperListener_start_runner] org.mule.config.spring.MuleApplicationContext: Exception thrown from ApplicationListener handling ContextClosedEvent
java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: [email protected]: display name [[email protected]]; startup date [Thu Jan 13 17:31:00 JST 2011]; root of context hierarchy
        at org.springframework.context.support.AbstractApplicationContext.getApplicationEventMulticaster(AbstractApplicationContext.java:287)
        at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:274)
        at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:819)
        at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:794)
        at org.mule.config.spring.SpringRegistry.doDispose(SpringRegistry.java:96)
        at org.mule.registry.AbstractRegistry.dispose(AbstractRegistry.java:47)
        at org.mule.registry.AbstractRegistryBroker.dispose(AbstractRegistryBroker.java:39)
        at org.mule.DefaultMuleContext.dispose(DefaultMuleContext.java:226)
        at org.mule.MuleServer.shutdown(MuleServer.java:390)
        at org.mule.MuleServer.run(MuleServer.java:263)
        at org.mule.MuleServer.start(MuleServer.java:244)
        at org.mule.module.boot.MuleServerWrapper.start(MuleServerWrapper.java:48)
        at org.tanukisoftware.wrapper.WrapperManager$12.run(WrapperManager.java:2788)
ERROR 2011-01-13 17:31:00,858 [WrapperListener_start_runner] org.mule.config.spring.SpringRegistry: Failed to cleanly dispose: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
        at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:153)
        at org.springframework.context.support.AbstractApplicationContext.getLifecycleBeans(AbstractApplicationContext.java:1061)
        at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:825)
        at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:794)
        at org.mule.config.spring.SpringRegistry.doDispose(SpringRegistry.java:96)
        at org.mule.registry.AbstractRegistry.dispose(AbstractRegistry.java:47)
        at org.mule.registry.AbstractRegistryBroker.dispose(AbstractRegistryBroker.java:39)
        at org.mule.DefaultMuleContext.dispose(DefaultMuleContext.java:226)
        at org.mule.MuleServer.shutdown(MuleServer.java:390)
        at org.mule.MuleServer.run(MuleServer.java:263)
        at org.mule.MuleServer.start(MuleServer.java:244)
        at org.mule.module.boot.MuleServerWrapper.start(MuleServerWrapper.java:48)
        at org.tanukisoftware.wrapper.WrapperManager$12.run(WrapperManager.java:2788)
INFO  2011-01-13 17:31:00,863 [Thread-1] org.mule.MuleServer: Mule server shutting down due to normal shutdown request
INFO  2011-01-13 17:31:00,864 [Thread-1] org.mule.MuleServer:
**************************************************************************************
* The server is shutting down due to normal shutdown request                         *
* Server started: 1/1/70 9:00 AM                                                     *
* Server shutdown: 1/13/11 5:31 PM                                                   *
**************************************************************************************
<-- Wrapper Stopped

It seems that MuleConfigurationAgent does not start.
As I  commented out the following line and started mule outside Saddle, mule has started successfully.

  <management:custom-agent name="mule-configuration-agent" class="lu.tudor.santec.saddle.muleextensions.muleconfigurationagent.MuleConfigurationAgent"/>

The version I am using is  shosaddle_20110108. How should I solve the above problem ?

Thanks

Edited by: Ortwin - Jan-19-11 19:29:44

Administrator has disabled public posting. Please login or register in order to proceed.

Re: [FIXED]Mule does not start in Saddle

Hi!

As I read through your log I see the following:

Code:

1. /tmp/saddle/tempExport.xml (No such file or directory) (java.io.FileNotFoundException) 

this means mule could not be started, because the file was not present. Please check if you have write permissions to your /tmp folder as saddle deploys the current mapping to the folder /tmp/saddle/ as file tmpExport.xml

You can see the file as long as the "stop mule" button has not been pressed, so you could check whether the file is present using a file manager. Simply point it to /tmp/saddle.

if you do not want the saddle agents started simply disable the monitoring by clicking the eye-button on the workflow designer's toolbar. It will be red if monitoring is disabled.

Please let us know if this solved your problem.

Best regards,
Matthias

Edit: We moved the temporary file to the {user.home}/.saddle/temp folder on unix. On windows it stays in C:\temp as long as mule does not support spaces in the path to the config file.

Administrator has disabled public posting. Please login or register in order to proceed.

Re: [FIXED]Mule does not start in Saddle

Hi,

I am sorry I have pasted  wrong log messages.

The correct log messages are as follows:

Code:


mule -config workflow-mule.xml
Running in console (foreground) mode by default, use Ctrl-C to exit...
Running Mule...
--> Wrapper Started as Console
Launching a JVM...
Starting the Mule Server...
Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
  Copyright 1999-2006 Tanuki Software, Inc.  All Rights Reserved.

INFO  2011-01-14 10:53:45,585 [WrapperListener_start_runner] org.mule.MuleServer: Mule Server initializing...
INFO  2011-01-14 10:53:46,189 [WrapperListener_start_runner] org.mule.config.spring.MuleApplicationContext: Refreshing [email protected]: display name [[email protected]]; startup date [Fri Jan 14 10:53:46 JST 2011]; root of context hierarchy
INFO  2011-01-14 10:53:47,535 [WrapperListener_start_runner] org.mule.config.spring.MuleApplicationContext: Bean factory for application context [[email protected]]: org.s[email protected]1de45e2
INFO  2011-01-14 10:53:48,286 [WrapperListener_start_runner] org.mule.transport.file.FileConnector: Initialising: FileConnector{this=12b3349, started=false, initialised=false, name='connector.file.0', disposed=false, numberOfConcurrentTransactedReceivers=4, createMultipleTransactedReceivers=true, connected=false, supportedProtocols=[file], serviceOverrides=null}
INFO  2011-01-14 10:53:48,292 [WrapperListener_start_runner] org.mule.DefaultExceptionStrategy: Initialising exception listener: [email protected]
INFO  2011-01-14 10:53:48,332 [WrapperListener_start_runner] org.mule.component.simple.PassThroughComponent: Initialising: org.mule.component.simple.PassThroughComponent component for: SedaService{service_0}
ERROR 2011-01-14 10:53:48,370 [WrapperListener_start_runner] org.mule.config.spring.SpringXmlConfigurationBuilder: Configuration with "org.mule.config.spring.SpringXmlConfigurationBuilder" failed.
org.mule.api.lifecycle.InitialisationException: Initialisation Failure: Error creating bean with name 'mule-configuration-agent': Invocation of init method failed; nested exception is org.mule.api.lifecycle.InitialisationException: Failed to start mule-configuration-agent
    at org.mule.registry.AbstractRegistry.initialise(AbstractRegistry.java:76)
    at org.mule.config.spring.SpringXmlConfigurationBuilder.createSpringRegistry(SpringXmlConfigurationBuilder.java:98)
    at org.mule.config.spring.SpringXmlConfigurationBuilder.doConfigure(SpringXmlConfigurationBuilder.java:69)
    at org.mule.config.builders.AbstractConfigurationBuilder.configure(AbstractConfigurationBuilder.java:39)
    at org.mule.config.builders.AbstractResourceConfigurationBuilder.configure(AbstractResourceConfigurationBuilder.java:78)
    at org.mule.config.builders.AutoConfigurationBuilder.autoConfigure(AutoConfigurationBuilder.java:112)
    at org.mule.config.builders.AutoConfigurationBuilder.doConfigure(AutoConfigurationBuilder.java:58)
    at org.mule.config.builders.AbstractConfigurationBuilder.configure(AbstractConfigurationBuilder.java:39)
    at org.mule.config.builders.AbstractResourceConfigurationBuilder.configure(AbstractResourceConfigurationBuilder.java:78)
    at org.mule.context.DefaultMuleContextFactory.createMuleContext(DefaultMuleContextFactory.java:177)
    at org.mule.MuleServer.initialize(MuleServer.java:351)
    at org.mule.MuleServer.run(MuleServer.java:257)
    at org.mule.MuleServer.start(MuleServer.java:244)
    at org.mule.module.boot.MuleServerWrapper.start(MuleServerWrapper.java:48)
    at org.tanukisoftware.wrapper.WrapperManager$12.run(WrapperManager.java:2788)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mule-configuration-agent': Invocation of init method failed; nested exception is org.mule.api.lifecycle.InitialisationException: Failed to start mule-configuration-agent
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
    at org.mule.config.spring.SpringRegistry.doInitialise(SpringRegistry.java:87)
    at org.mule.registry.AbstractRegistry.initialise(AbstractRegistry.java:68)
    ... 14 more
Caused by: org.mule.api.lifecycle.InitialisationException: Failed to start mule-configuration-agent
    at lu.tudor.santec.saddle.muleextensions.muleconfigurationagent.MuleConfigurationAgent.initialise(MuleConfigurationAgent.java:69)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1414)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1375)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
    ... 28 more
Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    at java.util.ArrayList.RangeCheck(ArrayList.java:547)
    at java.util.ArrayList.get(ArrayList.java:322)
    at lu.tudor.santec.saddle.muleextensions.muleconfigurationagent.MuleConfigurationAgent.initialise(MuleConfigurationAgent.java:63)
    ... 35 more
ERROR 2011-01-14 10:53:48,376 [WrapperListener_start_runner] org.mule.config.builders.AutoConfigurationBuilder: Configuration with "org.mule.config.builders.AutoConfigurationBuilder" failed.
org.mule.api.config.ConfigurationException: Initialisation Failure: Error creating bean with name 'mule-configuration-agent': Invocation of init method failed; nested exception is org.mule.api.lifecycle.InitialisationException: Failed to start mule-configuration-agent (org.mule.api.lifecycle.InitialisationException)
    at org.mule.config.builders.AbstractConfigurationBuilder.configure(AbstractConfigurationBuilder.java:46)
    at org.mule.config.builders.AbstractResourceConfigurationBuilder.configure(AbstractResourceConfigurationBuilder.java:78)
    at org.mule.config.builders.AutoConfigurationBuilder.autoConfigure(AutoConfigurationBuilder.java:112)
    at org.mule.config.builders.AutoConfigurationBuilder.doConfigure(AutoConfigurationBuilder.java:58)
    at org.mule.config.builders.AbstractConfigurationBuilder.configure(AbstractConfigurationBuilder.java:39)
    at org.mule.config.builders.AbstractResourceConfigurationBuilder.configure(AbstractResourceConfigurationBuilder.java:78)
    at org.mule.context.DefaultMuleContextFactory.createMuleContext(DefaultMuleContextFactory.java:177)
    at org.mule.MuleServer.initialize(MuleServer.java:351)
    at org.mule.MuleServer.run(MuleServer.java:257)
    at org.mule.MuleServer.start(MuleServer.java:244)
    at org.mule.module.boot.MuleServerWrapper.start(MuleServerWrapper.java:48)
    at org.tanukisoftware.wrapper.WrapperManager$12.run(WrapperManager.java:2788)
Caused by: org.mule.api.lifecycle.InitialisationException: Initialisation Failure: Error creating bean with name 'mule-configuration-agent': Invocation of init method failed; nested exception is org.mule.api.lifecycle.InitialisationException: Failed to start mule-configuration-agent
    at org.mule.registry.AbstractRegistry.initialise(AbstractRegistry.java:76)
    at org.mule.config.spring.SpringXmlConfigurationBuilder.createSpringRegistry(SpringXmlConfigurationBuilder.java:98)
    at org.mule.config.spring.SpringXmlConfigurationBuilder.doConfigure(SpringXmlConfigurationBuilder.java:69)
    at org.mule.config.builders.AbstractConfigurationBuilder.configure(AbstractConfigurationBuilder.java:39)
    ... 11 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mule-configuration-agent': Invocation of init method failed; nested exception is org.mule.api.lifecycle.InitialisationException: Failed to start mule-configuration-agent
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
    at org.mule.config.spring.SpringRegistry.doInitialise(SpringRegistry.java:87)
    at org.mule.registry.AbstractRegistry.initialise(AbstractRegistry.java:68)
    ... 14 more
Caused by: org.mule.api.lifecycle.InitialisationException: Failed to start mule-configuration-agent
    at lu.tudor.santec.saddle.muleextensions.muleconfigurationagent.MuleConfigurationAgent.initialise(MuleConfigurationAgent.java:69)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1414)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1375)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
    ... 28 more
Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    at java.util.ArrayList.RangeCheck(ArrayList.java:547)
    at java.util.ArrayList.get(ArrayList.java:322)
    at lu.tudor.santec.saddle.muleextensions.muleconfigurationagent.MuleConfigurationAgent.initialise(MuleConfigurationAgent.java:63)
    ... 35 more
ERROR 2011-01-14 10:53:48,389 [WrapperListener_start_runner] org.mule.MuleServer:
********************************************************************************
Message               : Failed to start mule-configuration-agent
Type                  : org.mule.api.lifecycle.InitialisationException
Code                  : MULE_ERROR-72042
JavaDoc               : http://www.mulesource.org/docs/site/current2/apidocs/org/mule/api/lifecycle/InitialisationException.html
********************************************************************************
Exception stack is:
1. Index: 0, Size: 0 (java.lang.IndexOutOfBoundsException)
  java.util.ArrayList:547 (null)
2. Failed to start mule-configuration-agent (org.mule.api.lifecycle.InitialisationException)
  lu.tudor.santec.saddle.muleextensions.muleconfigurationagent.MuleConfigurationAgent:69 (http://www.mulesource.org/docs/site/current2/apidocs/org/mule/api/lifecycle/InitialisationException.html)
********************************************************************************
Root Exception stack trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    at java.util.ArrayList.RangeCheck(ArrayList.java:547)
    at java.util.ArrayList.get(ArrayList.java:322)
    at lu.tudor.santec.saddle.muleextensions.muleconfigurationagent.MuleConfigurationAgent.initialise(MuleConfigurationAgent.java:63)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1414)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1375)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
    at org.mule.config.spring.SpringRegistry.doInitialise(SpringRegistry.java:87)
    at org.mule.registry.AbstractRegistry.initialise(AbstractRegistry.java:68)
    at org.mule.config.spring.SpringXmlConfigurationBuilder.createSpringRegistry(SpringXmlConfigurationBuilder.java:98)
    at org.mule.config.spring.SpringXmlConfigurationBuilder.doConfigure(SpringXmlConfigurationBuilder.java:69)
    at org.mule.config.builders.AbstractConfigurationBuilder.configure(AbstractConfigurationBuilder.java:39)
    at org.mule.config.builders.AbstractResourceConfigurationBuilder.configure(AbstractResourceConfigurationBuilder.java:78)
    at org.mule.config.builders.AutoConfigurationBuilder.autoConfigure(AutoConfigurationBuilder.java:112)
    at org.mule.config.builders.AutoConfigurationBuilder.doConfigure(AutoConfigurationBuilder.java:58)
    at org.mule.config.builders.AbstractConfigurationBuilder.configure(AbstractConfigurationBuilder.java:39)
    at org.mule.config.builders.AbstractResourceConfigurationBuilder.configure(AbstractResourceConfigurationBuilder.java:78)
    at org.mule.context.DefaultMuleContextFactory.createMuleContext(DefaultMuleContextFactory.java:177)
    at org.mule.MuleServer.initialize(MuleServer.java:351)
    at org.mule.MuleServer.run(MuleServer.java:257)
    at org.mule.MuleServer.start(MuleServer.java:244)
    at org.mule.module.boot.MuleServerWrapper.start(MuleServerWrapper.java:48)
    at org.tanukisoftware.wrapper.WrapperManager$12.run(WrapperManager.java:2788)

********************************************************************************

ERROR 2011-01-14 10:53:48,398 [WrapperListener_start_runner] org.mule.MuleServer:
********************************************************************************
* A Fatal error has occurred while the server was running:                     *
* Index: 0, Size: 0 (java.lang.IndexOutOfBoundsException)                      *
*                                                                              *
* The error is fatal, the system must shutdown                                 *
* Server started: 70/01/01 9:00                                                *
* Server shutdown: 11/01/14 10:53                                              *
********************************************************************************
WARN  2011-01-14 10:53:48,404 [WrapperListener_start_runner] org.mule.registry.TransientRegistry: TransientRegistry already contains an object named '_ObjectToString'.  The previous object will be overwritten.
WARN  2011-01-14 10:53:48,404 [WrapperListener_start_runner] org.mule.registry.TransientRegistry: TransientRegistry already contains an object named '_ObjectToByteArray'.  The previous object will be overwritten.
WARN  2011-01-14 10:53:48,404 [WrapperListener_start_runner] org.mule.registry.TransientRegistry: TransientRegistry already contains an object named '_ObjectToOutputHandler'.  The previous object will be overwritten.
WARN  2011-01-14 10:53:48,405 [WrapperListener_start_runner] org.mule.registry.TransientRegistry: TransientRegistry already contains an object named '_ObjectToInputStream'.  The previous object will be overwritten.
WARN  2011-01-14 10:53:48,412 [WrapperListener_start_runner] org.mule.registry.TransientRegistry: TransientRegistry already contains an object named '_XmlToOutputHandler'.  The previous object will be overwritten.
WARN  2011-01-14 10:53:48,413 [WrapperListener_start_runner] org.mule.registry.TransientRegistry: TransientRegistry already contains an object named '_DomDocumentToString'.  The previous object will be overwritten.
WARN  2011-01-14 10:53:48,414 [WrapperListener_start_runner] org.mule.registry.TransientRegistry: TransientRegistry already contains an object named '_XmlToDocumentResult'.  The previous object will be overwritten.
WARN  2011-01-14 10:53:48,420 [WrapperListener_start_runner] org.mule.registry.TransientRegistry: TransientRegistry already contains an object named 'XmlToDom4jDocument'.  The previous object will be overwritten.
WARN  2011-01-14 10:53:48,421 [WrapperListener_start_runner] org.mule.registry.TransientRegistry: TransientRegistry already contains an object named 'XmlToW3CDocument'.  The previous object will be overwritten.
WARN  2011-01-14 10:53:48,440 [WrapperListener_start_runner] org.mule.registry.TransientRegistry: TransientRegistry already contains an object named 'transformer.7'.  The previous object will be overwritten.
WARN  2011-01-14 10:53:48,441 [WrapperListener_start_runner] org.mule.registry.TransientRegistry: TransientRegistry already contains an object named '_JMSMessageToByteArray'.  The previous object will be overwritten.
WARN  2011-01-14 10:53:48,441 [WrapperListener_start_runner] org.mule.registry.TransientRegistry: TransientRegistry already contains an object named '_JMSMessageToString'.  The previous object will be overwritten.
WARN  2011-01-14 10:53:48,441 [WrapperListener_start_runner] org.mule.registry.TransientRegistry: TransientRegistry already contains an object named '_JMSMessageToHashtable'.  The previous object will be overwritten.
WARN  2011-01-14 10:53:48,445 [WrapperListener_start_runner] org.mule.registry.TransientRegistry: TransientRegistry already contains an object named '_JMSMessageToVector'.  The previous object will be overwritten.
WARN  2011-01-14 10:53:48,445 [WrapperListener_start_runner] org.mule.registry.TransientRegistry: TransientRegistry already contains an object named '_JMSMessageToObject'.  The previous object will be overwritten.
WARN  2011-01-14 10:53:48,446 [WrapperListener_start_runner] org.mule.registry.TransientRegistry: TransientRegistry already contains an object named '_ObjectToMessage'.  The previous object will be overwritten.
WARN  2011-01-14 10:53:48,446 [WrapperListener_start_runner] org.mule.registry.TransientRegistry: TransientRegistry already contains an object named '_ServletRequestToOutputHandler'.  The previous object will be overwritten.
INFO  2011-01-14 10:53:48,477 [WrapperListener_start_runner] org.mule.component.simple.PassThroughComponent: Initialising: org.mule.component.simple.PassThroughComponent component for: SedaService{service_0}
WARN  2011-01-14 10:53:48,529 [Thread-2] org.mule.context.notification.ServerNotificationManager: Notification not enqueued after ServerNotificationManager disposal: MuleContextNotification{action=mule context disposing, resourceId=penguin.Not clustered.1f4fca9f-1f81-11e0-b0d4-3f91b835cc22, timestamp=1294970028529}
INFO  2011-01-14 10:53:48,539 [Thread-1] org.mule.MuleServer: Mule server shutting down due to normal shutdown request
INFO  2011-01-14 10:53:48,540 [Thread-1] org.mule.MuleServer:
**************************************************************************************
* The server is shutting down due to normal shutdown request                         *
* Server started: 70/01/01 9:00                                                      *
* Server shutdown: 11/01/14 10:53                                                    *
**************************************************************************************
WARN  2011-01-14 10:53:48,551 [Thread-2] org.mule.context.notification.ServerNotificationManager: Notification not enqueued after ServerNotificationManager disposal: MuleContextNotification{action=mule context disposed, resourceId=penguin.Not clustered.1f4fca9f-1f81-11e0-b0d4-3f91b835cc22, timestamp=1294970028551}
<-- Wrapper Stopped

Thanks

Administrator has disabled public posting. Please login or register in order to proceed.

Re: [FIXED]Mule does not start in Saddle

Hi!

I just had a look at the sourcecode and the erroneous line is

Code:

MBeanServerFactory.findMBeanServer(null)

This means your mule does not find its MBeanServer.

Unfortunately I have not been able to reproduce the problem in my configuration. Could you please post a list of the libraries in the /lib/user subfolder of your mule installation?
If this is possible for you it would also be nix to see your configuration file. However if it is not possible to show the whole file because of any reasons also the management and notifications sections would be very interesting for me.

Best regards,
Matthias

P.S: please put your mule output into code sections, as mules output is pretty verbose and this way its easier to distinguish the output and your post itself

Administrator has disabled public posting. Please login or register in order to proceed.

Re: [FIXED]Mule does not start in Saddle

Hi

lib/user files are :

Code:


# ls lib/user
README.txt                          mule-example-loanbroker-credit-agency.jar
SAPCPAL.jar                          mule-example-loanbroker-esb.jar
SaddleMule2.2.1Components.jar                  mule-example-loanbroker-esn.jar
SaddleMuleComponentsUtil.jar                  mule-example-scripting.jar
castor.properties                      mule-example-stockquote.jar
junit-3.8.2.jar                          mule-tests-functional-2.2.1.jar
lu-tudor-santec-message.jar                  mule-transport-sap.jar
lu-tudor-santec-saddle-templatedesigner-defaults.jar  openejb.conf
lu.tudor.santec.saddle.muleextensions.jar          poi-3.7-20101029.jar
mule-data-int-db-3.0.2.jar                  poi-ooxml-3.7-20101029.jar
mule-example-echo.jar                      poi-ooxml-schemas-3.7-20101029.jar
mule-example-errorhandler.jar                  poi-scratchpad-3.7-20101029.jar
mule-example-hello.jar                      xbean.jar
mule-example-loanbroker-bpm.jar                  xmlunit-1.1.jar
mule-example-loanbroker-common.jar

This is my mule configuration generated by Saddle.

Code:


  <model name="model">
    <service name="service_0">
      <inbound>
        <?WDPosition x="46" y="45" id="3929859" linkedTo="3757629"?>
        <file:inbound-endpoint name="file_inbound" address="file:///tmp/in"/>
      </inbound>
      <outbound>
        <?WDPosition x="238" y="45" id="3757629" linkedTo="11737061"?>
        <pass-through-router>
          <?WDPosition x="450" y="46" id="11737061" linkedTo=""?>
          <file:outbound-endpoint name="file_outbound" synchronous="false" address="file:///tmp/out"/>
        </pass-through-router>
      </outbound>
    </service>
  </model>
  <notifications dynamic="true">
    <notification event="COMPONENT-MESSAGE"/>
    <notification event="ENDPOINT-MESSAGE"/>
  </notifications>
  <management:custom-agent name="mule-configuration-agent" class="lu.tudor.santec.saddle.muleextensions.muleconfigurationagent.MuleConfigurationAgent"/>
  <management:custom-agent name="saddle-mx4j-agent" class="lu.tudor.santec.saddle.muleextensions.saddlemx4jagent.SaddleMx4jAgent"/>
  <management:custom-agent name="mule-tracing-agent" class="lu.tudor.santec.saddle.muleextensions.muletracingagent.MuleTracingAgent"/>
</mule>

Thanks

Administrator has disabled public posting. Please login or register in order to proceed.

Re: [FIXED]Mule does not start in Saddle

The error might by that your lib/user folder is missing a json jar file. We put that into the wrong subfolder of Saddle, so that it did not get copied properly. Try simply moving the file json-20080701.jar from the libraries/saddle to the libraries/custom subfolder of your Saddle installation. This could maybe solve your problem.

Best regards,
Matthias

Administrator has disabled public posting. Please login or register in order to proceed.

Re: [FIXED]Mule does not start in Saddle

Hi,

I put the  file json-20080701.jar manually to $MULE_HOME/lib/opt before I tested.
I have moved it to $MULE_HOME/lib/user and tried to test again however the error was the same.

$ ls $MULE_HOME/lib/user/json*.jar
/usr/local/oss/mule-standalone-2.2.1/lib/user/json-20080701.jar

Best Regards

MH

Administrator has disabled public posting. Please login or register in order to proceed.

Re: [FIXED]Mule does not start in Saddle

please try commenting out the management sections (using <!-- as start and --> as end of the comment) and insert the following:

<management:jmx-default-config port="60505"/>

This starts the default mule MBeans Server on Port 60505. If this also throws the same error message there is some problem with your local mule installation, otherwise you should be able to open a webbrowser and point it to http://localhost:60505 and view mules MBeans.

Please tell me your results,
Matthias

Administrator has disabled public posting. Please login or register in order to proceed.

Re: [FIXED]Mule does not start in Saddle

Hi Matthias,

It worked after I added the following line as you suggested and the Saddle monitoring 
Tool on browser started. This is cool !

<management:jmx-default-config port="60505"/>

Thanks,
Makoto

Administrator has disabled public posting. Please login or register in order to proceed.

Re: [FIXED]Mule does not start in Saddle

OK, glad I could help, now I can check this in as a fix (because the line for the JMX agent was missing in the configuration).

Thanks for your help with tracking down the issue.

Best regards,
Matthias

Administrator has disabled public posting. Please login or register in order to proceed.

Board Info

Board Stats
 
Total Topics:
119
Total Polls:
0
Total Posts:
800
User Info
 
Total Users:
1007
Newest User:
avinashsalunke
Members Online:
0
Guests Online:
30

Online: 
There are no members online