cRio Code problems

We’re having problems putting code onto the cRio. We’re using the same laptop that re-imaged the cRio, so it shouldn’t be a connection issue.

Originally the code would tell us that we had the wrong version info, so we modified line 41 of the upgrade.xml file to become:
<version name=“Name” value=“FRC_2010_v9.zip;”/>
since it seems like we have version 9 on our cRio.

After we modified this, instead of creating an error, the code is stuck up on
“Setting up for RUN”.

Here is the output:

init:
init:
No to.jar.file specified.
Using "suite\InverseParadoxSimple_1.0.0.jar"
Deleting directory C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\build
Deleting directory C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite
Deleting directory C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\j2meclasses
clean:
Created dir: C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\build
Compiling 1 source file to C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\build
compile:
Created dir: C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\j2meclasses
preverify:
Created dir: C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite
Building jar: C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite\InverseParadoxSimple_1.0.0.jar
jar-app:
Using "suite\InverseParadoxSimple_1.0.0.jar"
CompilerOracle: exclude com/sun/squawk/Method.getParameterTypes
CompilerOracle: exclude com/sun/squawk/SymbolParser.getSignatureTypeAt
CompilerOracle: exclude com/sun/squawk/SymbolParser.stripMethods
[translating suite image [closed: false, parent: squawk] ...]
### Excluding compile: com.sun.squawk.Method::getParameterTypes
### Excluding compile: com.sun.squawk.SymbolParser::getSignatureTypeAt
Romizer processed 70 classes and generated these files:
  C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\image.sym
  C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\image.suite
  C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\image.suite.metadata
  C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\image.suite.api
Expanding: C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite\InverseParadoxSimple_1.0.0.jar into C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite
Moving 1 file to C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite
Moving 1 file to C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite
Moving 1 file to C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite
Deleting: C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\image.suite.api
Connecting FTP @10.13.25.2
upgrade:
Sending local file image.suite
flashapp:
deploy:
init:
Setting up for RUN

The reason it complained is because they don’t match. The fix is certainly not to edit the number it’s looking for.

You need to make sure the Java Update version and the cRIO image actually match.

Have you installed the update that includes the current cRIO image (v19)?

This update MUST be done for it to work, and can be found here:

http://joule.ni.com/nidu/cds/view/p/lang/en/id/1534