Jon Bartels

Results 143 comments of Jon Bartels

```pwd ; grep -ir "ip_address varchar" /Users/jonathan.bartels/Projects/connect/server/dbconf ./oracle/oracle-database.sql: IP_ADDRESS VARCHAR(40), ./derby/derby-database.sql: IP_ADDRESS VARCHAR(40), ./deltas/mysql-7-8.sql: IP_ADDRESS VARCHAR(40)) ENGINE=InnoDB ./deltas/postgres-7-8.sql: IP_ADDRESS VARCHAR(40)) ./deltas/derby-7-8.sql: IP_ADDRESS VARCHAR(40)) ./deltas/sqlserver-7-8.sql: IP_ADDRESS VARCHAR(40)) ./deltas/oracle-7-8.sql: IP_ADDRESS VARCHAR(40)) ./postgres/postgres-database.sql:...

What connection type and what message type? I cannot think of a solution or workaround, but maybe investigating how the "Check Remote Host" code works could make it more efficient...

The README here explains how to use gradle to build the code and briefly mentions plugin installation: https://github.com/tonygermano/connect-plugins/tree/master/basicssl

Post the error message shown from the server in `mirth.log` please.

`ERROR 2023-03-15 13:45:17.110 [qtp644329218-65] com.mirth.connect.model.converters.ObjectXMLSerializer: java.lang.reflect.InaccessibleObjectException: Unable to make field private static final long java.lang.Throwable.serialVersionUID accessible: module java.base does not "opens java.lang" to unnamed module @66c9187d ERROR 2023-03-15 13:45:17.110 [qtp644329218-65]...

https://github.com/tonygermano/connect-plugins/pull/5 is also relevant to the question.

A few points: - IMO no this is not relevant to the Access Control Plugin. That restricts API calls. If that plugin is in use and a user has sufficient...

Whats unusual here is that the behavior described is what I would expect from the internal DB connections for Mirth but not from a channel with a DB Reader. @pietew...

A workaround could be to set "keep connection open" to "no". This does add overhead to recreate the connection but it may resolve the error. I did some digging to...

This already exists. You should use the `server.url` property. https://docs.nextgen.com/bundle/Mirth_User_Guide_40/page/connect/connect/topics/c_The_mirth_properties_File_connect_ug.html