Announcement

Collapse

Mirth Connect 4.3.0 Released!

Mirth Connect 4.3.0 is now available as an appliance update and on our GitHub page.

This is a major release containing new features like adding new functionality to the Mirth Connect Setup Wizard, adding the ability for resource and channel-specific classloaders to load child-first or parent-first, and added a default implementation of the getObjectsForSwaggerExamples() method in the ServicePlugin class. This release also contains enhancements for the Mirth Connect Administrator Launcher, the Mirth Connect Docker images, and several bug fixes and security improvements.

Download | See What's New | Upgrade Guide | Release Notes

For discussion on this release, see this thread.
See more
See less

File reader problem

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

  • File reader problem

    Hi! Changed from v1.4->1.5 and a problem occured while reading the while with File reader. My file contains chars like ä and ö. I have tried to set the source's encoding to default/ISO 8859-1 but no luck so far. Same file worked with v1.4.

    Error message:

    ERROR-300: Transformer error
    ERROR MESSAGE: Error evaluating transformer
    com.webreach.mirth.model.converters.SerializerExce ption: org.xml.sax.SAXParseException: The entity "auml" was referenced, but not declared.
    at com.webreach.mirth.model.converters.ER7Serializer. fromXML(ER7Serializer.java:157)
    at com.webreach.mirth.model.converters.ER7Serializer. fromXML(ER7Serializer.java:50)
    ... etc.

  • #2
    Re:File reader problem

    Can you add this to the JIRA? Thanks!
    Chris Lang

    Comment


    • #3
      Re:File reader problem

      Please, could you post your channel (an an example file)?

      I can't reproduce your problem.

      Comment


      • #4
        Re:File reader problem

        Nothing to post really. Created a basic channel with File reader and destination with File writer. The destination doesn't matter because it crashes while parsing the file. If I replace ä->{ for instance, it runs through without problems. Damn, I need v1.4 back

        EDIT

        Getting the same error with every "special" chars, like é, ó etc.

        ERROR-300: Transformer error
        ERROR MESSAGE: Error evaluating transformer
        com.webreach.mirth.model.converters.SerializerExce ption: org.xml.sax.SAXParseException: The entity "oacute" was referenced, but not declared.

        ERROR-300: Transformer error
        ERROR MESSAGE: Error evaluating transformer
        com.webreach.mirth.model.converters.SerializerExce ption: org.xml.sax.SAXParseException: The entity "eacute" was referenced, but not declared.

        Post edited by: Harminator, at: 05/31/2007 00:51

        Comment


        • #5
          Re:File reader problem

          The difference here is the parser - 1.5 by default uses the non strict parser, which now correctly converts non-valid XML characters to entities. Unfortunately it looks like not all of the entities are defined in Rhino. This is an issue we can fix, so please add it to the JIRA.

          In the meantime, go to each transformer, properties then check "use strict parser"
          Chris Lang

          Comment


          • #6
            Re:File reader problem

            Thanks for the help, works now with v1.5 also.

            Added the issue in to jira.

            Comment


            • #7
              Re:File reader problem

              Hi !

              Same problem ... :S

              Is there a way to fix this parser malfunction manually ? :huh:
              Thanks

              Mirth 1.5 / patch 1
              hi ! From France where we are using a lot of accent ...

              Comment

              Working...
              X