Log in

View Full Version : cRio Code problems


Aaron V
13-01-2010, 11:29
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\Inver seParadoxSimple\build
Deleting directory C:\Users\Robotics\Documents\NetBeansProjects\Inver seParadoxSimple\suite
Deleting directory C:\Users\Robotics\Documents\NetBeansProjects\Inver seParadoxSimple\j2meclasses
clean:
Created dir: C:\Users\Robotics\Documents\NetBeansProjects\Inver seParadoxSimple\build
Compiling 1 source file to C:\Users\Robotics\Documents\NetBeansProjects\Inver seParadoxSimple\build
compile:
Created dir: C:\Users\Robotics\Documents\NetBeansProjects\Inver seParadoxSimple\j2meclasses
preverify:
Created dir: C:\Users\Robotics\Documents\NetBeansProjects\Inver seParadoxSimple\suite
Building jar: C:\Users\Robotics\Documents\NetBeansProjects\Inver seParadoxSimple\suite\InverseParadoxSimple_1.0.0.j ar
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\Inver seParadoxSimple\image.sym
C:\Users\Robotics\Documents\NetBeansProjects\Inver seParadoxSimple\image.suite
C:\Users\Robotics\Documents\NetBeansProjects\Inver seParadoxSimple\image.suite.metadata
C:\Users\Robotics\Documents\NetBeansProjects\Inver seParadoxSimple\image.suite.api
Expanding: C:\Users\Robotics\Documents\NetBeansProjects\Inver seParadoxSimple\suite\InverseParadoxSimple_1.0.0.j ar into C:\Users\Robotics\Documents\NetBeansProjects\Inver seParadoxSimple\suite
Moving 1 file to C:\Users\Robotics\Documents\NetBeansProjects\Inver seParadoxSimple\suite
Moving 1 file to C:\Users\Robotics\Documents\NetBeansProjects\Inver seParadoxSimple\suite
Moving 1 file to C:\Users\Robotics\Documents\NetBeansProjects\Inver seParadoxSimple\suite
Deleting: C:\Users\Robotics\Documents\NetBeansProjects\Inver seParadoxSimple\image.suite.api
Connecting FTP @10.13.25.2
upgrade:
Sending local file image.suite
flashapp:
deploy:
init:
Setting up for RUN

jhersh
14-01-2010, 12:39
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)?

whytheheckme
14-01-2010, 12:59
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