|
Remote command failed with exit status 1
Hey, guys!
We've been trying to deploy our Java code to our roboRIO from a MacBook Pro. However, every time we try, it spits out this log and won't complete:
Code:
Buildfile: /Users/324876/Documents/workspace/2015 Test/build.xml
Trying to override old definition of task classloader
clean:
[delete] Deleting directory /Users/324876/Documents/workspace/2015 Test/build
[delete] Deleting directory /Users/324876/Documents/workspace/2015 Test/dist
compile:
[mkdir] Created dir: /Users/324876/Documents/workspace/2015 Test/build
[echo] [athena-compile] Compiling src with classpath=/Users/324876/wpilib/java/current/lib/WPILib.jar:/Users/324876/wpilib/java/current/lib/NetworkTables.jar to build
[javac] Compiling 1 source file to /Users/324876/Documents/workspace/2015 Test/build
jar:
[echo] [athena-jar] Making jar dist/FRCUserProgram.jar.
[mkdir] Created dir: /Users/324876/Documents/workspace/2015 Test/dist
[mkdir] Created dir: /Users/324876/Documents/workspace/2015 Test/build/jars
[echo] [athena-jar] Copying jars from /Users/324876/wpilib/java/current/lib/WPILib.jar:/Users/324876/wpilib/java/current/lib/NetworkTables.jar to build/jars.
[copy] Copying 2 files to /Users/324876/Documents/workspace/2015 Test/build/jars
[jar] Building jar: /Users/324876/Documents/workspace/2015 Test/dist/FRCUserProgram.jar
get-target-ip:
[echo] Trying Target: roboRIO-4301.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-4301.local:22
[sshexec] cmd : test -d /usr/local/frc/JRE
deploy:
[echo] [athena-deploy] Copying code over.
[scp] Connecting to roboRIO-4301.local:22
[scp] done.
[sshexec] Connecting to roboRIO-4301.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-4301.local:22
[scp] done.
[scp] Connecting to roboRIO-4301.local:22
[scp] done.
[echo] [athena-deploy] Starting program.
[sshexec] Connecting to roboRIO-4301.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 1413: No such process
BUILD SUCCESSFUL
Total time: 11 seconds
Could someone please help us figure out what we're doing wrong? Thanks!
__________________
2010: FRC 3043, Build Assistant
2011: FRC 3043, Head of Minibot subteam; FLL 12762, Team Captain
2012: FRC 3043, Electrical; FLL 12762, Team Captain; FTC 5670, Team Captain
2013: FRC 4301, Electrical, Team Co-Captain
2014: FRC 4301, Electrical/Programming, Team Co-Captain
2015: FRC 4301, Electrical/Programming, Team Captain
2016: FRC 4301, Chief Technical Officer; FTC 10860, 10861, and 11004: Mentor. Winner, Hub City Regional (3310 & 4063)
Last edited by Whippet : 28-01-2015 at 21:16.
Reason: spelling
|