-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple M2 Mirth Connect JDK17 issue #6026
Comments
@MatthiasDM what errors are logged? Is this similar? |
Ah yes it is exactly that. Using Using JRE version 17.0.6+10-LTS OpenJDK 64-Bit Server VM Also tried with Zulu JDK, with and without JavaFX. The only version so far that works is the bundled java 8, but that is too old for my plugin development.
|
Crazy out of left field idea: Can you try disabling all the OSX Accessibility features and see if it still bombs out? The part of the stack trace that caught my attention was:
|
I looked at this issue. I googled for similar errors. The apparent solution seems to be to add an I searched the Mirth code to see how it used JXTreeTable. I can see the code being used in Mirth but it is not clear how that code is actually called. Based on the stack trace and the bug report, "Click on a row in the table", is it the onClick listener? I am not sure how to find it, but I think there is a click handler that is missing the Here is one implementation but its for the header click, not the row click:
Which class handles the row click for the Channel view? |
I have tried this but that did not work. Any other ideas? |
This issue bit me today. I am on an M1 Macbook on Sonoma 14.2. I had an instance fail in the same way as Matthias on Java 17 but it worked fine on Java 8. @ARShelleyNextGen - Check out this thread for MacOS support. Short version is that users on M1 and M2 Macs running Sonoma get errors from Mirth under Java 17 from the Launcher but not Java 8. The community is pecking at the issue but it might require the big guns from NextGen. This should also be important to NextGen so Mirth can run on later MacOS systems with modern Java versions. |
With regards to the release yesterday of 4.5.0 i saw that from 4.7.0 the minimum java required will be java 11. Does this mean that if this bug is not fixed in 4.7.0, the application will not work anymore (or at least, not workable) on Apple M2 chips. Because for clarity, this bug occurs with java versions > 8. |
Dear all, I am having exactly the same problem and my colleagues with the same hardware specifications are also facing the same problem. When I checked the Java console, I found that one error always comes back. When this error occurs, the interface will be slow and not always responsive to my clicks. Hardware:
|
Hello @pacmano1, I configured my display settings to default settings, but still the same problem. |
Is also tried to only use the default text-size, I had it on the highest setting. Error: |
I am dying here also. I can reproduce it now consistently which is a bit of a help, but still no clue why it is happening. |
I have the same problem |
Did someone any status update or fix? It's not workable on a MacBook with this issue. |
At this time, we do not have a timeline. I will raise awareness with our product team and see if we can provide any further update related potential consideration of when this will be targeted/planned or addressed. cc: @JackieK5 |
Hi all! I was experiencing the same issue, but then noticed that I could select the Java version on the Launch interface. I selected Java 8 instead of Java 17 and it's now working perfectly! I hope this helps someone. |
Indeed, this is what i do now, but the problem is that as of version 4.7.0 the minimum java required will be java 11. |
Actually even with Java 8 I still have problems on M2 so it is not a guaranteed fix. |
Thanks for the heads up! |
Any status update on this? We are still facing problems... |
For the time being I'm probably forced to go back to our intel Macbooks, as no combination of Mirth and Java (8,11,17) provides a solution to the problem. Is there something that we can provide to help with analysis of the problem? |
I had the same problem |
Did someone any status update? |
There resides an intel macbook on my workbench solely for connecting to Mirth Connect, is there a status update? |
Also #6357 (Apologies for re-reporting something that seems to have at least 4 issues reported, now.) |
Describe the bug
Running Mirth Connect using JDK 17 produces a non working Channels and Dashboard.
Occurs only on Mac M2 afaik!
To Reproduce
Setup steps (if required). Example:
Steps to reproduce the behavior:
Additional context
I need JDK 17 to develop a plugin that uses dependencies compiled with jdk > 8.
The text was updated successfully, but these errors were encountered: