fishLlama
05-02-2011, 15:10
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?
[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?