Replies: 1 comment
-
Not so sure about Nextgen's product now, maybe their support will chime in. The mirth.log file might show more information, as might the java console for the mirth admin tool. Quick start for the fork of Mirth at https://openintegrationengine.org: In a terminal as a normal user: wget "https://s3.us-east-1.amazonaws.com/downloads.mirthcorp.com/connect-client-launcher/mirth-administrator-launcher-1.4.2-unix.sh"
wget "https://github.com/OpenIntegrationEngine/engine/releases/download/v4.5.2-tp.1/oie_unix_4_5_2-with-JRE.sh"
chmod 555 mirth-administrator-launcher-1.4.2-unix.sh
chmod 555 oie_unix_4_5_2-with-JRE.sh
sudo su - # you will be prompted for our regular username
cd <the directory where you downloaded the files>
./mirth-administrator-launcher-1.4.2-unix.sh # Follow the prompts, accept defaults
./oie_unix_4_5_2-with-JRE.sh # Accept the defaults
systemctl start oieservice.service You can then run the Mirth Admin Launcher for http://localhost:8443/. You will be prompted once to accept the valid signing certificate, and off you go. I did a fresh install of Rocky 9.6 and followed those instructions and everything was working as designed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We have installed Mirth 4.5.2 on our Rocky Linux 9.6, and configured the unit file. When we try to log into the mirthconnect as admin from the web browser we get the message "There was an error connecting to the server at the specified address. Please verify that the server is up and running". We used the mcservice to start the service and it is running. Not sure what we are missing, can someone please help?
Thanks
Venky
Beta Was this translation helpful? Give feedback.
All reactions