View Single Post
  #1   Spotlight this post!  
Unread 02-16-2016, 05:24 PM
tacohaha tacohaha is offline
Registered User
AKA: Adam Naylor
FRC #5816 (GraV)
Team Role: Programmer
 
Join Date: Feb 2016
Rookie Year: 2015
Location: Russia
Posts: 1
tacohaha is an unknown quantity at this point
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/0B3x...ew?usp=sharing

After Connecting DS to RIO

https://drive.google.com/file/d/0B3x...ew?usp=sharing

https://drive.google.com/file/d/0B3x...ew?usp=sharing

After Deploying Code

https://drive.google.com/file/d/0B3x...ew?usp=sharing

https://drive.google.com/file/d/0B3x...ew?usp=sharing

Log from code deployment

Quote:
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...ller-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.
Reply With Quote