Go to Post Maybe FIRST made these bumper rules so IRI would have something to blow off come July. - Koko Ed [more]
Home
Go Back   Chief Delphi > Technical > Programming > Java
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Spotlight this post!  
Unread 11-02-2015, 08:36
popcorn107 popcorn107 is offline
Registered User
FRC #2386
 
Join Date: Feb 2015
Location: Canada
Posts: 4
popcorn107 is an unknown quantity at this point
Suddenly cant push to roborio

Last night we attempted loading new code to our roborio. The night before we could push fine but now we keep getting told that no process in pidfile found. We tried re imaging the roborio and installing java again and the message persists. I have also updated all software after we got started getting this. The program is building sucsefully and locating the roborio on the network. We get two different errors normally.

Here are the two different build logs:

Code:
Buildfile: C:\Users\Brian\Documents\Central Schoolwork\Robotics\frc 2015\programming\Teleop\build.xml
Trying to override old definition of task classloader
clean:
   [delete] Deleting directory C:\Users\Brian\Documents\Central Schoolwork\Robotics\frc 2015\programming\Teleop\build
   [delete] Deleting directory C:\Users\Brian\Documents\Central Schoolwork\Robotics\frc 2015\programming\Teleop\dist
compile:
    [mkdir] Created dir: C:\Users\Brian\Documents\Central Schoolwork\Robotics\frc 2015\programming\Teleop\build
     [echo] [athena-compile] Compiling src with classpath=C:\Users\Brian/wpilib/java/current/lib/WPILib.jar:C:\Users\Brian/wpilib/java/current/lib/NetworkTables.jar to build
    [javac] Compiling 1 source file to C:\Users\Brian\Documents\Central Schoolwork\Robotics\frc 2015\programming\Teleop\build
jar:
     [echo] [athena-jar] Making jar dist/FRCUserProgram.jar.
    [mkdir] Created dir: C:\Users\Brian\Documents\Central Schoolwork\Robotics\frc 2015\programming\Teleop\dist
    [mkdir] Created dir: C:\Users\Brian\Documents\Central Schoolwork\Robotics\frc 2015\programming\Teleop\build\jars
     [echo] [athena-jar] Copying jars from C:\Users\Brian/wpilib/java/current/lib/WPILib.jar:C:\Users\Brian/wpilib/java/current/lib/NetworkTables.jar to build/jars.
     [copy] Copying 2 files to C:\Users\Brian\Documents\Central Schoolwork\Robotics\frc 2015\programming\Teleop\build\jars
      [jar] Building jar: C:\Users\Brian\Documents\Central Schoolwork\Robotics\frc 2015\programming\Teleop\dist\FRCUserProgram.jar
get-target-ip:
     [echo] Trying Target: roboRIO-2386.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-2386.local:22
  [sshexec] cmd : test -d /usr/local/frc/JRE
deploy:
     [echo] [athena-deploy] Copying code over.
      [scp] Connecting to roboRIO-2386.local:22
      [scp] done.
  [sshexec] Connecting to roboRIO-2386.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-2386.local:22
      [scp] done.
      [scp] Connecting to roboRIO-2386.local:22
      [scp] done.
     [echo] [athena-deploy] Starting program.
  [sshexec] Connecting to roboRIO-2386.local:22
  [sshexec] cmd : . /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t -r;
  [sshexec] no process in pidfile '/var/run/natinst/FRC_UserProgram.pid' found; none killed
BUILD SUCCESSFUL
Total time: 17 seconds
and:
Code:
Buildfile: C:\Users\Brian\Documents\Central Schoolwork\Robotics\frc 2015\programming\Teleop\build.xml
Trying to override old definition of task classloader
clean:
   [delete] Deleting directory C:\Users\Brian\Documents\Central Schoolwork\Robotics\frc 2015\programming\Teleop\build
   [delete] Deleting directory C:\Users\Brian\Documents\Central Schoolwork\Robotics\frc 2015\programming\Teleop\dist
compile:
    [mkdir] Created dir: C:\Users\Brian\Documents\Central Schoolwork\Robotics\frc 2015\programming\Teleop\build
     [echo] [athena-compile] Compiling src with classpath=C:\Users\Brian/wpilib/java/current/lib/WPILib.jar:C:\Users\Brian/wpilib/java/current/lib/NetworkTables.jar to build
    [javac] Compiling 1 source file to C:\Users\Brian\Documents\Central Schoolwork\Robotics\frc 2015\programming\Teleop\build
jar:
     [echo] [athena-jar] Making jar dist/FRCUserProgram.jar.
    [mkdir] Created dir: C:\Users\Brian\Documents\Central Schoolwork\Robotics\frc 2015\programming\Teleop\dist
    [mkdir] Created dir: C:\Users\Brian\Documents\Central Schoolwork\Robotics\frc 2015\programming\Teleop\build\jars
     [echo] [athena-jar] Copying jars from C:\Users\Brian/wpilib/java/current/lib/WPILib.jar:C:\Users\Brian/wpilib/java/current/lib/NetworkTables.jar to build/jars.
     [copy] Copying 2 files to C:\Users\Brian\Documents\Central Schoolwork\Robotics\frc 2015\programming\Teleop\build\jars
      [jar] Building jar: C:\Users\Brian\Documents\Central Schoolwork\Robotics\frc 2015\programming\Teleop\dist\FRCUserProgram.jar
get-target-ip:
     [echo] Trying Target: roboRIO-2386.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-2386.local:22
  [sshexec] cmd : test -d /usr/local/frc/JRE
deploy:
     [echo] [athena-deploy] Copying code over.
      [scp] Connecting to roboRIO-2386.local:22
      [scp] done.
  [sshexec] Connecting to roboRIO-2386.local:22
  [sshexec] cmd : killall netconsole-host
      [scp] Connecting to roboRIO-2386.local:22
      [scp] done.
      [scp] Connecting to roboRIO-2386.local:22
      [scp] done.
     [echo] [athena-deploy] Starting program.
  [sshexec] Connecting to roboRIO-2386.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 1795: No such process
BUILD SUCCESSFUL
Total time: 15 seconds
Reply With Quote
 


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 22:25.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi