View Single Post
  #8   Spotlight this post!  
Unread 06-02-2017, 21:31
RyStrider's Avatar
RyStrider RyStrider is offline
Registered User
FRC #0589 (CVHS Falkon Robotics)
Team Role: Programmer
 
Join Date: Sep 2016
Rookie Year: 2014
Location: La Crescenta
Posts: 4
RyStrider is an unknown quantity at this point
Re: Strange Error Regarding Connection with roboRIO

Here's the Full Output:

Buildfile: C:\Users\rystr\FRC\589 Test Robot\build.xml
Trying to override old definition of task classloader
clean:
[delete] Deleting directory C:\Users\rystr\FRC\589 Test Robot\build
[delete] Deleting directory C:\Users\rystr\FRC\589 Test Robot\dist
compile:
[mkdir] Created dir: C:\Users\rystr\FRC\589 Test Robot\build
[echo] [athena-compile] Compiling src with classpath=C:\Users\rystr\wpilib\user\java\lib\CTRL ib.jar;C:\Users\rystr\wpilib\user\java\lib\niVisio nWPI.jar;C:\Users\rystr\wpilib\java\current\lib\WP ILib.jar;C:\Users\rystr\wpilib\java\current\lib\Ne tworkTables.jar;C:\Users\rystr\wpilib\java\current \lib\opencv.jar;C:\Users\rystr\wpilib\java\current \lib\cscore.jar to build
[javac] Compiling 8 source files to C:\Users\rystr\FRC\589 Test Robot\build
jar:
[echo] [athena-jar] Making jar dist/FRCUserProgram.jar.
[mkdir] Created dir: C:\Users\rystr\FRC\589 Test Robot\dist
[mkdir] Created dir: C:\Users\rystr\FRC\589 Test Robot\build\jars
[echo] [athena-jar] Copying jars to build/jars.
[copy] Copying 6 files to C:\Users\rystr\FRC\589 Test Robot\build\jars
[jar] Building jar: C:\Users\rystr\FRC\589 Test Robot\dist\FRCUserProgram.jar
get-target-ip:
[echo] Finding roboRIO, please ignore any [hostinfo] error messages
[echo] Trying DNS: roboRIO-589-FRC.lan
[echo] Trying mDNS: roboRIO-589-FRC.local
[echo] Trying USB: 172.22.11.2
[echo] Trying Static Ethernet: 10.5.89.2
[hostinfo] Error retrieving remote host information for host:roboRIO-589-FRC.lan.
[echo] Resolved mDNS to 10.5.89.51
[echo] roboRIO found at 10.5.89.51
dependencies:
[echo] roboRIO image version validated
[echo] Checking for JRE. If this fails install the JRE using these instructions: https://wpilib.screenstepslive.com/s...ller-java-only
[sshexec] Connecting to 10.5.89.51:22

BUILD FAILED
C:\Users\rystr\wpilib\java\current\ant\build.xml:3 45: com.jcraft.jsch.JSchException: java.net.ConnectException: Connection refused: connect

Total time: 9 seconds


In Regards to pinging the four different addresses, all of them gave me the same error. (I pinged them using puTTY set on SSH, Let me know if that it the wrong type)

Thanks for your help so far. Still trying to figure this out!

Ryan
Reply With Quote