View Single Post
  #1   Spotlight this post!  
Unread 07-02-2015, 13:34
gappleto97 gappleto97 is offline
Registered User
FRC #3617
 
Join Date: Oct 2013
Location: Marquette, MI
Posts: 12
gappleto97 is an unknown quantity at this point
The RoboRIO is suddenly not accepting/running code

We get the following log when trying to build code:

Code:
Buildfile: C:\Users\Programmer\workspace\Robot-Code\build.xml
Trying to override old definition of task classloader
clean:
   [delete] Deleting directory C:\Users\Programmer\workspace\Robot-Code\build
   [delete] Deleting directory C:\Users\Programmer\workspace\Robot-Code\dist
compile:
    [mkdir] Created dir: C:\Users\Programmer\workspace\Robot-Code\build
     [echo] [athena-compile] Compiling src with classpath=C:\Users\Programmer/wpilib/java/current/lib/WPILib.jar:C:\Users\Programmer/wpilib/java/current/lib/NetworkTables.jar to build
    [javac] Compiling 8 source files to C:\Users\Programmer\workspace\Robot-Code\build
jar:
     [echo] [athena-jar] Making jar dist/FRCUserProgram.jar.
    [mkdir] Created dir: C:\Users\Programmer\workspace\Robot-Code\dist
    [mkdir] Created dir: C:\Users\Programmer\workspace\Robot-Code\build\jars
     [echo] [athena-jar] Copying jars from C:\Users\Programmer/wpilib/java/current/lib/WPILib.jar:C:\Users\Programmer/wpilib/java/current/lib/NetworkTables.jar to build/jars.
     [copy] Copying 2 files to C:\Users\Programmer\workspace\Robot-Code\build\jars
      [jar] Building jar: C:\Users\Programmer\workspace\Robot-Code\dist\FRCUserProgram.jar
get-target-ip:
     [echo] Trying Target: roboRIO-3617.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-3617.local:22
  [sshexec] cmd : test -d /usr/local/frc/JRE
deploy:
     [echo] [athena-deploy] Copying code over.
      [scp] Connecting to roboRIO-3617.local:22
      [scp] done.
  [sshexec] Connecting to roboRIO-3617.local:22
  [sshexec] cmd : killall netconsole-host
  [sshexec] killall: netconsole-host: no process killed
  [sshexec] Remote command failed with exit status 1
      [scp] Connecting to roboRIO-3617.local:22
      [scp] done.
      [scp] Connecting to roboRIO-3617.local:22
      [scp] done.
     [echo] [athena-deploy] Starting program.
  [sshexec] Connecting to roboRIO-3617.local:22
  [sshexec] cmd : . /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t -r;
  [sshexec] start-stop-daemon: warning: killing process 3031: No such process
BUILD SUCCESSFUL
Total time: 7 seconds
This log has not changed despite reimaging the RoboRIO. We're getting desperate here. Any ideas?
Reply With Quote