View Single Post
  #1   Spotlight this post!  
Unread 26-01-2017, 18:32
wildcat5e's Avatar
wildcat5e wildcat5e is offline
Registered User
FRC #6705
 
Join Date: Jan 2017
Location: Dunwoody, GA
Posts: 7
wildcat5e is an unknown quantity at this point
Build Error: Image of roboRIO does not match plugin

I am trying to deploy some Java code to the roboRIO, but I am getting this error. Here is the console log, starting with the "dependencies" section. Everything before this is perfectly normal.

dependencies:
[hostinfo] Error retrieving remote host information for host:roboRIO-6705-FRC.lan.

BUILD FAILED
C:UsersWildCat5ewpilibjavacurrentantbuild.xml:330: Assertion failed boolean test.
Image of roboRIO does not match plugin.
Allowed image year: 2017 version: 8.
Actual image year: ImageRegExFail version ImageRegExFail.
RoboRIO needs to be re-imaged or plugins updated.

I have checked the roboRIO's hardware configuration page (at its IP address), and the roboRIO's current image is "FRC_roboRIO_2017_v8" which appears to be correct.

I have also checked for updates to the plugins in Eclipse multiple times, but they are up to date as of 1/26/17 (version 2017.2.1).

I have no idea what could be wrong. I have tried re-imaging the roboRIO, re-downloading Java to the roboRIO, delteing the WPILib directory, and restarting Eclipse. I don't know what to try next.

Thanks for your help.
Reply With Quote