Thread: [Logicmail-users] logicmail for blackberry / uncaught exception
Brought to you by:
octorian
From: Doruk F. <df...@oz...> - 2011-12-24 16:42:58
|
Hi, I'm trying to install Logicmail on a Blackberry 8320, with OS 4.5.0.37 (latest for this product). I tried with both 2.0.0.291 and 2.1.0.77. After the installation is complete I get an exception: Uncaught exception: java.lang.NullPointer Exception When I try to run 2.0.0.291, I accept the terms, in the splash screen the application closes and I get the same exception. When I try to run 2.1.0.77, I can't get past the splash screen, it's displayed forever with the progress circle goes on forever. Do you have any pointers for me? Doruk -- Özgür Yazılım A.Ş. ~ # http://www.ozguryazilim.com.tr |
From: Derek K. <dko...@lo...> - 2011-12-24 16:48:19
|
Immediately go back to the device's home screen (if the app is stuck, press Alt-Back and select the home icon) Then press Alt-lglg (hold down Alt, while pressing the keys "l" "g" "l" "g") This should bring up the device's event log viewer. Look for a bold line near the top, hopefully one that says "NullPointerException", and click on it. Inside, check to see that it mentions "logicmail" somewhere in the text. If so, copy it and paste it into something you can sent in. (either a BB e-mail, memo, to-do-item text you can sync, etc.) I also have a page called "debugging" on the project website that describes a similar process in more detail. -Derek On 12/24/2011 11:26 AM, Doruk Fisek wrote: > Hi, > > I'm trying to install Logicmail on a Blackberry 8320, with OS 4.5.0.37 > (latest for this product). > > I tried with both 2.0.0.291 and 2.1.0.77. After the installation is > complete I get an exception: > > Uncaught exception: java.lang.NullPointer Exception > > When I try to run 2.0.0.291, I accept the terms, in the splash screen > the application closes and I get the same exception. > > When I try to run 2.1.0.77, I can't get past the splash screen, it's > displayed forever with the progress circle goes on forever. > > Do you have any pointers for me? > > Doruk > > -- > Özgür Yazılım A.Ş. ~ # > http://www.ozguryazilim.com.tr > > ------------------------------------------------------------------------------ > Write once. Port to many. > Get the SDK and tools to simplify cross-platform app development. Create > new or port existing apps to sell to consumers worldwide. Explore the > Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join > http://p.sf.net/sfu/intel-appdev > _______________________________________________ > Logicmail-users mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/logicmail-users -- ---------------------------- Derek Konigsberg dko...@lo... ---------------------------- |
From: Doruk F. <df...@oz...> - 2011-12-24 17:17:22
|
Sat, 24 Dec 2011 11:48:10 -0500, Derek Konigsberg <dko...@lo...> : > Immediately go back to the device's home screen (if the app is stuck, > press Alt-Back and select the home icon) ... Thanks for the quick response. Here's the event log output: ================================== Name: NullPointerException GUID: 9c3cd62e3320b498 Time: Dec 24, 2011 19:14:03 No detail message net_rim_bb_ribbon_app-2 RibbonApiProxy <private> 0x452A net_rim_bb_ribbon_app-2 RibbonApiProxy <private> 0x4593 net_rim_bb_ribbon_app-2 RibbonApiProxy setIcon 0x4360 net_rim_bb_framework_api HomeScreen updateIcon 0x19FF LogicMail-2 LogicMail startupInitialization 0x674 LogicMail-2 LogicMail$3 run 0x8BB net_rim_cldc-5 Application dispatchInvokeLater 0xAAC net_rim_cldc-5 Application processNextMessage 0x123D net_rim_cldc-5 Application enterEventDispatcher 0xA51 LogicMail-2 LogicMail run 0x3B4 LogicMail LogicMailStartup main 0x5402 ================================== Doruk -- Özgür Yazılım A.Ş. ~ # http://www.ozguryazilim.com.tr |
From: Derek K. <dko...@lo...> - 2011-12-25 04:13:32
|
Looks like your BB OS version has a bug that's causing this problem: http://supportforums.blackberry.com/t5/Java-Development/NullPointerException-on-HomeScreen-updateIcon/m-p/22254/highlight/true#M849 (That's a developer forum thread, but you'll notice that the posted stack trace looks almost identical to the one LogicMail was causing on your device.) They also say that the bug is fixed in newer 4.5.0.x releases. According to the Crackberry forums, the latest available for that device is 4.5.0.188: http://forums.crackberry.com/blackberry-curve-83xx-f52/ If the version you are running is really the latest your carrier wants to provide, then they obviously have not cared about that device in a *long* time. You may want to upgrade to a newer OS build regardless of which carrier it came from. (This is a very popular thing in the BB community, since carriers rarely want to release updates once they've sold you the phone.) -Derek On 12/24/2011 12:17 PM, Doruk Fisek wrote: > Sat, 24 Dec 2011 11:48:10 -0500, Derek Konigsberg > <dko...@lo...> : > >> Immediately go back to the device's home screen (if the app is stuck, >> press Alt-Back and select the home icon) > ... > Thanks for the quick response. Here's the event log output: > > ================================== > Name: NullPointerException > GUID: 9c3cd62e3320b498 > Time: Dec 24, 2011 19:14:03 > No detail message > net_rim_bb_ribbon_app-2 > RibbonApiProxy > <private> > 0x452A > net_rim_bb_ribbon_app-2 > RibbonApiProxy > <private> > 0x4593 > net_rim_bb_ribbon_app-2 > RibbonApiProxy > setIcon > 0x4360 > net_rim_bb_framework_api > HomeScreen > updateIcon > 0x19FF > LogicMail-2 > LogicMail > startupInitialization > 0x674 > LogicMail-2 > LogicMail$3 > run > 0x8BB > net_rim_cldc-5 > Application > dispatchInvokeLater > 0xAAC > net_rim_cldc-5 > Application > processNextMessage > 0x123D > net_rim_cldc-5 > Application > enterEventDispatcher > 0xA51 > LogicMail-2 > LogicMail > run > 0x3B4 > LogicMail > LogicMailStartup > main > 0x5402 > ================================== > > Doruk > > -- > Özgür Yazılım A.Ş. ~ # > http://www.ozguryazilim.com.tr > > ------------------------------------------------------------------------------ > Write once. Port to many. > Get the SDK and tools to simplify cross-platform app development. Create > new or port existing apps to sell to consumers worldwide. Explore the > Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join > http://p.sf.net/sfu/intel-appdev > _______________________________________________ > Logicmail-users mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/logicmail-users -- ---------------------------- Derek Konigsberg dko...@lo... ---------------------------- |
From: Doruk F. <df...@oz...> - 2011-12-28 06:59:42
|
Hi, Sat, 24 Dec 2011 23:13:23 -0500, Derek Konigsberg <dko...@lo...> : > Looks like your BB OS version has a bug that's causing this problem: ... That was indeed true, I upgraded my OS version and the bug went away. Thanks a lot. Unfortunately I can't still connect to my mail server through IMAP. I suspect that has something to do with my internet carrier, blocking outside mail connections. I administer the our own mail server and when I try to connect from Logicmail, no connection attempt reaches the server. I know it's a little OT, can you suggest any network debugging tools for BB? So that I can pinpoint the place of the problem? Doruk -- Özgür Yazılım A.Ş. ~ # http://www.ozguryazilim.com.tr |