|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools |
Rating:
|
Display Modes |
|
|
|
#1
|
|||
|
|||
|
Code Won't Deploy
Hello,
When I deploy the code to the Roborio I get this message. Buildfile: C:\Users\Robouser\workspace\2015\build.xml Trying to override old definition of task classloader get-target-ip: [echo] Trying Target: roboRIO-4012.local [echo] roboRIO found via mDNS dependencies: [echo] roboRIO image version validated deploy: [sshexec] Connecting to roboRIO-4012.local:22 [sshexec] cmd : rm /home/lvuser/FRCUserProgram [sshexec] rm: can't remove '/home/lvuser/FRCUserProgram': No such file or directory [sshexec] Remote command failed with exit status 1 [echo] [athena-deploy] Copying code over. [scp] Connecting to roboRIO-4012.local:22 BUILD FAILED C:\Users\Robouser\wpilib\cpp\current\ant\build.xml :66: com.jcraft.jsch.JSchException: Could not send 'C:\Users\Robouser\workspace\2015\Debug\FRCUserPro gram' to '/home/lvuser' - 4: java.io.FileNotFoundException: C:\Users\Robouser\workspace\2015\Debug\FRCUserProg ram (The system cannot find the file specified) Total time: 3 seconds |
|
#2
|
||||
|
||||
|
Re: Code Won't Deploy
At first glance it would seem that for some reason possibly your /home/lvuser directory on the roboRIO is inaccessible or other. I'd suggest re-image the roboRIO using the imaging tool. Something is suspicious here and this might resolve it.
If that fails and you're wanting to toubleshoot...if you are familiar with ssh and have a ssh client, could you ssh to the roborio and take a look? Code:
ssh lvuser@roboRIO-4012.local:22 Code:
ls -la /home Code:
ls -la /home/lvuser bob |
|
#3
|
|||
|
|||
|
Re: Code Won't Deploy
I re-imaged the roborio but i was told the frc error parsers were deleted. Could this be why the code won't load.
|
|
#4
|
||||
|
||||
|
Re: Code Won't Deploy
I've never heard mention of 'FRC parsers' so I can't be sure. Are you saying that during the re-imaging process, the imaging tool noted to you that the FRC parsers were deleted? Or someone else told you that the FRC parsers were deleted?
bob |
|
#5
|
|||
|
|||
|
Re: Code Won't Deploy
The error parsers in eclipse.
|
|
#6
|
||||
|
||||
|
Re: Code Won't Deploy
That starts to sound like an Eclipse plug-in problem to me.
Right-click on a project (left hand pane) and select 'Clean Project' Are you able to compile code? After compiling, on the project-pane, use the little 'triangle' to open up the 'Debug' folder ... is there a FRCUserProgram? If so, you're able to compile for sure...that's basic toolchain validation. Plugin - I'd suggest going back through the plugin installation on screensteps. In fact, I wonder if your auto-update might be turned off. Check the Eclipse preferences (Window->preferences in Windows) and look under 'Install/Update' - open that one up and select 'Automatic Updates' and make sure the 'Automatically find new updates and notify me' is selected. If not, select this, select 'ok' and then restart Eclipse to allow it an opportunity to check for updates. I think you can also trigger this by doing Help->CheckForUpdates. If you're familiar with the command line, I'd still suggest the troubleshooting steps I mentioned about using ssh to look at the roboRIO directly. Thanks, bob |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|