0
votes

I added Mule CRC32 processor to my program. When I start it I get this exception:

org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://www.mulesoft.org/schema/mule/crc32/current/mule-crc32.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .

Another exception in the console: org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'crc32:config'. One of '{"http://www.springframework.org/schema/beans":beans, ........, "http://www.mulesoft.org/schema/mule/core":abstract-processing-strategy}' is expected.

I've searched for the xsd in the link Mule automatically inserted and failed to find. "http://www.mulesoft.org/schema/mule/crc32" doesn't exist.

Do you know where I can find the xsd?

Thanks, Keren

1
After research more I saw other problems in my Studio. Andres' reply helped me to solve the problem: stackoverflow.com/questions/24554383/…KerenSi

1 Answers

1
votes

Did you add Any point Enterprise Security jars? CRC message processor is part of it, and does not come bundled with Mule Standalone but is a different product.