Hi,
We’re running into the following algorithm negotiation error when we try to deploy from Eclipse (tried both Neon and Luna, running Windows 7). Not sure exactly what algorithm negotiation means, but we get the same error both when deploying our actual code and when deploying a blank/unedited new project. We have tried deploying from two different computers with the same results on each, both when deploying via ethernet cord and through wifi. Any help would be greatly appreciated, thanks!
Buildfile: C:\Users\RoboStudent11\workspace\BLank\build.xml
Trying to override old definition of task classloader
get-target-ip:
[echo] Finding roboRIO, please ignore any [hostinfo] error messages
[echo] Trying mDNS: roboRIO-4811-FRC.local
[echo] Trying USB: 172.22.11.2
[echo] Trying DNS: roboRIO-4811-FRC.lan
[echo] Trying Static Ethernet: 10.48.11.2
[echo] Trying mDNS: roboRIO-4811-FRC.frc-robot.local
[hostinfo] Error retrieving remote host information for host:roboRIO-4811-FRC.lan.
[hostinfo] Error retrieving remote host information for host:roboRIO-4811-FRC.frc-robot.local.
[echo] Resolved mDNS to 169.254.140.148
[echo] roboRIO found at 169.254.140.148
dependencies:
[echo] roboRIO image version validated
deploy:
[scp] Connecting to 169.254.140.148:22
[scp] Caught exception: Algorithm negotiation fail
[echo] Deploying libraries
[echo] libHALAthena.so,libcscore.so,libntcore.so,libopencv_calib3d.so.3.1,libopencv_core.so.3.1,libopencv_features2d.so.3.1,libopencv_flann.so.3.1,libopencv_highgui.so.3.1,libopencv_imgcodecs.so.3.1,libopencv_imgproc.so.3.1,libopencv_ml.so.3.1,libopencv_objdetect.so.3.1,libopencv_photo.so.3.1,libopencv_shape.so.3.1,libopencv_stitching.so.3.1,libopencv_superres.so.3.1,libopencv_video.so.3.1,libopencv_videoio.so.3.1,libopencv_videostab.so.3.1,libwpilibc.so,libwpiutil.so
[scp] Connecting to 169.254.140.148:22
BUILD FAILED
C:\Users\RoboStudent11\wpilib\cpp\current\ant\build.xml:133: The following error occurred while executing this line:
C:\Users\RoboStudent11\wpilib\cpp\current\ant\build.xml:326: com.jcraft.jsch.JSchException: Algorithm negotiation fail
Total time: 10 seconds