[SOLVED] Screenconnect - Stopped Working
-
@anonymous said:
@scottalanmiller said:
CentOS logs are in /var/logs/messages
At least most logs are. /var/logs is the logging directory. Nearly everything goes into the "messages" catch all. But there are specific logs too for NginX, Apache (HTTPD), ScreenConnect, etc.
Both Directorys are missing? WTF?
That's EXTREMELY odd. There is no /var/log at all?
Sorry, I typod. /var/log not logs
-
Output:
[root@screenconnect ~]# ls /var/log anaconda grubby secure audit lastlog secure-20150802 boot.log maillog secure-20150809 btmp maillog-20150802 spooler btmp-20150801 maillog-20150809 spooler-20150802 cloud-init.log messages spooler-20150809 cloud-init-output.log messages-20150802 tallylog cron messages-20150809 tuned cron-20150802 ppp wtmp cron-20150809 sa yum.log dmesg screenconnect dmesg.old screenconnect-1227cf7eaca84600 [root@screenconnect ~]#
-
This maybe?
/etc/rc.d/init.d/screenconnect-1227cf7eaca84600: line 109: java: command not found -
So you have messages for most things and screenconnect for specific stuff. I'd start with those two.
-
@anonymous said:
This maybe?
/etc/rc.d/init.d/screenconnect-1227cf7eaca84600: line 109: java: command not foundThat could do it. Do this...
find / -name java
-
[root@screenconnect log]# find / -name java
/etc/pki/java
/etc/pki/ca-trust/extracted/java
[root@screenconnect log]# -
Looks like Java is missing. No idea how that happened.
-
@scottalanmiller Security update? lol.
-
Well you can't argue that Java isn't a lot more secure now!
-
I would start here and see if this works...
yum -y install java
Let's experiment. This will install the open source Java replacement that Red Hat ships natively.
-
WTF. The server was working fine the whole time!
DNS was updated by mistake.....
Boy do I feel silly.
-
LOL. It's generally the simplest things that get us
-
I went to the IP, and working fine.... So I was like hmmmmmmmmm.
-
So should I remove Java now?
-
Yes, you should remove it.
-
Sadly, renaming the thread after the title has been posted breaks links to the threads. That is something that we wish NodeBB would address.
-
@scottalanmiller And reboot? or is that the windows admin in me? =P
-
There is a new Q&A module that we are considering to allow the site to designated questions versus discussions and a way to mark them as answered.
-
@anonymous said:
@scottalanmiller And reboot? or is that the windows admin in me? =P
Windows Admin in you
-
@anonymous said:
@scottalanmiller And reboot? or is that the windows admin in me? =P
As a fellow Windows admin... I spend 1/3 of my work day waiting on a server to reboot... and another 1/3rd of my work day trying to figure out why it didn't do what I told it to do before I rebooted it.