|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools |
Rating:
|
Display Modes |
|
|
|
#1
|
|||
|
|||
|
Remote command failed with exit status 1
Hi,
We are trying to program our roboRio for the first time. We are unable to send code and we are getting this error "Remote command failed with exit status 1". I googled and haven't found a solution for this error. Can someone help with this? Thanks! Nicolas Bourre Team 4007 Seminaire Ste-Marie |
|
#2
|
||||||
|
||||||
|
Re: Remote command failed with exit status 1
The real error is probably somewhere above what you posted. Please post the entire log.
|
|
#3
|
|||
|
|||
|
Re: Remote command failed with exit status 1
We had the same problem, the way we found to fix it is to load the code as admin instead of lvuser. if you click the [sshexec] it will open the build.xml. In the build.xml, replace all "${username}" with "admin" and all "${password}" with "". I don't know if that's the solution FIRST wants us to use, but it lets us load code onto the robot. If someone else has a better fix I'd very gladly try it.
|
|
#4
|
|||
|
|||
|
Re: Remote command failed with exit status 1
Quote:
BUILD FAILED C:\Users\Ryley Ongarato\wpilib\java\current\ant\build.xml:106: com.jcraft.jsch.JSchException: SSH_MSG_DISCONNECT: 2 Too many authentication failures for ${admin} Am I doing something wrong? I tried using find and replace to replace all of them. I also tried only changing one of them. Thanks. |
|
#5
|
|||
|
|||
|
Hey - us at 4917 had this exact error. There were 3-10 of us working on it for about 6 hours before we figured it out. All solutions in this thread did not work.
We had to re-image our roboRIO. In order to do that: -Open NI LabVIEW 2014 (when it opens it should say "FRC 2015 Getting Started" at the top) -Go to utilities -Re-imaging tool roboRIO 2015 -Hooked up the roboRIO with a USB printer cord -Re-image roboRIO. This failed 4 times for us before successfully completing. -After successfully completing, you should be good to download! Hope it helps! |
|
#6
|
||||
|
||||
|
Re: Remote command failed with exit status 1
Ok, so we had the same problem today and this is what I've gotten so far:
Any ideas on why the code doesn't deploy correctly for the multi class project? |
|
#7
|
|||
|
|||
|
Re: Remote command failed with exit status 1
Quote:
|
|
#8
|
|||
|
|||
|
Re: Remote command failed with exit status 1
Quote:
|
|
#9
|
||||
|
||||
|
Re: Remote command failed with exit status 1
i'm from team 3871 we have tried all of these and it is still popping up with " remote command failed with status 1"
|
|
#10
|
||||
|
||||
|
Re: Remote command failed with exit status 1
Same issue here, I can still get the basic KitBot code to work so I'm getting the impression it's not a RoboRIO issue.
|
|
#11
|
||||
|
||||
|
Re: Remote command failed with exit status 1
Hey all, we're new to ChiefDelphi as members, but your forums have saved us on multiple occasions. Long story short, we're getting the same error. It started as remote command failed with exit status 1 only appearing in the console (we're using Eclipse to write in Java) as an error, but the build succeeded, but wouldn't upload to the robot. We tried a hard cable link, same result. Then we tried re-imaging the RoboRio, and now the build fails with C:\Users\DOC\wpilib\java\current\ant\build.xml:239 : Remote command failed with exit status 1. Any help?
Thanks! VRC Team 6333 CTRL_ALT_DEL FRC Team 1765 E1Bots |
|
#12
|
|||
|
|||
|
Re: Remote command failed with exit status 1
My team has gotten the same error on some occasions. If I recall correctly what was wrong with our code was the robot package wasn't imported correctly. If I could see the imports of one of your commands I can check to see if my theory is correct.
|
|
#13
|
|||
|
|||
|
Re: Remote command failed with exit status 1
There is usually an error some where else, try looking for the exception and posting it
|
|
#14
|
||||
|
||||
|
Re: Remote command failed with exit status 1
Has anyone actually solved this problem in a way that they can explain why what they did works? Everyone I've seen who has solved the issue seems to have fixed it by a fluke. Can someone explain exactly what the error even means? I can't even find a definition.
|
|
#15
|
|||
|
|||
|
Re: Remote command failed with exit status 1
The error is sort of encompasses a wide area of things. It can be Eclipse setup issues, package import stuff, and a whole host of other issues. I've seen it happen twice where packages aren't imported correctly and this error is thrown.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|