|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Every time I attempt to run my program, I get a strange error that states:
BUILD FAILED C:\Users\samjt\wpilib\java\current\ant\build.xml:1 67: The following error occurred while executing this line: C:\Users\samjt\wpilib\java\current\ant\build.xml:3 39: server indicated an error: scp: /usr/local/frc/bin/netconsole-host: Text file busy What is weird that there is not really anything on those lines. I have no idea what to do. It seems that the RoboRIO has a file open and it can't be accessed, so how do I "close the file" |
|
#2
|
|||
|
|||
|
Re: Strange Build.xml error?
I also received the same error when attempting to upload code to the RoboRIO.
I've also tried downloading Apple Bonjour by Installing iTunes and I already had the NI mDNS Responder that came with the NI FRC Update Suite. I've also disabled my firewalls. "https://wpilib.screenstepslive.com/s/4485/m/13503/l/242608-roborio-networking" I still have no luck. |
|
#3
|
|||
|
|||
|
Re: Strange Build.xml error?
Were you able to successfully deploy code before or is this your first attempt to deploy code? If you restart the roboRIO do you still get the same error?
I think its safe to assume the problem is not with your computer. Can you upload the full build log? |
|
#4
|
|||
|
|||
|
Re: Strange Build.xml error?
I had the same problem. In my situation, I had run the code and then received the error message that req'd me to change the build path. I changed the build path (this is when you had to point to the jdk instead of the jre). When I ran the code again, I received the same error that you did. I then closed the driver station and disconnected from my radio. I then reopened the driver station and reconnected to the radio and ran it again and it ran fine. Not sure why that worked, though. Note that I did not close Eclipse during the process. Hope this helps.
|
|
#5
|
|||
|
|||
|
Re: Strange Build.xml error?
Problem is I have restarted the roborio and my computer and I still get an error. However, I tried the code with the exact same build file on another computer and it worked fine
Strange |
|
#6
|
|||
|
|||
|
Re: Strange Build.xml error?
Also it should be noted that the file causing the issue is called network-host.
I was able to find this file in the same directory as the build.xml file in wpilib folder. |
|
#7
|
||||
|
||||
|
Re: Strange Build.xml error?
I had a sort of similar problem I had forgot to install the Java JRE on to the RoboRio.
|
|
#8
|
|||
|
|||
|
Re: Strange Build.xml error?
I fixed the error. To anyone who needs this information, delete the files called network-host in
C:\Users\(your user)\wpilib\java\current\ant There should be 2 files. A properties and a blank file. Just delete them. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|