Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Remote command failed with exit status 1(Eclipse Java programming error)
icon5.gif  Remote command failed with exit status 1 [message #1648037] Tue, 03 March 2015 13:45
Eclipse UserFriend
Hello all, I'm a bit of a Java rookie, and I'm using Eclipse to write code for a robot using a roboRIO controller. It was all working fine, until suddenly when I deployed the code via "Run -> Run as... -> WPILib Java Deploy" Eclipse won't push code to the roboRIO. We're way out of our depth here, and I'm kinda desperate for help. The build log is below:

Buildfile: C:\Users\DOC\workspace\DriveTrain\build.xml
Trying to override old definition of task classloader
clean:
[delete] Deleting directory C:\Users\DOC\workspace\DriveTrain\build
[delete] Deleting directory C:\Users\DOC\workspace\DriveTrain\dist
compile:
[mkdir] Created dir: C:\Users\DOC\workspace\DriveTrain\build
[echo] [athena-compile] Compiling src with classpath=C:\Users\DOC/wpilib/java/current/lib/WPILib.jar:C:\Users\DOC/wpilib/java/current/lib/NetworkTables.jar to build
[javac] Compiling 1 source file to C:\Users\DOC\workspace\DriveTrain\build
jar:
[echo] [athena-jar] Making jar dist/FRCUserProgram.jar.
[mkdir] Created dir: C:\Users\DOC\workspace\DriveTrain\dist
[mkdir] Created dir: C:\Users\DOC\workspace\DriveTrain\build\jars
[echo] [athena-jar] Copying jars from C:\Users\DOC/wpilib/java/current/lib/WPILib.jar:C:\Users\DOC/wpilib/java/current/lib/NetworkTables.jar to build/jars.
[copy] Copying 2 files to C:\Users\DOC\workspace\DriveTrain\build\jars
[jar] Building jar: C:\Users\DOC\workspace\DriveTrain\dist\FRCUserProgram.jar
get-target-ip:
[echo] Trying Target: roboRIO-1765.local
[echo] roboRIO found via mDNS
dependencies:
[echo] roboRIO image version validated
[echo] Checking for JRE
[sshexec] Connecting to roboRIO-1765.local:22
[sshexec] cmd : test -d /usr/local/frc/JRE
deploy:
[echo] [athena-deploy] Copying code over.
[scp] Connecting to roboRIO-1765.local:22
[scp] done.
[sshexec] Connecting to roboRIO-1765.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-1765.local:22
[scp] done.
[scp] Connecting to roboRIO-1765.local:22
[scp] done.
[echo] [athena-deploy] Starting program.
[sshexec] Connecting to roboRIO-1765.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 2831: No such process
BUILD SUCCESSFUL
Total time: 34 seconds

Previous Topic:Need Help w. Compilation Error.
Next Topic:How To Configure Build Path
Goto Forum:
  


Current Time: Sun Nov 09 17:47:58 EST 2025

Powered by FUDForum. Page generated in 0.02907 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top