Re:Bug in Shell.java.....
JIRA bug is posted.
Announcement
Collapse
Mirth Connect 4.0.1 Released!
Mirth Connect 4.0.1 is now available as an appliance update and on our GitHub page. Mirth Connect 4.0.1 is a patch release containing a bug fix which includes fixing a Jetty keystore regression that caused Connect servers using a PKCS12 keystore containing a wildcard certificate and/or a certificate with a SAN to throw an exception on startup. See the release notes for the list of fixes and updates.
Download | See What's New | Upgrade Guide | Release Notes
For discussion on this release, see this thread.
Download | See What's New | Upgrade Guide | Release Notes
For discussion on this release, see this thread.
See more
See less
Bug in Shell.java.....
Collapse
X
-
Re:Bug in Shell.java.....
Thanks, can you report this in the jira? www.mirthproject.org/jira
Thanks!
Leave a comment:
-
Bug in Shell.java.....
There's a bug in Shell.java which prevents you from running the
dump events c:/temp/events.txt
command.
In line 291 the comparison should be "arg2 == Token.EVENTS", for the command to be issued.
However, when you fix this, and execute the command, the server side dies on the following exception:
WARN 2007-10-03 14:24:49,881 [SslListener0-1] org.mortbay.jetty.servlet.ServletHandler: Error for /events
java.lang.OutOfMemoryError: Java heap space
So there is a serious problem on the server side as well.
I'm not sure where to look in the server code to find the problem in trying to dump events....glad to look at it if you point me in the right direction.
Thanks!Tags: None
Leave a comment: