Jon Bartels

Results 126 comments of Jon Bartels

I wonder if this is something like a config or import that has a tag then that tag has many channel IDs assigned because it was imported from another instance...

I was scrounging thru release notes and found this - https://github.com/nextgenhealthcare/connect/issues/4255 is that possibly a related issue?

Frame challenge - Why do you have so many values in $g and $gc? Would restructuring your code so that instead of storing many values in these maps, you store...

Discussion in Slack - https://mirthconnect.slack.com/archives/C02SW0K4D/p1641910639140400 (Note this link will go stale as Slack history rolls off)

What MC libraries could conflict with Xalan? I'm thinking like Saxon or other Java XML/XSLT implementations.

I might be barking up the wrong tree but could you try launching MC with the `jaxp.debug` JVM argument? https://www.ivankrizsan.se/2013/07/16/jaxp-debug-log/ The reported symptom is that XML and XSLT related operations...

You really need to complete this section for this issue report - "Environment (please complete the following information)" I suspect you need a JDK with JavaFX. https://github.com/nextgenhealthcare/connect/search?q=javafx&type=discussions turns up some...

https://github.com/nextgenhealthcare/connect/issues/3704 Same issue report made by NG staff and commented with a similar solution to what I proposed.

Can you show the code you're using or a minimal example that shows the issue? Would a minimal example for this case be `SELECT 1 WHERE 1 = 2`?

https://github.com/nextgenhealthcare/connect/discussions/5789 is another instance of this problem