Announcement

Collapse
No announcement yet.

Failed to parse

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Failed to parse

    Tried to test with the simplest channel but I can't deploy it. Keep getting the error

    Failed to parse configuration resource "C:\Program Files\Mirth\conf\mule-config.xml" (org.mule.config.ConfigurationException)
    {}

    Inbound
    Source : LLP Listener (broadcast, enabled)
    Destination : File writer (C:/, test.txt, append to file yes, file template ${DATE})

    Simplest of all channel but can't get t to work. What did i do wrong ?


  • #2
    Re: Failed to parse

    Do you have a transformer defined?

    If not, then ${DATE} is not valid in the file template (although you bring up a good point - these variables should be available in the template, I'll add it to our issue tracker).

    Try removing ${DATE} and redeploying your channel.

    -Chris
    Chris Lang

    Comment


    • #3
      Re: Failed to parse

      I didn't have a transformer defined.

      Having removed the ${DATE}, channel deployment was a success.

      Comment


      • #4
        Re: Failed to parse

        Excellent, let us know if you have any other issues!
        Chris Lang

        Comment

        Working...
        X