View Single Post
  #1   Spotlight this post!  
Unread 02-05-2011, 03:10 PM
fishLlama fishLlama is offline
Caffeine Addict
FRC #3018 (Team Rocket)
Team Role: Programmer
 
Join Date: Dec 2009
Rookie Year: 2009
Location: Saint Peter, MN
Posts: 2
fishLlama is an unknown quantity at this point
FRC Java cRIO 2011 update broke things.

Whenever we deploy code, we get past the bootup sequence but then it gives this error and halts:

[Squawk VM] Version: 2011 FRC, Feb 2 2011, 13:26:47
[cRIO] Uncaught exception in Thread.run():
[cRIO] on thread com.sun.squawk.imp.MIDletMainWrapper - main
[cRIO] java.lang.IllegalArgumentException: MIDlet-1 property must exist in META-INF/MANIFEST.MF
[cRIO] at com.sun.squawk.imp.MIDletMainWrapper.main(74)
[cRIO] in virtual method #95 of com.sun.squawk.Klass(bci=25)
[cRIO] at com.sun.squawk.Isolate.run(1506)
[cRIO] at java.lang.Thread.run(231)
[cRIO] in virtual method #47 of com.sun.squawk.VMThread(bci=42)
[cRIO] in static method #3 of com.sun.squawk.VM(bci=6)
[cRIO]
[cRIO]
[cRIO] --------------------------------------------------------------------
[cRIO] GCs: 1 full, 0 partial
[cRIO] ** VM stopped: exit code = 1 **
[cRIO] task 0x21d1dc0 (SquawkRobotTask) deleted: errno=0 (0) status=1 (0x1)

Soo... anyone else have this problem? Have any idea how to fix it?
Reply With Quote