Hello!
We are trying to troubleshoot one errors that keep appearing when we build in netbeans and try to communicate to the cRIO. We have correctly compiled our code and ran it on the cRIO on several occasions but for some reason we receive this error after no changes have been made. The error appears on multiple computers, even after the computer has previously ran and imported code to the cRIO and no changes have been made to the computers code or settings with the wireless, cRIO, or the small 2Go laptop. We would appreciate your help!
Quote:
Sending local file image.suite
C:\Documents and Settings\team614\sunspotfrcsdk\build.xml:95: The following error occurred while executing this line:
C:\Documents and Settings\team614\sunspotfrcsdk\ant\deploy.xml:35:
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream. java:168)
at java.io.BufferedInputStream.read1(BufferedInputStr eam.java:256)
at java.io.BufferedInputStream.read(BufferedInputStre am.java:317)
at java.io.BufferedInputStream.fill(BufferedInputStre am.java:218)
at java.io.BufferedInputStream.read(BufferedInputStre am.java:237)
at org.apache.commons.net.telnet.TelnetInputStream.__ read(TelnetInputStream.java:114)
at org.apache.commons.net.telnet.TelnetInputStream.ru n(TelnetInputStream.java:535)
at java.lang.Thread.run(Thread.java:619)
BUILD FAILED (total time: 11 seconds)
|