While running my mule configuration file, I am getting SAXParserException "Content is not allowed in prolog" in the line:
<mule xmlns="http://www.mulesoft.org/schema/mule/core"
......
http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/3.0/mule.xsd
.......
</mule>
When I open http://www.mulesoft.org/schema/mule/core/3.0/mule.xsd in browser, it shows this warning message before the starting of the XSD file:
Warning: fopen(./logs/proxy-2012-09.log): failed to open stream: Permission denied in /var/www/domains/mulesoft.org/mule/drupal/drupal-6.25/mule-schema/proxy.php on line 56
and some more warnings.
Can somebody suggest any solution? Thanks in advance.