Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithYou need to check your log files.
LAE: ..../log/server/server.7721.log
Web: ..../jetty/logs/2014_10_24-113200725.start.log
DB: ..../h2/log/dbLog.log
There are any one of a number of reasons the server won't start (giving you the Exit 1 message), including missing temp directories, invalid trust configuration, network issues. We'd need to look thru the log(s) to see if anything is being recorded.
===
I notice that your netstat says that you're using TCPIP v6.. I've had better luck with TCPIP v4
Is your machine actually named "Dhouse"? I've often found that the netstat reports the actual IP address rather than a symbolic name.
I've had a number of installations (OS versions) that required some kind of change to /etc/hosts
===
There is also the condition where some kind of corporate firewall is blocking access to port 7721 regardless of what your Windows firewall settings are.
Have you checked to see that linux itself is not blocking the ports?
Once you can do ps -ef and see the LAE task running, then you can attempt connecting to that port with telnet (from windows)
telnet dhouse 7721
If it says "could not open connection on the host on port 7721: connect failed" the the LAE server task is either not running, or the port is blocked.
If you DO connect, you'll get a blank window.. nothing exciting to see or do, but it won't give you and error message.