[SOLVED] Screenconnect - Stopped Working
-
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.
-
It's amazing how long Windows takes to reboot. CentOS reboots on a VM can take easily under thirty seconds from the time that the command is issued. And saying "reboot" is so much faster than navigating to a Windows and selecting an option. I'm always amazing at how quickly I can get back into a UNIX system that just rebooted.
-
[root@screenconnect ~]# find / -name java
/var/lib/alternatives/java
/etc/java
/etc/alternatives/java
/etc/pki/java
/etc/pki/ca-trust/extracted/java
/usr/share/java
/usr/bin/java
/usr/lib/java
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.51-1.b16.el7_1.x86_64/jre/bin/javaDid I not remove it right?
-
Did you do a yum -y remove java