Jon Bartels

Results 126 comments of Jon Bartels

Are you using hardcoded credentials or mapped values? "Test Connection" usually does not work with mapped values. Can you change the URL to a server you control and see what...

@pacmano1 seems to have reproduced the issue. @javandre you should edit your bug report to focus ONLY on the WSDL auth issue. The `opens` issues were unrelated. The relevant code...

Make sure you are using the latest version of the Launcher. Run the launcher with `-k -d` ``` java -jar mirth-client-launcher.jar --help INFO 2022-02-17 08:54:15,711 [main] com.mirth.connect.client.launcher.MirthClientLauncher: Arguments: [--help] usage:...

From https://github.com/kpalang/mirth-plugin-guide > If you start you Launcher like you usually do, though the shortcut the installation created, you're not going to be able to log in to Mirth. This...

The best solution would be to find out what the login problem is. Restarting single modules is a band-aid for whatever the underlying problem is. > I did confirm with...

If the LDAP plugin is being used, you may have to depend on NextGen support. The LDAP plugin from Nextgen is closed-source. I would suggest capturing some data when this...

Hmmm. Now this problem is getting interesting. Are there more lines before and after that error message? The whole stack trace would narrow down where the problem is.

DonkeyElementException is only instantiated and thrown from three places in the open-source Mirth code. Since non-open extensions are involved it could be coming from somewhere else. The declaration is here,...

> So the above error will happen on the idsAndNames api call after it has been pushed a little. To reproduce, I can reload the page about 10 times (the...

What is the code that your JS Writer is executing in the filters, transformer, response and the JS Writer itself? What logs do you get from `mirth.log` from the server?...