Using this guide: https://www.thegeekstuff.com/2017/01...install-linux/ I installed everything. Port 8080 shows java listening, the firewall port 8080 and 8443 is open, telnet can connect to port 8080, SELinux is set to disabled, firewall is open, mariadb is running and configured. I get ERR_CONNECTION_TIMED_OUT when I attempt to access http://{your-ip-address}:8080 logs in /var/log such as message and secure show nothing. What could be wrong?
Announcement
Collapse
No announcement yet.
CentOS 7 Install ERR_CONNECTION_TIMED_OUT
Collapse
X
-
You sure there is no conflict with another service listening on port 8080 when you installed Mirth?
The exact URL is http://<your IP>:8080/webadmin/Index.action
In the telnet session if you do a get index.html, does it respond? That will error of course but you will confirm the server answers.Diridium Technologies, Inc.
https://diridium.com
-
telnet <ip address> 8080
Trying <ip address>...
Connected to <ip address>.
Escape character is '^]'.
get index.html
HTTP/1.1 400 HTTP/0.9 not supported
Content-Type: text/html;charset=iso-8859-1
Content-Length: 65
Connection: close
Server: Jetty(9.4.21.v20190926)
<h1>Bad Message 400</h1><pre>reason: HTTP/0.9 not supported</pre>Connection closed by foreign host.
Comment
-
OK - so full environment details? That link has an ancient version of mirth.- java
- mysql (folks had problems with mariadb), I also think there is a jdbc compatibility issue - I would use postgres though, since that is the target db Nexgen develops on first.
- mirth version
Diridium Technologies, Inc.
https://diridium.com
Comment
-
java -version
openjdk version "1.8.0_282"
OpenJDK Runtime Environment (build 1.8.0_282-b08)
OpenJDK 64-Bit Server VM (build 25.282-b08, mixed mode)
Server version: 5.5.68-MariaDB MariaDB Server
Mirth should be 3.10.1 downloaded here: https://www.nextgen.com/products-and...gine-downloads
Comment
Comment