[mule-user] Eclipse, Mule IDE, myHello App

36 views
Skip to first unread message

Emery Mersich

unread,
Jun 28, 2010, 11:59:15 AM6/28/10
to us...@mule.codehaus.org
I'm sorry. I've tried to get the tutorial to work, but I keep getting errors. I've tried the tips from

http://www.mulesoft.org/documentation/display/MULE2INTRO/Setting+Up+Eclipse+for+Use+with+Maven

and searched through the forum, but the problem persists.

I've downloaded the Helios Eclipse IDE for Java EE Developers release. I have jdk / jre 1.6.0_20. Xerces and Xalan libraries are there and show up in the project Java Build Path.

Eclipse, Mule and the project are in directories without spaces in their names.

I really don't know where else to turn. Please help.

Thanks,

Emery

INFO 2010-06-28 11:35:16,623 [main] org.mule.MuleServer: Mule Server initializing...
INFO 2010-06-28 11:35:17,074 [main] org.mule.config.spring.MuleApplicationContext: Refreshing org.mule.config.spring.MuleApplicationContext@1f66cff: display name [org.mule.config.spring.MuleApplicationContext@1f66cff]; startup date [Mon Jun 28 11:35:17 EDT 2010]; root of context hierarchy
ERROR 2010-06-28 11:35:18,015 [main] org.mule.config.spring.SpringXmlConfigurationBuilder: Configuration with "org.mule.config.spring.SpringXmlConfigurationBuilder" failed.
org.mule.api.lifecycle.InitialisationException: Initialisation Failure: Line 34 in XML document from URL [file:/D:/Projects_mule/myHelloApp/conf/hello-config.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'stdio:connector'. One of '{"http://www.springframework.org/schema/beans":beans, "http://www.springframework.org/schema/beans":bean, "http://www.springframework.org/schema/context":property-placeholder, "http://www.mulesource.org/schema/mule/core/2.2":global-property, "http://www.mulesource.org/schema/mule/core/2.2":configuration, "http://www.mulesource.org/schema/mule/core/2.2":notifications, "http://www.mulesource.org/schema/mule/core/2.2":abstract-extension, "http://www.mulesource.org/schema/mule/core/2.2":abstract-security-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transaction-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-connector, "http://www.mulesource.org/schema/mule/core/2.2":abstract-global-endpoint, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transformer, "http://www.mulesource.org/schema/mule/core/2.2":abstract-filter, "http://www.mulesource.org/schema/mule/core/2.2":abstract-model, "http://www.mulesource.org/schema/mule/core/2.2":abstract-interceptor-stack}' is expected.
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.MuleServer.main(MuleServer.java:121)
Caused by: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 34 in XML document from URL [file:/D:/Projects_mule/myHelloApp/conf/hello-config.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'stdio:connector'. One of '{"http://www.springframework.org/schema/beans":beans, "http://www.springframework.org/schema/beans":bean, "http://www.springframework.org/schema/context":property-placeholder, "http://www.mulesource.org/schema/mule/core/2.2":global-property, "http://www.mulesource.org/schema/mule/core/2.2":configuration, "http://www.mulesource.org/schema/mule/core/2.2":notifications, "http://www.mulesource.org/schema/mule/core/2.2":abstract-extension, "http://www.mulesource.org/schema/mule/core/2.2":abstract-security-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transaction-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-connector, "http://www.mulesource.org/schema/mule/core/2.2":abstract-global-endpoint, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transformer, "http://www.mulesource.org/schema/mule/core/2.2":abstract-filter, "http://www.mulesource.org/schema/mule/core/2.2":abstract-model, "http://www.mulesource.org/schema/mule/core/2.2":abstract-interceptor-stack}' is expected.
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:404)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:342)
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)
... 13 more
Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'stdio:connector'. One of '{"http://www.springframework.org/schema/beans":beans, "http://www.springframework.org/schema/beans":bean, "http://www.springframework.org/schema/context":property-placeholder, "http://www.mulesource.org/schema/mule/core/2.2":global-property, "http://www.mulesource.org/schema/mule/core/2.2":configuration, "http://www.mulesource.org/schema/mule/core/2.2":notifications, "http://www.mulesource.org/schema/mule/core/2.2":abstract-extension, "http://www.mulesource.org/schema/mule/core/2.2":abstract-security-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transaction-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-connector, "http://www.mulesource.org/schema/mule/core/2.2":abstract-global-endpoint, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transformer, "http://www.mulesource.org/schema/mule/core/2.2":abstract-filter, "http://www.mulesource.org/schema/mule/core/2.2":abstract-model, "http://www.mulesource.org/schema/mule/core/2.2":abstract-interceptor-stack}' is expected.
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.reportSchemaError(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocument(DefaultDocumentLoader.java:75)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:396)
... 22 more
ERROR 2010-06-28 11:35:18,025 [main] org.mule.config.builders.AutoConfigurationBuilder: Configuration with "org.mule.config.builders.AutoConfigurationBuilder" failed.
org.mule.api.config.ConfigurationException: Initialisation Failure: Line 34 in XML document from URL [file:/D:/Projects_mule/myHelloApp/conf/hello-config.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'stdio:connector'. One of '{"http://www.springframework.org/schema/beans":beans, "http://www.springframework.org/schema/beans":bean, "http://www.springframework.org/schema/context":property-placeholder, "http://www.mulesource.org/schema/mule/core/2.2":global-property, "http://www.mulesource.org/schema/mule/core/2.2":configuration, "http://www.mulesource.org/schema/mule/core/2.2":notifications, "http://www.mulesource.org/schema/mule/core/2.2":abstract-extension, "http://www.mulesource.org/schema/mule/core/2.2":abstract-security-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transaction-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-connector, "http://www.mulesource.org/schema/mule/core/2.2":abstract-global-endpoint, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transformer, "http://www.mulesource.org/schema/mule/core/2.2":abstract-filter, "http://www.mulesource.org/schema/mule/core/2.2":abstract-model, "http://www.mulesource.org/schema/mule/core/2.2":abstract-interceptor-stack}' is expected. (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.MuleServer.main(MuleServer.java:121)
Caused by: org.mule.api.lifecycle.InitialisationException: Initialisation Failure: Line 34 in XML document from URL [file:/D:/Projects_mule/myHelloApp/conf/hello-config.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'stdio:connector'. One of '{"http://www.springframework.org/schema/beans":beans, "http://www.springframework.org/schema/beans":bean, "http://www.springframework.org/schema/context":property-placeholder, "http://www.mulesource.org/schema/mule/core/2.2":global-property, "http://www.mulesource.org/schema/mule/core/2.2":configuration, "http://www.mulesource.org/schema/mule/core/2.2":notifications, "http://www.mulesource.org/schema/mule/core/2.2":abstract-extension, "http://www.mulesource.org/schema/mule/core/2.2":abstract-security-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transaction-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-connector, "http://www.mulesource.org/schema/mule/core/2.2":abstract-global-endpoint, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transformer, "http://www.mulesource.org/schema/mule/core/2.2":abstract-filter, "http://www.mulesource.org/schema/mule/core/2.2":abstract-model, "http://www.mulesource.org/schema/mule/core/2.2":abstract-interceptor-stack}' is expected.
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)
... 10 more
Caused by: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 34 in XML document from URL [file:/D:/Projects_mule/myHelloApp/conf/hello-config.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'stdio:connector'. One of '{"http://www.springframework.org/schema/beans":beans, "http://www.springframework.org/schema/beans":bean, "http://www.springframework.org/schema/context":property-placeholder, "http://www.mulesource.org/schema/mule/core/2.2":global-property, "http://www.mulesource.org/schema/mule/core/2.2":configuration, "http://www.mulesource.org/schema/mule/core/2.2":notifications, "http://www.mulesource.org/schema/mule/core/2.2":abstract-extension, "http://www.mulesource.org/schema/mule/core/2.2":abstract-security-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transaction-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-connector, "http://www.mulesource.org/schema/mule/core/2.2":abstract-global-endpoint, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transformer, "http://www.mulesource.org/schema/mule/core/2.2":abstract-filter, "http://www.mulesource.org/schema/mule/core/2.2":abstract-model, "http://www.mulesource.org/schema/mule/core/2.2":abstract-interceptor-stack}' is expected.
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:404)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:342)
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)
... 13 more
Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'stdio:connector'. One of '{"http://www.springframework.org/schema/beans":beans, "http://www.springframework.org/schema/beans":bean, "http://www.springframework.org/schema/context":property-placeholder, "http://www.mulesource.org/schema/mule/core/2.2":global-property, "http://www.mulesource.org/schema/mule/core/2.2":configuration, "http://www.mulesource.org/schema/mule/core/2.2":notifications, "http://www.mulesource.org/schema/mule/core/2.2":abstract-extension, "http://www.mulesource.org/schema/mule/core/2.2":abstract-security-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transaction-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-connector, "http://www.mulesource.org/schema/mule/core/2.2":abstract-global-endpoint, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transformer, "http://www.mulesource.org/schema/mule/core/2.2":abstract-filter, "http://www.mulesource.org/schema/mule/core/2.2":abstract-model, "http://www.mulesource.org/schema/mule/core/2.2":abstract-interceptor-stack}' is expected.
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.reportSchemaError(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocument(DefaultDocumentLoader.java:75)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:396)
... 22 more
ERROR 2010-06-28 11:35:18,025 [main] org.mule.MuleServer:
********************************************************************************
Message : Initialisation Failure: Line 34 in XML document from URL [file:/D:/Projects_mule/myHelloApp/conf/hello-config.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'stdio:connector'. One of '{"http://www.springframework.org/schema/beans":beans, "http://www.springframework.org/schema/beans":bean, "http://www.springframework.org/schema/context":property-placeholder, "http://www.mulesource.org/schema/mule/core/2.2":global-property, "http://www.mulesource.org/schema/mule/core/2.2":configuration, "http://www.mulesource.org/schema/mule/core/2.2":notifications, "http://www.mulesource.org/schema/mule/core/2.2":abstract-extension, "http://www.mulesource.org/schema/mule/core/2.2":abstract-security-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transaction-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-connector, "http://www.mulesource.org/schema/mule/core/2.2":abstract-global-endpoint, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transformer, "http://www.mulesource.org/schema/mule/core/2.2":abstract-filter, "http://www.mulesource.org/schema/mule/core/2.2":abstract-model, "http://www.mulesource.org/schema/mule/core/2.2":abstract-interceptor-stack}' is expected.
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 : org.mule.config.spring.SpringRegistry@e8a021
********************************************************************************
Exception stack is:
1. cvc-complex-type.2.4.a: Invalid content was found starting with element 'stdio:connector'. One of '{"http://www.springframework.org/schema/beans":beans, "http://www.springframework.org/schema/beans":bean, "http://www.springframework.org/schema/context":property-placeholder, "http://www.mulesource.org/schema/mule/core/2.2":global-property, "http://www.mulesource.org/schema/mule/core/2.2":configuration, "http://www.mulesource.org/schema/mule/core/2.2":notifications, "http://www.mulesource.org/schema/mule/core/2.2":abstract-extension, "http://www.mulesource.org/schema/mule/core/2.2":abstract-security-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transaction-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-connector, "http://www.mulesource.org/schema/mule/core/2.2":abstract-global-endpoint, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transformer, "http://www.mulesource.org/schema/mule/core/2.2":abstract-filter, "http://www.mulesource.org/schema/mule/core/2.2":abstract-model, "http://www.mulesource.org/schema/mule/core/2.2":abstract-interceptor-stack}' is expected. (org.xml.sax.SAXParseException)
org.apache.xerces.util.ErrorHandlerWrapper:-1 (null)
2. Line 34 in XML document from URL [file:/D:/Projects_mule/myHelloApp/conf/hello-config.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'stdio:connector'. One of '{"http://www.springframework.org/schema/beans":beans, "http://www.springframework.org/schema/beans":bean, "http://www.springframework.org/schema/context":property-placeholder, "http://www.mulesource.org/schema/mule/core/2.2":global-property, "http://www.mulesource.org/schema/mule/core/2.2":configuration, "http://www.mulesource.org/schema/mule/core/2.2":notifications, "http://www.mulesource.org/schema/mule/core/2.2":abstract-extension, "http://www.mulesource.org/schema/mule/core/2.2":abstract-security-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transaction-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-connector, "http://www.mulesource.org/schema/mule/core/2.2":abstract-global-endpoint, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transformer, "http://www.mulesource.org/schema/mule/core/2.2":abstract-filter, "http://www.mulesource.org/schema/mule/core/2.2":abstract-model, "http://www.mulesource.org/schema/mule/core/2.2":abstract-interceptor-stack}' is expected. (org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException)
org.springframework.beans.factory.xml.XmlBeanDefinitionReader:404 (null)
3. Initialisation Failure: Line 34 in XML document from URL [file:/D:/Projects_mule/myHelloApp/conf/hello-config.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'stdio:connector'. One of '{"http://www.springframework.org/schema/beans":beans, "http://www.springframework.org/schema/beans":bean, "http://www.springframework.org/schema/context":property-placeholder, "http://www.mulesource.org/schema/mule/core/2.2":global-property, "http://www.mulesource.org/schema/mule/core/2.2":configuration, "http://www.mulesource.org/schema/mule/core/2.2":notifications, "http://www.mulesource.org/schema/mule/core/2.2":abstract-extension, "http://www.mulesource.org/schema/mule/core/2.2":abstract-security-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transaction-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-connector, "http://www.mulesource.org/schema/mule/core/2.2":abstract-global-endpoint, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transformer, "http://www.mulesource.org/schema/mule/core/2.2":abstract-filter, "http://www.mulesource.org/schema/mule/core/2.2":abstract-model, "http://www.mulesource.org/schema/mule/core/2.2":abstract-interceptor-stack}' is expected. (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:
org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'stdio:connector'. One of '{"http://www.springframework.org/schema/beans":beans, "http://www.springframework.org/schema/beans":bean, "http://www.springframework.org/schema/context":property-placeholder, "http://www.mulesource.org/schema/mule/core/2.2":global-property, "http://www.mulesource.org/schema/mule/core/2.2":configuration, "http://www.mulesource.org/schema/mule/core/2.2":notifications, "http://www.mulesource.org/schema/mule/core/2.2":abstract-extension, "http://www.mulesource.org/schema/mule/core/2.2":abstract-security-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transaction-manager, "http://www.mulesource.org/schema/mule/core/2.2":abstract-connector, "http://www.mulesource.org/schema/mule/core/2.2":abstract-global-endpoint, "http://www.mulesource.org/schema/mule/core/2.2":abstract-transformer, "http://www.mulesource.org/schema/mule/core/2.2":abstract-filter, "http://www.mulesource.org/schema/mule/core/2.2":abstract-model, "http://www.mulesource.org/schema/mule/core/2.2":abstract-interceptor-stack}' is expected.
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.reportSchemaError(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocument(DefaultDocumentLoader.java:75)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:396)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:342)
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.MuleServer.main(MuleServer.java:121)

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

ERROR 2010-06-28 11:35:18,055 [main] org.mule.MuleServer:
********************************************************************************
* A Fatal error has occurred while the server was running: *
* cvc-complex-type.2.4.a: Invalid content was found starting with element *
* 'stdio:connector'. One of *
* '{"http://www.springframework.org/schema/beans":beans, *
* "http://www.springframework.org/schema/beans":bean, *
* "http://www.springframework.org/schema/context":property-placeholder, *
* "http://www.mulesource.org/schema/mule/core/2.2":global-property, *
* "http://www.mulesource.org/schema/mule/core/2.2":configuration, *
* "http://www.mulesource.org/schema/mule/core/2.2":notifications, *
* "http://www.mulesource.org/schema/mule/core/2.2":abstract-extension, *
* "http://www.mulesource.org/schema/mule/core/2.2":abstract-security-manager, *
* "http://www.mulesource.org/schema/mule/core/2.2":abstract-transaction-manage *
* r, "http://www.mulesource.org/schema/mule/core/2.2":abstract-connector, *
* "http://www.mulesource.org/schema/mule/core/2.2":abstract-global-endpoint, *
* "http://www.mulesource.org/schema/mule/core/2.2":abstract-transformer, *
* "http://www.mulesource.org/schema/mule/core/2.2":abstract-filter, *
* "http://www.mulesource.org/schema/mule/core/2.2":abstract-model, *
* "http://www.mulesource.org/schema/mule/core/2.2":abstract-interceptor-stack} *
* ' is expected. (org.xml.sax.SAXParseException) *
* *
* The error is fatal, the system must shutdown *
* Server started: 12/31/69 7:00 PM *
* Server shutdown: 6/28/10 11:35 AM *
********************************************************************************
INFO 2010-06-28 11:35:18,055 [main] org.mule.config.spring.MuleApplicationContext: Closing org.mule.config.spring.MuleApplicationContext@1f66cff: display name [org.mule.config.spring.MuleApplicationContext@1f66cff]; startup date [Mon Jun 28 11:35:17 EDT 2010]; root of context hierarchy
ERROR 2010-06-28 11:35:18,055 [main] 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: org.mule.config.spring.MuleApplicationContext@1f66cff: display name [org.mule.config.spring.MuleApplicationContext@1f66cff]; startup date [Mon Jun 28 11:35:17 EDT 2010]; 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.MuleServer.main(MuleServer.java:121)
ERROR 2010-06-28 11:35:18,055 [main] 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.MuleServer.main(MuleServer.java:121)
INFO 2010-06-28 11:35:18,065 [Thread-1] org.mule.MuleServer: Mule server shutting down due to normal shutdown request
INFO 2010-06-28 11:35:18,065 [Thread-1] org.mule.MuleServer:
**************************************************************************************
* The server is shutting down due to normal shutdown request *
* Server started: 12/31/69 7:00 PM *
* Server shutdown: 6/28/10 11:35 AM *
**************************************************************************************

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email


randy12

unread,
Jun 28, 2010, 8:35:18 PM6/28/10
to us...@mule.codehaus.org
Could you post your config.xml file ? looks like there is a typo in there which is causing mule to throw exception. Paste what is on line 34

epm13

unread,
Jun 28, 2010, 9:52:23 PM6/28/10
to us...@mule.codehaus.org
<stdio:connector name="SystemStreamConnector"
promptMessageCode="3"
resourceBundle="messages.hello-example-messages"
messageDelayTime="1000"/>


When I Validate the file manually in Eclipse it says all is good.

Thanks!

andy e

unread,
Jun 29, 2010, 12:03:04 AM6/29/10
to us...@mule.codehaus.org
Post the whole config - it looks like you might just have a schema
missing at the top of your mule-config.xml.

Also, check this for reference:
http://www.mulesoft.org/documentation/display/MULE2USER/STDIO+Transport

Lastly, if you created the project in Eclipse w/ the Mule plugin,
there is/was a bug with how it writes those schemas into your config.
Check for a line that is something like this:
http://www.mulesource.org/schema/mule/core/2.2
http://www.mulesource.org/schema/mule/core/2.2/mule.xsd

epm13

unread,
Jun 29, 2010, 8:15:45 AM6/29/10
to us...@mule.codehaus.org
Yes, this is an Eclipse generated project, following the tutorial. I had found this link about what you suggested, but didn't find an offending line.

http://forums.mulesoft.org/thread.jspa?messageID=9179&#9179

Here's the contents of the file.

<?xml version="1.0" encoding="UTF-8"?>
<mule xmlns="http://www.mulesource.org/schema/mule/core/2.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:spring="http://www.springframework.org/schema/beans"
xmlns:stdio="http://www.mulesource.org/schema/mule/stdio/2.2"
xmlns:vm="http://www.mulesource.org/schema/mule/vm/2.2"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.mulesource.org/schema/mule/core/2.2 http://www.mulesource.org/schema/mule/core/2.2/mule.xsd
http://www.mulesource.org/schema/mule/stdio/2.2 http://www.mulesource.org/schema/mule/stdio/2.2/mule-stdio.xsd
http://www.mulesource.org/schema/mule/vm/2.2 http://www.mulesource.org/schema/mule/vm/2.2/mule-vm.xsd">

<description>
The hello sample application has two components -
1. The Greeter component that adds a greeting to the event it receives
2. The ChitChater component that adds some additional conversation to the event it receives
An event is triggered by input through the system console and the outbound event is
also written out through the system console.
This configuration also demonstrates user and system error handling. User error handling returns
an error message to the end user. System error handling logs errors.
</description>

<!--
The system stream connector is used to send and receive information via the
System.in and System.out. Note this connector is only really useful for testing
purposes.
promptMessage - is what is written to the console
messageDelayTime - is the time in milliseconds before the user is prompted again.
These properties are set as bean properties on the connector.
-->


<stdio:connector name="SystemStreamConnector"
promptMessageCode="3"
resourceBundle="messages.hello-example-messages"
messageDelayTime="1000"/>

<!--
All transformers must be defined here. For this example we have two transformers
used to transform the inbound events for the Greeter and Chatter components into
objects they understand. The entryPointResolver configured on the Model below will
determine which method to call on our components based on the return types of these
transformers.
-->
<custom-transformer name="StdinToNameString" class="org.mule.example.hello.StdinToNameString"/>
<custom-transformer name="NameStringToChatString" class="org.mule.example.hello.NameStringToChatString"/>
<custom-transformer name="ChatStringToString" class="org.mule.example.hello.ChatStringToString"/>
<custom-transformer name="ExceptionToString" class="org.mule.example.hello.ExceptionToString"/>

<!--
An interceptor is a piece of code that can be configured to execute
before and/or after an event is received for a component.
You can define a stack of interceptors that will be executed in sequence.
You can then configure the stack on your components.
-->

<!--
The Mule model initialises and manages your UMO components
-->
<model name="helloSample">
<!--
A Mule service defines all the necessary information about how your components will
interact with the framework, other components in the system and external sources.
Please refer to the Configuration Guide for a full description of all the parameters.
-->
<service name="GreeterUMO">

<inbound>
<stdio:inbound-endpoint system="IN" transformer-refs="StdinToNameString"/>
</inbound>

<component class="org.mule.example.hello.Greeter"/>

<outbound>
<filtering-router>
<vm:outbound-endpoint path="chitchatter"/>
<payload-type-filter expectedType="org.mule.example.hello.NameString"/>
</filtering-router>

<filtering-router>
<vm:outbound-endpoint path="userErrorHandler"/>
<payload-type-filter expectedType="java.lang.Exception"/>
</filtering-router>
</outbound>

<!-- Route unexpected errors to separate error handler -->
<default-service-exception-strategy>
<vm:outbound-endpoint path="systemErrorHandler"/>
</default-service-exception-strategy>
</service>

<service name="ChitChatUMO">

<inbound>
<vm:inbound-endpoint path="chitchatter" transformer-refs="NameStringToChatString"/>
</inbound>

<component class="org.mule.example.hello.ChitChatter"/>

<outbound>
<pass-through-router>
<stdio:outbound-endpoint system="OUT" transformer-refs="ChatStringToString" />
</pass-through-router>
</outbound>

</service>

<!-- This error handler returns user error messages to caller. Errors could also be routed elsewhere,
e.g. into an error file, send via email to a list, stored in a database, etc. -->
<service name="UserErrorHandler">
<inbound>
<vm:inbound-endpoint path="userErrorHandler" transformer-refs="ExceptionToString"/>
</inbound>

<outbound>
<pass-through-router>
<stdio:outbound-endpoint system="OUT"/>
</pass-through-router>
</outbound>
</service>

<!-- Handle any unexpected errors. Errors could also be routed elsewhere,
e.g. into an error file, send via email to a list, stored in a database, etc. -->
<service name="SystemErrorHandler">
<inbound>
<vm:inbound-endpoint path="systemErrorHandler"/>
</inbound>

<outbound>
<pass-through-router>
<stdio:outbound-endpoint system="ERR"/>
</pass-through-router>
</outbound>
</service>
</model>

</mule>

andy e

unread,
Jun 29, 2010, 10:13:45 AM6/29/10
to us...@mule.codehaus.org
Weird, that looks okay to me. I just copy/pasted your config and it
ran fine from the command line.
Trying doing that as well - run mule -config your-config.xml and see
if there is any difference. Maybe the mule_libs are missing from your
eclipse project or something along those lines.

You might also want to try an earlier version of Eclipse (Galileo), I
haven't tried Helios so maybe something goofy with that.

andy

Edu Pereda

unread,
Jun 29, 2010, 10:26:31 AM6/29/10
to user
I tried it from inside eclipse using the Mule IDE and it worked fine.

Perhaps there are weird hidden characters in your file that were not copied when copying and pasting the file to an email...

epm13

unread,
Jun 29, 2010, 3:39:28 PM6/29/10
to us...@mule.codehaus.org
I tried it all again from scratch on a different computer, but with Galileo. I'm getting the same exact error.

Could it be because of Java 1.6.0.20? Does it require 1.5.x and doesn't work with 1.6.x?

Am I using the wrong Xerxes or Xalan libraries? I noticed some of the jars in each package are the same, but have different sizes. I've tried both ways.

David Dossot

unread,
Jun 29, 2010, 4:04:51 PM6/29/10
to us...@mule.codehaus.org
Could it be because of Java 1.6.0.20? Does it require 1.5.x and doesn't work with 1.6.x?

I'm using Java 6 exclusively and all is good.

The error you get usually happens when the mule-transport-stdio JAR is not present in the classpath used in the run configuration. Can you check it's there?

Cheers,
D.

epm13

unread,
Jun 29, 2010, 4:48:07 PM6/29/10
to us...@mule.codehaus.org
It appears in:

Run->Run Configurations->Source->Default->myHelloApp->mule-transport-stdio-2.2.1.jar - C:\mule\mule-standalone-2.2.2\lib\mule

Also in the project Properties:

Java Build Path -> Libraries -> Mule Libraries[mule-standalone-2.2.2] -> mule-transport-stdio-2.2.1.jar - C:\mule\mule-standalone-2.2.2\lib\mule

epm13

unread,
Jun 29, 2010, 4:57:36 PM6/29/10
to us...@mule.codehaus.org
If I try to run "mule -config hello-config.xml" from the command line I get

Unable to locate a Wrapper executable using any of the following names:
C:\mule\lib\boot\exec\wrapper-windows-x86-32.exe
C:\mule\lib\boot\exec\wrapper-windows-x86-64.exe
C:\mule\lib\boot\exec\wrapper.exe

David Dossot

unread,
Jun 29, 2010, 5:26:45 PM6/29/10
to us...@mule.codehaus.org
Comparing your last two posts, I can see that in Eclipse Mule is assumed to be in: C:\mule\mule-standalone-2.2.2\ while from the command line it is trying in C:\mule.

So where is your Mule standalone installed? And is your MULE_HOME env variable configured accordingly?

D.

epm13

unread,
Jun 29, 2010, 10:27:26 PM6/29/10
to us...@mule.codehaus.org
Yeah, Sorry. I tried on two different computers.

On one MULE_HOME is set to D:\mule and on another C:\mule\mule-standalone-2.2.2. That's where they really exist too.

Command line works on both. Eclipse on neither.

andy e

unread,
Jun 29, 2010, 11:58:41 PM6/29/10
to us...@mule.codehaus.org
Dumb q: you do have the Mule IDE (eclipse plugin) installed, right?
I'm not sure if it's a must have, but I've only used Eclipse & Mule
IDE together and I think it might make things a little easier.

If you do have it - which version?

Can you post your eclipse .classpath from your project, too?

David Dossot

unread,
Jun 30, 2010, 12:47:45 AM6/30/10
to us...@mule.codehaus.org

Dumb q: you do have the Mule IDE (eclipse plugin) installed, right?
I'm not sure if it's a must have, but I've only used Eclipse & Mule
IDE together and I think it might make things a little easier.

For the record, I've developed Mule projects in Eclipse with and without the IDE and both were fine. Without the IDE, you need to be sure your POM brings all the required transports/modules in the classpath, but that's all to it.

D.

epm13

unread,
Jun 30, 2010, 9:07:01 AM6/30/10
to us...@mule.codehaus.org
I installed Mule IDE using the link given in the directions, http://dist.muleforge.org/mule-ide/updates/3.4/.

It installed it in Helios and Galileo without any problems. Also set it up in Eclipse Preferences where it shows version 2.2.1.

Here's the classpath from project in the Galileo installation.

<?xml version="1.0" encoding="UTF-8"?>

<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="conf"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="con" path="org.mule.ide.project.muleClasspath/mule_mule-core-2.2.1-tests.jar,mule_mule-core-2.2.1.jar,mule_mule-module-acegi-2.2.1.jar,mule_mule-module-builders-2.2.1.jar,mule_mule-module-client-2.2.1.jar,mule_mule-module-jaas-2.2.1.jar,mule_mule-module-jbossts-2.2.1.jar,mule_mule-module-management-2.2.1.jar,mule_mule-module-ognl-2.2.1.jar,mule_mule-module-pgp-2.2.1.jar,mule_mule-module-scripting-2.2.1.jar,mule_mule-module-spring-config-2.2.1.jar,mule_mule-module-spring-extras-2.2.1.jar,mule_mule-module-spring-security-2.2.1.jar,mule_mule-module-sxc-2.2.1.jar,mule_mule-module-xml-2.2.1.jar,mule_mule-transport-axis-2.2.1.jar,mule_mule-transport-bpm-2.2.1.jar,mule_mule-transport-cxf-2.2.1.jar,mule_mule-transport-ejb-2.2.1.jar,mule_mule-transport-email-2.2.1.jar,mule_mule-transport-file-2.2.1.jar,mule_mule-transport-ftp-2.2.1.jar,mule_mule-transport-http-2.2.1.jar,mule_mule-transport-jbpm-2.2.1.jar,mule_mule-transport-jdbc-2.2.1.jar,mule_mule-transport-jetty-2.2.1.jar,mule_mule-transport-jms-2.2.1.jar,mule_mule-transport-multicast-2.2.1.jar,mule_mule-transport-quartz-2.2.1.jar,mule_mule-transport-rmi-2.2.1.jar,mule_mule-transport-servlet-2.2.1.jar,mule_mule-transport-soap-2.2.1.jar,mule_mule-transport-ssl-2.2.1.jar,mule_mule-transport-stdio-2.2.1.jar,mule_mule-transport-tcp-2.2.1.jar,mule_mule-transport-udp-2.2.1.jar,mule_mule-transport-vm-2.2.1.jar,mule_mule-transport-xmpp-2.2.1.jar,boot_commons-cli-1.0-osgi.jar,boot_jcl104-over-slf4j-1.5.0.jar,boot_log4j-1.2.14.jar,boot_mule-module-boot-2.2.1.jar,boot_slf4j-api-1.5.0.jar,boot_slf4j-log4j12-1.5.0.jar,boot_wrapper-3.2.3.jar,opt_acegi-security-1.0.7-osgi.jar,opt_activation-1.1-osgi.jar,opt_ant-1.6.5-osgi.jar,opt_antlr-2.7.7-osgi.jar,opt_aopalliance-1.0.jar,opt_asm-3.1-osgi.jar,opt_aspectjrt-1.5.4.jar,opt_axis-1.4-osgi.jar,opt_backport-util-concurrent-3.1-osgi.jar,opt_bsh-2.0b4-osgi.jar,opt_cglib-nodep-2.1_3-osgi.jar,opt_commons-beanutils-1.7.0-osgi.jar,opt_commons-codec-1.3-osgi.jar,opt_commons-collections-3.2-osgi.jar,opt_commons-dbutils-1.1-osgi.jar,opt_commons-discovery-0.4-osgi.jar,opt_commons-httpclient-3.1-osgi.jar,opt_commons-io-1.3.1-osgi.jar,opt_commons-jxpath-1.3-osgi.jar,opt_commons-lang-2.4-osgi.jar,opt_commons-net-1.4.1-osgi.jar,opt_commons-pool-1.4.jar,opt_cryptix-jce-api-20050328-osgi.jar,opt_cryptix-jce-provider-20050328-osgi.jar,opt_cryptix-message-api-20050405-osgi.jar,opt_cryptix-openpgp-provider-20050405-osgi.jar,opt_cryptix-pki-api-20050405-osgi.jar,opt_cxf-api-2.1.2.jar,opt_cxf-common-schemas-2.1.2.jar,opt_cxf-common-utilities-2.1.2.jar,opt_cxf-rt-bindings-soap-2.1.2.jar,opt_cxf-rt-bindings-xml-2.1.2.jar,opt_cxf-rt-core-2.1.2.jar,opt_cxf-rt-databinding-aegis-2.1.2.jar,opt_cxf-rt-databinding-jaxb-2.1.2.jar,opt_cxf-rt-frontend-jaxws-2.1.2.jar,opt_cxf-rt-frontend-simple-2.1.2.jar,opt_cxf-rt-transports-local-2.1.2.jar,opt_cxf-rt-ws-addr-2.1.2.jar,opt_cxf-rt-ws-security-2.1.2.jar,opt_cxf-tools-common-2.1.2.jar,opt_dom4j-1.6.1-osgi.jar,opt_FastInfoset-1.2.2.jar,opt_geronimo-annotation_1.0_spec-1.1.1.jar,opt_geronimo-ejb_2.1_spec-1.1-osgi.jar,opt_geronimo-j2ee-connector_1.5_spec-1.1-osgi.jar,opt_geronimo-j2ee-management_1.0_spec-1.1-osgi.jar,opt_geronimo-jaxrpc_1.1_spec-1.1-osgi.jar,opt_geronimo-jms_1.1_spec-1.1-osgi.jar,opt_geronimo-jta_1.0.1B_spec-1.1-osgi.jar,opt_geronimo-stax-api_1.0_spec-1.0.1.jar,opt_geronimo-ws-metadata_2.0_spec-1.1.2.jar,opt_groovy-all-1.5.6-osgi.jar,opt_groovy-engine-1.1-osgi-jdk14.jar,opt_hibernate-3.2.2.ga-osgi.jar,opt_javassist-3.6.ga-osgi.jar,opt_jaxb-api-2.1-osgi.jar,opt_jaxb-impl-2.1.9-osgi.jar,opt_jaxb-xjc-2.1.9-osgi.jar,opt_jaxen-1.1.1-osgi.jar,opt_jaxws-api-2.1-1-osgi.jar,opt_jbossts-common-4.2.3-SP5-osgi.jar,opt_jbossts-jta-4.2.3-SP5-patched-osgi.jar,opt_jbossts-jta-integration-4.2.3-SP5-osgi.jar,opt_jbpm-jpdl-3.2.2-osgi.jar,opt_jcr-1.0-osgi.jar,opt_jdom-1.0-osgi.jar,opt_jetty-6.1.11.jar,opt_jetty-util-6.1.11.jar,opt_jsr250-api-1.0.jar,opt_jug-2.0.0-osgi-asl.jar,opt_mail-1.4-osgi.jar,opt_mx4j-impl-2.1.1-osgi.jar,opt_mx4j-jmx-2.1.1-osgi.jar,opt_mx4j-remote-2.1.1-osgi.jar,opt_mx4j-tools-2.1.1-osgi.jar,opt_neethi-2.0.4.jar,opt_ognl-2.7.3-osgi.jar,opt_opensaml-1.1b-osgi.jar,opt_oro-2.0.8-osgi.jar,opt_quartz-all-1.6.0-osgi.jar,opt_retrotranslator-runtime-1.2.1.jar,opt_saaj-api-1.3-osgi.jar,opt_saaj-impl-1.3-osgi.jar,opt_saxon-8.9.0.4-osgi.jar,opt_saxon-dom-8.9.0.4-osgi.jar,opt_script-api-1.0-osgi-jdk14.jar,opt_servlet-api-2.5-6.1.11.jar,opt_smack-2.2.1-osgi.jar,opt_spring-aop-2.5.6.jar,opt_spring-beans-2.5.6.jar,opt_spring-context-2.5.6.jar,opt_spring-context-support-2.5.6.jar,opt_spring-core-2.5.6.jar,opt_spring-jdbc-2.5.6.jar,opt_spring-jms-2.5.6.jar,opt_spring-modules-jbpm31-0.9-osgi.jar,opt_spring-orm-2.5.6.jar,opt_spring-security-core-2.0.4.jar,opt_spring-tx-2.5.6.jar,opt_spring-web-2.5.6.jar,opt_stax-utils-20080702-osgi.jar,opt_sxc-core-0.7.3-osgi.jar,opt_sxc-runtime-0.7.3-osgi.jar,opt_sxc-xpath-0.7.3-osgi.jar,opt_wsdl4j-1.6.1-osgi.jar,opt_wss4j-1.5.4-osgi.jar,opt_wstx-asl-3.2.6-osgi.jar,opt_xapool-1.4-osgi.jar,opt_xml-resolver-1.2-osgi.jar,opt_XmlSchema-1.4.2.jar,opt_xmlsec-1.4.0-osgi.jar,opt_xpp3_min-1.1.3.4.O-osgi.jar,opt_xstream-1.2.2-osgi.jar,user_junit-3.8.2.jar,user_mule-example-echo.jar,user_mule-example-errorhandler.jar,user_mule-example-hello.jar,user_mule-example-loanbroker-bpm.jar,user_mule-example-loanbroker-common.jar,user_mule-example-loanbroker-credit-agency.jar,user_mule-example-loanbroker-esb.jar,user_mule-example-loanbroker-esn.jar,user_mule-example-scripting.jar,user_mule-example-stockquote.jar,user_mule-tests-functional-2.2.1.jar,user_xmlunit-1.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

epm13

unread,
Jul 1, 2010, 10:04:17 PM7/1/10
to us...@mule.codehaus.org
Something else I just found. When I go through the link http://dist.muleforge.org/mule-ide/updates/3.4/ the version of Mule IDE installed in Eclipse ends in 2.0.4.201003300549. If I manually download from http://dist.muleforge.org/mule-ide/releases/, the version ends in 2.0.4.201003300559.

I've only been able to try in the Helios installation so far, but I still get the same error unfortunately.

epm13

unread,
Jul 2, 2010, 9:53:16 AM7/2/10
to us...@mule.codehaus.org
I got it running! I thought maybe I was using the wrong Xerces and Xalan versions, and that turned out to be the case.

I had downloaded xalan-j_2_7_1_bin.zip, but I it works with xalan-j_2_7_1-bin-2jars.zip.

Reply all
Reply to author
Forward
0 new messages