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

error in starting Mirth Administrator after java upgrade

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

  • error in starting Mirth Administrator after java upgrade

    hello,
    I'm try to use mirth. After having ugraded the java to jre1.6.0 the Mirth Administrator doesn't start and gives this errors. Is there anybody that can help me.

    Andrea from Italy


    EXCEPTION

    JNLPException[category: Errore di download : Exception: null : LaunchDesc: null ]
    at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
    at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
    at com.sun.javaws.Launcher.launch(Unknown Source)
    at com.sun.javaws.Main.launchApp(Unknown Source)
    at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
    at com.sun.javaws.Main$1.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)



    FILE DI AVVIO


    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp
    codebase="http://192.168.31.24:8080">
    <information>
    <title>Mirth Administrator</title>
    <vendor>WebReach, Inc.</vendor>
    <homepage
    href="http://www.mirthproject.org"/>
    <description>Open source HL7 integration engine.</description>

    <icon
    href="mirth_logo_64.jpg"/>
    <offline-allowed/>
    <shortcut
    online="false">

    <!-- put a shortcut on the desktop -->
    <desktop/>
    <!-- put shortcut in start menu too -->
    <menu
    submenu="Mirth Project"/>
    </shortcut>
    </information>



    <security>
    <all-permissions/>
    </security>

    <resources>
    <j2se
    href="http://java.sun.com/products/autodl/j2se"
    version="1.5"/>
    <jar download="eager"
    href="lib/mirth-client.jar" main="true"/>
    <jar
    download="eager" href="lib/mirth-client-core.jar"/>
    <jar
    download="eager" href="lib/commons-codec-1.3.jar"/>
    <jar
    download="eager"
    href="lib/commons-httpclient-3.0.1.jar"/>
    <jar
    download="eager" href="lib/commons-logging-1.1.jar"/>
    <jar
    download="eager" href="lib/databinding-0.8.0.jar"/>
    <jar
    download="eager" href="lib/hapi-0.5.jar"/>
    <jar
    download="eager" href="lib/jdic-0.8.0.jar"/>
    <jar
    download="eager"
    href="lib/l2fprod-common-sheet.jar"/>
    <jar
    download="eager" href="lib/log4j-1.2.14.jar"/>
    <jar
    download="eager" href="lib/looks-2.1.1.jar"/>
    <jar
    download="eager" href="lib/qname.jar"/>
    <jar
    download="eager" href="lib/rhino-1.6r2.jar"/>
    <jar
    download="eager" href="lib/swing-layout-1.0.1.jar"/>
    <jar
    download="eager" href="lib/swingworker-0.8.0.jar"/>
    <jar
    download="eager" href="lib/swingx-0.8.0.jar"/>
    <jar
    download="eager" href="lib/wsdl4j.jar"/>
    <jar
    download="eager" href="lib/wsif.jar"/>
    <jar
    download="eager" href="lib/xercesImpl.jar"/>
    <jar
    download="eager" href="lib/xpp3_min-1.1.3.4.O.jar"/>
    <jar
    download="eager"
    href="lib/xstream-1.2.jar"/>
    </resources>

    <application-desc main-class="com.webreach.mirth.client.ui.Mirth"><argume nt>https://192.168.31.24:8443</argument...lication-desc>
    </jnlp>





  • #2
    Re: error in starting Mirth Administrator after java upgrade

    Sorry, Mirth currently does not run under JRE 1.6 - only 1.5.

    -Chris
    Chris Lang

    Comment


    • #3
      Re: error in starting Mirth Administrator after java upgrade

      I hope I&#039;m not hijacking, but what changes between 1.5 and 1.6 caused the failure?

      Comment


      • #4
        Re: error in starting Mirth Administrator after java upgrade

        We&#039;re not sure - haven&#039;t had the time to investigate either...We&#039;ll hopefully address this for 1.4, but it&#039;s not guarantee.

        -Chris
        Chris Lang

        Comment

        Working...
        X