RoboRIO not accepting code.

WE ARE A ROOKIE TEAM
We have two RoboRIO’s, we imaged our first RoboRIO for a test bot and it has been functioning wonderfully for about 4 weeks. We imaged a second RoboRIO for a competition robot and that works great, but when we attached the first RoboRIO again we found ourselves unable to get code running on it.
Before Connecting DS to RIO

https://drive.google.com/file/d/0B3xb6N4y1O-QMVFteVpZVThWWG8/view?usp=sharing

After Connecting DS to RIO

https://drive.google.com/file/d/0B3xb6N4y1O-QMGNsSk5xX0ZTR1U/view?usp=sharing

https://drive.google.com/file/d/0B3xb6N4y1O-QM3BIa2FDaGNNNzg/view?usp=sharing

After Deploying Code

https://drive.google.com/file/d/0B3xb6N4y1O-QbEhoU2lTUG5IdU0/view?usp=sharing

https://drive.google.com/file/d/0B3xb6N4y1O-QSmxlaE9WYkNkOTg/view?usp=sharing

Log from code deployment

Buildfile: C:\Users\Administrator\workspace\Yaxel’s Thing don’t delete pls\build.xml
Trying to override old definition of task classloader
clean:
[delete] Deleting directory C:\Users\Administrator\workspace\Yaxel’s Thing don’t delete pls\build
[delete] Deleting directory C:\Users\Administrator\workspace\Yaxel’s Thing don’t delete pls\dist
compile:
[mkdir] Created dir: C:\Users\Administrator\workspace\Yaxel’s Thing don’t delete pls\build
[echo] [athena-compile] Compiling src with classpath=C:\Users\Administrator/wpilib/java/current/lib/WPILib.jar:C:\Users\Administrator/wpilib/java/current/lib/NetworkTables.jar: to build
[javac] Compiling 3 source files to C:\Users\Administrator\workspace\Yaxel’s Thing don’t delete pls\build
jar:
[echo] [athena-jar] Making jar dist/FRCUserProgram.jar.
[mkdir] Created dir: C:\Users\Administrator\workspace\Yaxel’s Thing don’t delete pls\dist
[mkdir] Created dir: C:\Users\Administrator\workspace\Yaxel’s Thing don’t delete pls\build\jars
[echo] [athena-jar] Copying jars from C:\Users\Administrator/wpilib/java/current/lib/WPILib.jar:C:\Users\Administrator/wpilib/java/current/lib/NetworkTables.jar: to build/jars.
[copy] Copying 2 files to C:\Users\Administrator\workspace\Yaxel’s Thing don’t delete pls\build\jars
[jar] Building jar: C:\Users\Administrator\workspace\Yaxel’s Thing don’t delete pls\dist\FRCUserProgram.jar
get-target-ip:
[echo] Trying Target: roboRIO-5816-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-5816-FRC.local:22
[sshexec] cmd : test -d /usr/local/frc/JRE
deploy:
[echo] [athena-deploy] Copying code over.
[scp] Connecting to roboRIO-5816-FRC.local:22
[scp] done.
[sshexec] Connecting to roboRIO-5816-FRC.local:22
[sshexec] cmd : killall -q netconsole-host || :
[scp] Connecting to roboRIO-5816-FRC.local:22
[scp] done.
[echo] [athena-deploy] Starting program.
[sshexec] Connecting to roboRIO-5816-FRC.local:22
[sshexec] cmd : . /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t -r;
[sshexec] killall: lvrt: no process killed
[sshexec] Remote command failed with exit status 1
[sshexec] Connecting to roboRIO-5816-FRC.local:22
[sshexec] cmd : sync
BUILD SUCCESSFUL
Total time: 10 seconds

We have tried re-Imaging the RIO several times and setting up the Java environment on the RIO as well, if anyone has had this problem or knows how to fix this, please respond.