roboRIO detected but no comms

A problem has popped up recently for team 4553. We can no longer communicate with our roboRIO. We recently re-imaged the roboRIO and installed the necessary Java software. After that, we were successfully able to build and run our code. The next time we tried, we were unable to communicate with the roboRIO even though the console in Eclipse reads that it sees the roboRIO and successfully built the code to the RIO. The Comms LED on the RIO is always off.

Here’s the console readout from Eclipse:

Buildfile: C:\Users\Driver\workspace\2016\build.xml
Trying to override old definition of task classloader
clean:
[delete] Deleting directory C:\Users\Driver\workspace\2016\build
[delete] Deleting directory C:\Users\Driver\workspace\2016\dist
compile:
[mkdir] Created dir: C:\Users\Driver\workspace\2016\build
[echo] [athena-compile] Compiling src with classpath=C:\Users\Driver/wpilib/java/current/lib/WPILib.jar:C:\Users\Driver/wpilib/java/current/lib/NetworkTables.jar: to build
[javac] Compiling 2 source files to C:\Users\Driver\workspace\2016\build
jar:
[echo] [athena-jar] Making jar dist/FRCUserProgram.jar.
[mkdir] Created dir: C:\Users\Driver\workspace\2016\dist
[mkdir] Created dir: C:\Users\Driver\workspace\2016\build\jars
[echo] [athena-jar] Copying jars from C:\Users\Driver/wpilib/java/current/lib/WPILib.jar:C:\Users\Driver/wpilib/java/current/lib/NetworkTables.jar: to build/jars.
[copy] Copying 2 files to C:\Users\Driver\workspace\2016\build\jars
[jar] Building jar: C:\Users\Driver\workspace\2016\dist\FRCUserProgram.jar
get-target-ip:
[echo] Trying Target: roboRIO-4553-FRC.local
[echo] roboRIO found via mDNS
dependencies:
[echo] roboRIO image version validated
[echo] Checking for JRE. If this fails install the JRE using these instructions: https://wpilib.screenstepslive.com/s/4485/m/13503/l/288822-installing-java-8-on-the-roborio-using-the-frc-roborio-java-installer-java-only
[sshexec] Connecting to roboRIO-4553-FRC.local:22
[sshexec] cmd : test -d /usr/local/frc/JRE
deploy:
[echo] [athena-deploy] Copying code over.
[scp] Connecting to roboRIO-4553-FRC.local:22
[scp] done.
[sshexec] Connecting to roboRIO-4553-FRC.local:22
[sshexec] cmd : killall -q netconsole-host || :
[scp] Connecting to roboRIO-4553-FRC.local:22
[scp] done.
[echo] [athena-deploy] Starting program.
[sshexec] Connecting to roboRIO-4553-FRC.local:22
[sshexec] cmd : . /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t -r;
[sshexec] Connecting to roboRIO-4553-FRC.local:22
[sshexec] cmd : sync
BUILD SUCCESSFUL
Total time: 14 seconds

Thanks in advance for any help provided!

Figured it out. Funny enough, it seemed to be a bad ethernet cable or shakey ethernet connectors.