View Single Post
  #1   Spotlight this post!  
Unread 10-11-2016, 01:46
soundfx's Avatar
soundfx soundfx is offline
Registered User
AKA: Aaron J
FRC #3238 (Cyborg Ferrets)
Team Role: Programmer
 
Join Date: Jan 2016
Rookie Year: 2014
Location: Anacortes, WA
Posts: 14
soundfx is an unknown quantity at this point
No space left on device error

My team is attempting to deploy code to a roboRio traditionally used for testing purposes in the past (successfully), yet after no known changes to the device (besides our numerous attempts at updating firmware, reimaging, and reinstalling java), we get an error that says:

Code:
java.io.IOException: No space left on device
    at java.io.FIleOutputStream.writeBytes(Native Method)
    at java.io.FileOutputStream.write(FileOutputStream.java:307)
    at edu.wpi.first.wpilibj.hal.JNIWrapper.<clinit>(JNIWrapper.java:40)
    at edu.wpi.first.wpilibj.RobotBase.initializeHardwareConfiguration(RobotBase.java:170)
    at edu.wpi.first.wpilibj.RobotBase.main(RobotBase.java:182)
Despite what the error states, the driver station claims that there are 228 MB of disk space left on the roboRio. We have tried this with identical results from multiple computers, both which claim the build was successful upon deploy. It's the same story whether we use last year's robot code, an empty brand new project, or code we just wrote. RobotInit doesn't even start running, and no error output is produced through the network. This message was only discovered after using ssh to manually start the robot code. We have not yet been able to test on another roboRio.
Any ideas? Help would be greatly appreciated.
__________________


"I got 99 problems but 0.999 ain't 1."
~Orteil
Reply With Quote