Jon Bartels
Jon Bartels
Examples: https://github.com/nextgenhealthcare/connect/discussions/5385 https://github.com/nextgenhealthcare/connect/discussions/5392 https://mirthconnect.slack.com/archives/C02SW0K4D/p1662054231865699?thread_ts=1662053792.097549&cid=C02SW0K4D This manifests as exceptions like: ``` Unable to make field private static final long java.util.Collections$EmptySet.serialVersionUID accessible: module java.base does not "opens java.util" to unnamed module @1f2781cf...
@pladesma https://github.com/nextgenhealthcare/connect/discussions/5343 has users reporting different places where the logging behavior is different. These user reports might be helpful to make sure the problem is solved everywhere it occurs
Holy crap! It finally got fixed!
@jdonextgen This fixes KI197032 and KI177637 right? If it does please update those KIs and please highlight this issue in the release notes. I don't know if I can truly...
Can you show: * the connection information you use from MySQL workbench * the JDBC connection string you use in Mirth Connect * the other database related settings you use...
Did you ever find a resolution to this issue? I'm having the same error report. I am setting both `headers` and `sortList`
This may not be a bug per-se. In my case I had headers defined for columns 0 and 1. I was sorting on columns 0 and 1 also. Then when...
I am not sure of the answer or solution. I had a look at the TCP code and I think your question could be answered by tracing calls to `com.mirth.connect.connectors.tcp.TcpReceiver#getLocalAddress`...
Are the channels in separate groups?
I did some work on this at https://github.com/jonbartels/mirth-connect-dashboard-count a few months ago