|
JVM Error 523 and Over The Air deployment -
05-04-2006, 08:23 AM
Hi,
I'm a newbie to java development on the blackberry, so I apologize if this is something obvious. I'm currently writing my first java app for my company, and it is working beautifully in the simulator. However, sometimes when I push it to the device through the BES, it forces the device to restart and I end up with JVM Error 523 (System process died). At this point, the device isn't even usable as a phone and (as far as I can tell) must be plugged into a PC and completely reloaded (javaloader -usb wipe).
I'm trying really hard to understand why this is happening. My app doesn't load on device startup, so to my understanding it couldn't be anything in the code that is causing this (though I have gone back through the code multiple times making sure all exception paths are caught and handled gracefully). I've searched for weeks online to try to find an answer to this but am finding nothing useful. I can't deploy an app to a customer that might render his device inoperable.
I'm hoping I'm missing something obvious here...can anyone shed some light on what can cause this kind of error?
Any help would be very much appreciated!
Chad
|