-
After upgrading Mirth Connect Version from 4.4.2 to 4.5.0. I tried to connect to the administrator (to get the logon popup window) and I get the following error message. HTTP ERROR 500 java.lang.UnsupportedOperationException: Use .getMatched(String) insteadURI: | /webstart -- | -- 500 java.lang.UnsupportedOperationException: Use .getMatched(String) instead - java.lang.UnsupportedOperationException: Use .getMatched(String) insteadCaused by:java.lang.UnsupportedOperationException: Use .getMatched(String) instead Mirth Connect Server 4.4.2 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
How are you applying the upgrade? There have been reports when using the installer sometimes older JARs of dependencies get left behind post install and it causes classpath issues amongst other oddities. Jetty was upgraded between 4.4.2 (Jetty 9.4.44) and 4.5.0 (Jetty 9.4.53). Starting in jetty 9.4.47 |
Beta Was this translation helpful? Give feedback.
How are you applying the upgrade? There have been reports when using the installer sometimes older JARs of dependencies get left behind post install and it causes classpath issues amongst other oddities. Jetty was upgraded between 4.4.2 (Jetty 9.4.44) and 4.5.0 (Jetty 9.4.53). Starting in jetty 9.4.47
PathMapping.getMatch(String)
was deprecated and throws anUnsupportedException
so my suspicion is there's a mix of Jetty JARs still inserver-lib
after your uprgade.